summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
* profiling in trace modeAndrey Hristov2010-10-221-2/+2
* Fix test: third parameter can be false.Ulf Wendel2010-10-051-1/+1
* Fixed constness compiler warning in pdo_mysqlKalle Sommer Nielsen2010-10-051-1/+1
* Test update for sql_mode = ANSIUlf Wendel2010-09-2230-79/+98
* Dont be strict on error messages, they can vary by server versionUlf Wendel2010-09-201-4/+8
* PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which se...Ulf Wendel2010-08-311-2/+3
* If you add functions to the PDO core, take care not to break other PDO driver...Ulf Wendel2010-08-301-11/+12
* - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259Johannes Schlüter2010-08-054-72/+14
* Fixing test - see also gcov resultsUlf Wendel2010-05-311-1/+1
* Improve EXPECTF to work with other than default schemataUlf Wendel2010-05-311-1/+1
* Fix for Bug #51870Andrey Hristov2010-05-211-2/+2
* Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ...Pierrick Charron2010-04-271-0/+24
* Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
* fix typoAntony Dovgal2010-04-061-1/+1
* decouple the methods in MYSQLND_STMT from the data,Andrey Hristov2010-03-161-4/+4
* Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before callingJohannes Schlüter2010-02-111-4/+4
* Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-032-4/+4
* ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How con...Gwynne Raskind2010-01-311-0/+2
* Fixed crash in ZTS mode due to ini values not being initializedIlia Alshanetsky2010-01-312-15/+3
* Blah, PDO_DBG_ENABLED is a 0/1 toggleRasmus Lerdorf2010-01-311-1/+1
* RINIT/RSHUTDOWN do nothing unless PDO_DBG_ENABLED is defined,Rasmus Lerdorf2010-01-311-1/+1
* Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored)Ilia Alshanetsky2010-01-262-6/+0
* Overlong hostnames breakthistest on NIS enabled FreeBSDJohannes Schlüter2010-01-211-2/+3
* make mysqlnd's tracing API more reusableAndrey Hristov2010-01-131-1/+1
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-035-5/+5
* - fix build, come on, it is not that hard to test before commit, is it?Pierre Joye2009-12-111-0/+6
* Fix pdo build, forgot to remove the zval caching from pdo-mysqlAndrey Hristov2009-12-103-35/+3
* Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the midd...Pierrick Charron2009-12-061-0/+61
* Fixed bug #45120 (PDOStatement->execute() returns true then false for same st...Pierrick Charron2009-12-031-2/+0
* - Fixed bug #50231 (Socket path passed using --with-mysql-sock is ignored whe...Jani Taskinen2009-11-301-36/+33
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-5/+5
* The constructor generates that next line of output, so the expectedRasmus Lerdorf2009-11-251-1/+1
* And there is no 23,24,25 in this test at all. Perhaps these lines wereRasmus Lerdorf2009-11-251-3/+0
* Unless I am completely misreading this test case, these 3 lines at the Rasmus Lerdorf2009-11-251-1/+4
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-5/+5
* Fixed bug #50240 (pdo_mysql.default_socket in php.ini shouldn't used if it is...Ilia Alshanetsky2009-11-231-1/+1
* - Fixed bug #49521 (PDO fetchObject sets values before calling constructor) Felipe Pena2009-11-151-4/+4
* Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by re...Ulf Wendel2009-11-0482-444/+753
* Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR)Ilia Alshanetsky2009-10-291-2/+5
* Updating test - no error message any more. Maybe the PDO core has changed... ...Ulf Wendel2009-10-261-5/+0
* Updating test, mysqlnd support init commandsUlf Wendel2009-10-261-3/+3
* mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlndUlf Wendel2009-09-224-20/+11
* fix build broken by the fix for bug #49306Antony Dovgal2009-08-211-5/+6
* Fixed bug #49306 (inside pdo_mysql default socket settings are ignored).Ilia Alshanetsky2009-08-201-6/+4
* - Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)).Jani Taskinen2009-08-171-0/+1
* call-time pass-by-reference is deprecated in 5.3Gwynne Raskind2009-07-021-1/+1
* MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysqlKalle Sommer Nielsen2009-05-201-15/+16
* - Fix testFelipe Pena2009-03-241-1/+1
* MFH:Felipe Pena2009-03-232-4/+0