summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFB: Typo from old parsing API spotted by bjoriScott MacVicar2007-05-141-1/+1
* MFB: Add mysql_set_charset() so that the connection encoding can be changed. ...Scott MacVicar2007-05-141-2/+44
* revertAntony Dovgal2007-04-231-14/+0
* fix #41083 (mysql_ping() requires MYSQL_OPT_RECONNECT to be set since MySQL 5...Antony Dovgal2007-04-141-3/+19
* - avoid sprintfMarcus Boerger2007-02-241-10/+6
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* include basic_functions.h for php_get_current_user() declarationAntony Dovgal2006-12-281-0/+1
* space to tabAndrey Hristov2006-11-221-1/+1
* added unicode support for ext/mysqlGeorg Richter2006-11-191-344/+220
* Error message clean upHannes Magnusson2006-10-081-5/+5
* init variable, eliminate compile warningAntony Dovgal2006-08-021-1/+1
* Removed custom deprecate error messagesHannes Magnusson2006-06-261-12/+6
* Added automatic module globals managementDmitry Stogov2006-06-131-7/+10
* MFB: #37630 MySQL extensions should link against thread safe client libs if b...Michael Wallner2006-06-011-13/+0
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-13/+3
* Portable unicode string API:Dmitry Stogov2006-02-211-2/+3
* bump year and license versionfoobar2006-01-011-3/+3
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* - list_entry -> zend_rsrc_list_entryfoobar2005-12-051-5/+5
* MF51:Antony Dovgal2005-12-051-0/+17
* ZTS fixes.Sebastian Bergmann2005-08-121-3/+3