summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fix mysql_fetch_* and tests after param parsing changesJohannes Schlüter2008-12-014-12/+10
* MFH: New param parsing for ext/mysqlJohannes Schlüter2008-11-2824-518/+353
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-2/+2
* Fixed compiler warningIlia Alshanetsky2008-10-271-1/+1
* MFH:Andrey Hristov2008-10-271-1/+25
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-3/+3
* MFH: No mysqli stuff in ext/mysqlJohannes Schlüter2008-09-292-15/+4
* Re-add mysql_set_charset. Missed during introduction of mysqlnd. Exists inAndrey Hristov2008-08-062-2/+37
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+1
* MFH: Two less failing tests, one of which was definitely a leak in mysqli wit...Andrey Hristov2008-07-221-0/+3
* MFH: Fix a leak with pconn and mysqlndAndrey Hristov2008-07-221-0/+8
* Fix for bug#45179 --with-mysql-sock fails to compile & workAndrey Hristov2008-07-213-3/+14
* Sync with bzrAndrey Hristov2008-07-151-2/+4
* fix skipif sectionsAntony Dovgal2008-07-131-1/+1
* Fix remaining valgrind problems with pconn and zval cacheAndrey Hristov2008-06-241-8/+19
* Fix double-free, introduced latelyAndrey Hristov2008-06-241-3/+7
* Fix possible bug with persistent connections and mysqlndAndrey Hristov2008-06-241-1/+1
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-6/+10
* Fixed testDmitry Stogov2008-06-111-1/+1
* Fixed testDmitry Stogov2008-06-111-1/+1
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-242-3/+6
* MFB: Update CVS from the development treeAndrey Hristov2008-04-161-3/+3
* Fix snapshot buildAndrey Hristov2008-04-081-6/+8
* remove duplicated sectionsNuno Lopes2008-03-171-15/+1
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with diffe...Andrey Hristov2008-03-104-39/+40
* - Fix a warning in php_mysql.cAndrey Hristov2008-03-101-1/+1
* - MFH: Fix typo in skipifJohannes Schlüter2008-03-091-2/+2
* Fix testFelipe Pena2008-03-081-2/+2
* Bug fixed in 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
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-2/+2
* - MFH: Make clear what's going on and avoid overwriting parametersJohannes Schlüter2008-02-121-9/+13
* Fixed Bug #44094 (SEGFAULT when using mysql_connect())Felipe Pena2008-02-121-1/+1
* Fix a testAndrey Hristov2008-02-061-3/+3
* some config.w32 fixesAndrey Hristov2008-01-281-2/+4
* remove unused PHP_MYSQL_API macroNuno Lopes2008-01-281-6/+0
* MFH: Fixed bug#43875 (Two error messages returned for $new and $flag argument...Hannes Magnusson2008-01-201-1/+1
* Fix compile issueAndrey Hristov2008-01-191-1/+1
* MFH: fix testAntony Dovgal2008-01-181-4/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
* Fixed bug #43635 (mysql extension ingores INI settings on NULL values passedIlia Alshanetsky2007-12-201-5/+11
* MFH: plug leak on invalid result typeAntony Dovgal2007-11-081-0/+1
* MFH: partial MFH before?Jani Taskinen2007-11-061-4/+5
* Trying to skip tests if they can't connect to the DB server.Ulf Wendel2007-10-1215-16/+54
* And the last set of new tests for ext/mysql. "new" does not really mean new.Ulf Wendel2007-10-1016-0/+1130
* Second last set of new tests for ext/mysqlUlf Wendel2007-10-1011-0/+883
* Next set of new tests - more to follow. Trying to find reasonable commit size...Ulf Wendel2007-10-1010-0/+501
* Adding new tests.Ulf Wendel2007-10-1022-0/+2547
* New tests use more helper files.Ulf Wendel2007-10-102-0/+41