Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug#50416 | Andrey Hristov | 2010-02-08 | 1 | -0/+3 |
| | | | | | PROCEDURE db.myproc can't return a result set in the given context | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Remove stub code which never actually was used for anything. | Andrey Hristov | 2009-12-09 | 1 | -8/+0 |
| | | | | | Things like this can be built on top of the core. | ||||
* | Remove the zval caching from mysqlnd. It was disabled versions ago | Andrey Hristov | 2009-12-09 | 1 | -33/+4 |
| | | | | | | due to problems on windows, which were not debugged. Better have code that is disabled not in the core. | ||||
* | Fixing a leak in mysqlnd when passing invalid fetch modes to mysqlnd. | Ulf Wendel | 2009-09-30 | 1 | -1/+6 |
| | |||||
* | Fix for bug#48754 mysql_close() crash php when no handle specified | Andrey Hristov | 2009-09-18 | 1 | -5/+15 |
| | |||||
* | Fixed compiler warning | Ilia Alshanetsky | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | WS | Andrey Hristov | 2009-05-26 | 1 | -59/+59 |
| | |||||
* | Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql | Kalle Sommer Nielsen | 2009-05-20 | 1 | -1/+3 |
| | |||||
* | fix segfault | Antony Dovgal | 2009-03-27 | 1 | -1/+2 |
| | |||||
* | - Removed: | Felipe Pena | 2009-03-27 | 1 | -53/+33 |
| | | | | | | | | - UG(unicode) checks - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode | ||||
* | mysql_db_query() is always deprecated | Johannes Schlüter | 2009-03-25 | 1 | -4/+1 |
| | |||||
* | Fix #47438 mysql_fetch_field ignores zero offse | Johannes Schlüter | 2009-02-18 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fix mysql_fetch_* and tests after param parsing changes | Johannes Schlüter | 2008-12-01 | 1 | -5/+3 |
| | |||||
* | New param parsing for ext/mysql | Johannes Schlüter | 2008-11-28 | 1 | -283/+180 |
| | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -2/+2 |
| | | | | using array_map) | ||||
* | Fix compiler warning (MFB: Ilia) | Andrey Hristov | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | Warning if the library API version differs from the headers used to compile. | Andrey Hristov | 2008-10-27 | 1 | -2/+26 |
| | | | | | | Patch versions are not considered but major.minor Fix build of ext/mysql with 4.0.x and pre. | ||||
* | initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -3/+3 |
| | |||||
* | No mysqli stuff in ext/mysql | Johannes Schlüter | 2008-09-29 | 1 | -2/+2 |
| | |||||
* | Fixed uninitialized data | Dmitry Stogov | 2008-07-25 | 1 | -0/+1 |
| | |||||
* | Two less failing tests, one of which was definitely a leak in mysqli with ↵ | Andrey Hristov | 2008-07-22 | 1 | -9/+3 |
| | | | | | | | mysqlnd and pconn. ext/mysql is being fixed with a better fix for similar leak. | ||||
* | Fix a leak with pconn and mysqlnd | Andrey Hristov | 2008-07-22 | 1 | -0/+9 |
| | |||||
* | MFB : | Andrey Hristov | 2008-07-21 | 1 | -0/+4 |
| | | | | | | | | Fix for bug#45179 --with-mysql-sock fails to compile & work Now --with-mysql-sock controls all mysql extensions. If provided it will be the default value as it was set in php.ini . php.ini will override it for ext/mysql and ext/mysqli but not for pdo_mysql | ||||
* | Sync with bzr | Andrey Hristov | 2008-07-15 | 1 | -3/+22 |
| | |||||
* | Fix possible bug with persistent connections | Andrey Hristov | 2008-06-24 | 1 | -1/+1 |
| | |||||
* | Update ext/mysql, ext/mysqli and ext/mysqlnd from development tree | Andrey Hristov | 2008-04-16 | 1 | -3/+3 |
| | |||||
* | Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵ | Andrey Hristov | 2008-03-10 | 1 | -38/+38 |
| | | | | | | | | different configurations one or the another extension to use libmysql or mysqlnd mixed in one binary | ||||
* | - Fix a warning in php_mysql.c | Andrey Hristov | 2008-03-10 | 1 | -1/+1 |
| | | | | | - Fixed #44371 Extension compile failed | ||||
* | Bug fixed in MySQL 5.0.46 | Andrey Hristov | 2008-03-08 | 1 | -2/+2 |
| | |||||
* | MFB: Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags) | Felipe Pena | 2008-03-04 | 1 | -1/+1 |
| | |||||
* | New macro for check void parameters | Felipe Pena | 2008-02-28 | 1 | -2/+2 |
| | |||||
* | - Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) | Marcus Boerger | 2008-02-23 | 1 | -2/+2 |
| | |||||
* | - Make clear what's going on and avoid overwriting parameters | Johannes Schlüter | 2008-02-12 | 1 | -8/+12 |
| | |||||
* | MFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect()) | Felipe Pena | 2008-02-12 | 1 | -1/+1 |
| | |||||
* | Fixed bug#43875 (Two error messages returned for $new and $flag argument in ↵ | Hannes Magnusson | 2008-01-20 | 1 | -1/+1 |
| | | | | mysql_connect()) | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | plug memory leak on invalid result type | Antony Dovgal | 2007-11-08 | 1 | -0/+1 |
| | |||||
* | Sync mysqlnd with HEAD. Same sources as in 5_3 | Andrey Hristov | 2007-10-16 | 1 | -1/+1 |
| | |||||
* | fix typo | Antony Dovgal | 2007-10-12 | 1 | -1/+1 |
| | |||||
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 |
| | |||||
* | Update mysqlnd in HEAD | Andrey Hristov | 2007-10-02 | 1 | -4/+10 |
| | | | | | Updated ext/mysql and ext/mysqli in HEAD | ||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | Fixed bug 42549 (ext/mysql failed to compile with libmysql 3.23) | Scott MacVicar | 2007-09-09 | 1 | -3/+7 |
| | |||||
* | Fix crashes with pconn in ext/mysql | Andrey Hristov | 2007-08-06 | 1 | -0/+4 |
| | |||||
* | Import of mysqlnd and ext/mysql + ext/mysqli patched to be built either | Andrey Hristov | 2007-07-24 | 1 | -134/+370 |
| | | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd. | ||||
* | MFB: Fixed bug #41350 (my_thread_global_end() error during request shutdown ↵ | Scott MacVicar | 2007-06-25 | 1 | -0/+22 |
| | | | | on Windows). | ||||
* | reset active_result_id when fetching persistent connection | Antony Dovgal | 2007-06-07 | 1 | -0/+1 |
| | | | | | patch by Peter Christensen | ||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -1/+1 |
| |