summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
* - 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
* MFH (32bit fix)Ulf Wendel2008-07-241-6/+10
* MFHUlf Wendel2008-07-231-5/+0
* fix test namesAntony Dovgal2008-07-239-18/+18
* MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-2195-468/+10541
* Fix for bug#45179 --with-mysql-sock fails to compile & workAndrey Hristov2008-07-214-8/+15
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* MFH: Fix some lib vs $PHP_LIBDIR issuesJani Taskinen2007-07-311-3/+3
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+1
* Fixed bug #41698 (float parameters truncated to integer in preparedIlia Alshanetsky2007-06-261-0/+37
* Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedirStanislav Malyshev2007-06-181-1/+5
* fix testsAntony Dovgal2007-05-181-1/+2
* implement FR #41416 (getColumnMeta() should also return table name)Antony Dovgal2007-05-171-0/+1
* fix test namesAntony Dovgal2007-05-074-4/+4
* win32 test fixesAntony Dovgal2007-04-181-1/+2
* Fixed bug #40935 (pdo_mysql does not raise an exception on emptyIlia Alshanetsky2007-04-151-0/+1
* Fixed bug #40822 (pdo_mysql does not return rowCount() on select).Ilia Alshanetsky2007-04-081-1/+1
* fix small typoAntony Dovgal2007-03-071-2/+26
* MFH: Bump year.Sebastian Bergmann2007-01-015-5/+5
* Fix skipifHannes Magnusson2006-12-128-9/+2
* Fixed bug #39759 (Can't use stored procedures fetching multiple resultIlia Alshanetsky2006-12-083-11/+9
* Added test for previous bugIlia Alshanetsky2006-12-041-0/+0
* Default to buffered queries (much faster)Ilia Alshanetsky2006-12-031-13/+3
* Fixed bug #39527 (Failure to retrieve results when multiple unbuffered,Ilia Alshanetsky2006-12-021-13/+23
* MFH: fix #38996 (PDO_MYSQL doesn't check connections for liveness)Antony Dovgal2006-10-021-1/+29
* fix #38451 (PDO_MYSQL doesn't compile on Solaris)Antony Dovgal2006-08-141-1/+2