summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug#50416Andrey Hristov2010-02-081-0/+3
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Remove stub code which never actually was used for anything.Andrey Hristov2009-12-091-8/+0
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-33/+4
* Fixing a leak in mysqlnd when passing invalid fetch modes to mysqlnd.Ulf Wendel2009-09-301-1/+6
* Fix for bug#48754 mysql_close() crash php when no handle specifiedAndrey Hristov2009-09-181-5/+15
* Fixed compiler warningIlia Alshanetsky2009-07-281-1/+1
* WSAndrey Hristov2009-05-261-59/+59
* Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysqlKalle Sommer Nielsen2009-05-201-1/+3
* fix segfaultAntony Dovgal2009-03-271-1/+2
* - Removed:Felipe Pena2009-03-271-53/+33
* mysql_db_query() is always deprecatedJohannes Schlüter2009-03-251-4/+1
* Fix #47438 mysql_fetch_field ignores zero offseJohannes Schlüter2009-02-181-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fix mysql_fetch_* and tests after param parsing changesJohannes Schlüter2008-12-011-5/+3
* New param parsing for ext/mysqlJohannes Schlüter2008-11-281-283/+180
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-2/+2
* Fix compiler warning (MFB: Ilia)Andrey Hristov2008-10-281-1/+1
* Warning if the library API version differs from the headers used to compile.Andrey Hristov2008-10-271-2/+26
* initialize optional varsArnaud Le Blanc2008-10-211-3/+3
* No mysqli stuff in ext/mysqlJohannes Schlüter2008-09-291-2/+2
* Fixed uninitialized dataDmitry Stogov2008-07-251-0/+1
* Two less failing tests, one of which was definitely a leak in mysqli with mys...Andrey Hristov2008-07-221-9/+3
* Fix a leak with pconn and mysqlndAndrey Hristov2008-07-221-0/+9
* MFB :Andrey Hristov2008-07-211-0/+4
* Sync with bzrAndrey Hristov2008-07-151-3/+22
* Fix possible bug with persistent connectionsAndrey Hristov2008-06-241-1/+1
* Update ext/mysql, ext/mysqli and ext/mysqlnd from development treeAndrey Hristov2008-04-161-3/+3
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with diffe...Andrey Hristov2008-03-101-38/+38
* - Fix a warning in php_mysql.cAndrey Hristov2008-03-101-1/+1
* Bug fixed in MySQL 5.0.46Andrey Hristov2008-03-081-2/+2
* MFB: Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags)Felipe Pena2008-03-041-1/+1
* New macro for check void parametersFelipe Pena2008-02-281-2/+2
* - Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-2/+2
* - Make clear what's going on and avoid overwriting parametersJohannes Schlüter2008-02-121-8/+12
* MFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect())Felipe Pena2008-02-121-1/+1
* Fixed bug#43875 (Two error messages returned for $new and $flag argument in m...Hannes Magnusson2008-01-201-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* plug memory leak on invalid result typeAntony Dovgal2007-11-081-0/+1
* Sync mysqlnd with HEAD. Same sources as in 5_3Andrey Hristov2007-10-161-1/+1
* fix typoAntony Dovgal2007-10-121-1/+1
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* Update mysqlnd in HEADAndrey Hristov2007-10-021-4/+10
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* Fixed bug 42549 (ext/mysql failed to compile with libmysql 3.23)Scott MacVicar2007-09-091-3/+7
* Fix crashes with pconn in ext/mysqlAndrey Hristov2007-08-061-0/+4
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-241-134/+370
* MFB: Fixed bug #41350 (my_thread_global_end() error during request shutdown o...Scott MacVicar2007-06-251-0/+22
* reset active_result_id when fetching persistent connectionAntony Dovgal2007-06-071-0/+1
* MFBIlia Alshanetsky2007-05-281-1/+1