| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 mys... | Andrey Hristov | 2008-07-22 | 1 | -9/+3 |
| * | Fix a leak with pconn and mysqlnd | Andrey Hristov | 2008-07-22 | 1 | -0/+9 |
| * | MFB : | Andrey Hristov | 2008-07-21 | 1 | -0/+4 |
| * | 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 diffe... | Andrey Hristov | 2008-03-10 | 1 | -38/+38 |
| * | - Fix a warning in php_mysql.c | Andrey Hristov | 2008-03-10 | 1 | -1/+1 |
| * | 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 m... | Hannes Magnusson | 2008-01-20 | 1 | -1/+1 |
| * | 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 |
| * | 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 |
| * | MFB: Fixed bug #41350 (my_thread_global_end() error during request shutdown o... | Scott MacVicar | 2007-06-25 | 1 | -0/+22 |
| * | reset active_result_id when fetching persistent connection | Antony Dovgal | 2007-06-07 | 1 | -0/+1 |
| * | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -1/+1 |
| * | MFB: Typo from old parsing API spotted by bjori | Scott MacVicar | 2007-05-14 | 1 | -1/+1 |
| * | MFB: Add mysql_set_charset() so that the connection encoding can be changed. ... | Scott MacVicar | 2007-05-14 | 1 | -2/+44 |
| * | revert | Antony Dovgal | 2007-04-23 | 1 | -14/+0 |
| * | fix #41083 (mysql_ping() requires MYSQL_OPT_RECONNECT to be set since MySQL 5... | Antony Dovgal | 2007-04-14 | 1 | -3/+19 |
| * | - avoid sprintf | Marcus Boerger | 2007-02-24 | 1 | -10/+6 |
| * | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| * | include basic_functions.h for php_get_current_user() declaration | Antony Dovgal | 2006-12-28 | 1 | -0/+1 |
| * | space to tab | Andrey Hristov | 2006-11-22 | 1 | -1/+1 |
| * | added unicode support for ext/mysql | Georg Richter | 2006-11-19 | 1 | -344/+220 |
| * | Error message clean up | Hannes Magnusson | 2006-10-08 | 1 | -5/+5 |
| * | init variable, eliminate compile warning | Antony Dovgal | 2006-08-02 | 1 | -1/+1 |
| * | Removed custom deprecate error messages | Hannes Magnusson | 2006-06-26 | 1 | -12/+6 |
| * | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -7/+10 |
| * | MFB: #37630 MySQL extensions should link against thread safe client libs if b... | Michael Wallner | 2006-06-01 | 1 | -13/+0 |
| * | - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase | Pierre Joye | 2006-03-08 | 1 | -13/+3 |
| * | Portable unicode string API: | Dmitry Stogov | 2006-02-21 | 1 | -2/+3 |
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| * | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| * | - list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -5/+5 |
| * | MF51: | Antony Dovgal | 2005-12-05 | 1 | -0/+17 |
| * | ZTS fixes. | Sebastian Bergmann | 2005-08-12 | 1 | -3/+3 |