summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Removed unused variableIlia Alshanetsky2009-01-141-3/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-315-5/+5
* MFB: Fixed bug #46964 (Fixed pdo_mysql build with older version of MySQL).Ilia Alshanetsky2008-12-301-2/+2
* - Make test conform to the error reporting that always returnsDavid Coallier2008-11-1011-105/+84
* - Hrphm, sorry about that, forgot the array value. Now the test runs fineDavid Coallier2008-11-101-1/+1
* - Adjusted test to make sure it reflects the behavior of the methodDavid Coallier2008-11-101-1/+6
* MFH: Don't enable mysqlnd when pdo_mysql is being built with libmysqlJohannes Schlüter2008-11-061-3/+1
* - MFH: Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)Felipe Pena2008-11-031-0/+64
* MFH: Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)Johannes Schlüter2008-10-274-0/+14
* - Fixed testFelipe Pena2008-10-191-1/+0
* Fix testJohannes Schlüter2008-10-191-1/+1
* MFH: fix mysqlnd detectionJohannes Schlüter2008-10-191-1/+1
* Fix testJohannes Schlüter2008-10-191-0/+1
* MFH: Add PDO::MYSQL_ATTR_COMPRESS connection flag [DOC]Johannes Schlüter2008-10-144-2/+13
* - Added SKIPIFFelipe Pena2008-10-141-0/+8
* - MFH: Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg w...Felipe Pena2008-10-141-0/+72
* - Fixed testsFelipe Pena2008-10-102-10/+6
* MFH:Felipe Pena2008-10-101-0/+162
* - Fix typoFelipe Pena2008-10-091-2/+2
* MFH: Fix testJohannes Schlüter2008-10-011-7/+3
* MFH: Free persistent cache and improve MINFO outputJohannes Schlüter2008-09-291-10/+11
* MFH Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't work)Johannes Schlüter2008-09-161-3/+1
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-1/+1
* - Removed merge typosJani Taskinen2008-07-261-2/+2
* MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable allJani Taskinen2008-07-251-4/+7
* MFH (prepare() fallback logic)Ulf Wendel2008-07-241-0/+113