summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Expand)AuthorAgeFilesLines
* Remove stub code which never actually was used for anything.Andrey Hristov2009-12-092-10/+0
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-092-38/+4
* - Fixed bug #50231 (Socket path passed using --with-mysql-sock is ignored whe...Jani Taskinen2009-11-301-12/+11
* - Revert bad patchJani Taskinen2009-11-291-12/+11
* socket location needs to be checked before mysqlnd in order for --with-mysql-...Gwynne Raskind2009-11-281-11/+12
* Fixing test: of course, libmysql won't care about open_basedir, but mysqlnd s...Ulf Wendel2009-11-051-1/+4
* Fixing test: it didn't do a select_db and gave a false-positive with libmysqlUlf Wendel2009-11-052-16/+14
* Skipping if MySQL old password algorithm is in use as it seems to be the case...Ulf Wendel2009-11-041-0/+13
* Fixing typo in SKIPIF and partly skipping tests if using remote MySQL because...Ulf Wendel2009-10-201-0/+8
* Making test pass when MySQL runs on Win*Ulf Wendel2009-10-201-8/+12
* Bail if connect.inc gets included twice. Including twice is most likely a 'bu...Ulf Wendel2009-10-201-19/+23
* Fixing a leak in mysqlnd when passing invalid fetch modes to mysqlnd.Ulf Wendel2009-09-302-2/+9
* Allow setting of default connection flags through the environment variable MY...Ulf Wendel2009-09-282-3/+7
* Fixing testUlf Wendel2009-09-221-24/+48
* MFH:Fix for bug#48754 mysql_close() crash php when no handle specifiedAndrey Hristov2009-09-182-7/+101
* Fix and tests for bug #49511 . mysqlnd and the MySQL Client Library (libmysql...Ulf Wendel2009-09-161-0/+37
* Some extra test coverage for http://bugs.php.net/bug.php?id=48754 . Ulf Wendel2009-09-091-9/+22
* Next attempt to fix http://bugs.php.net/bug.php?id=48745. Patch by Andrey.Ulf Wendel2009-09-092-11/+38
* fix testsAntony Dovgal2009-08-293-0/+13
* Fix a few more testsRasmus Lerdorf2009-08-033-11/+11
* Given that we have a DB connection by the time we get here,Rasmus Lerdorf2009-08-031-2/+2
* MFH. Fixing tests to run with SQL_MODE=ANSI_QUOTES as well.Ulf Wendel2009-07-076-19/+19
* MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times...Ulf Wendel2009-07-0313-19/+19
* MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.p...Ulf Wendel2009-07-0243-46/+307
* MFH - Test for bug #48754Ulf Wendel2009-07-021-4/+16
* MFH - Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH ea...Ulf Wendel2009-07-0125-954/+319
* MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysqlKalle Sommer Nielsen2009-05-201-1/+1
* MFH: mysql_db_query() is always deprecatedJohannes Schlüter2009-03-252-6/+4
* fix testAntony Dovgal2009-02-191-8/+7
* MFH: Fix #47438 mysql_fetch_field ignores zero offseJohannes Schlüter2009-02-182-1/+40
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-314-4/+4
* 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