| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass tsrmls to all functions, which might need it in the future. | Andrey Hristov | 2010-02-03 | 1 | -1/+1 |
* | Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) | Ilia Alshanetsky | 2010-01-12 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | Fix pdo build, forgot to remove the zval caching from pdo-mysql | Andrey Hristov | 2009-12-10 | 1 | -1/+1 |
* | mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlnd | Ulf Wendel | 2009-09-22 | 1 | -3/+3 |
* | fix build broken by the fix for bug #49306 | Antony Dovgal | 2009-08-21 | 1 | -4/+6 |
* | Fixed bug #49306 (inside pdo_mysql default socket settings are ignored). | Ilia Alshanetsky | 2009-08-20 | 1 | -6/+4 |
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFB: Fixed bug #46964 (Fixed pdo_mysql build with older version of MySQL). | Ilia Alshanetsky | 2008-12-30 | 1 | -2/+2 |
* | Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS) | Johannes Schlüter | 2008-10-27 | 1 | -0/+8 |
* | Add PDO::MYSQL_ATTR_COMPRESS connection flag | Johannes Schlüter | 2008-10-14 | 1 | -0/+9 |
* | - Nuketh C++ comments from C files. | Jani Taskinen | 2008-08-03 | 1 | -1/+1 |
* | - Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, | Johannes Schlüter | 2008-07-21 | 1 | -85/+281 |
* | MFB : | Andrey Hristov | 2008-07-21 | 1 | -7/+0 |
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedir | Stanislav Malyshev | 2007-06-18 | 1 | -0/+4 |
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | - build fix the other driver as well (a macro would be nicer) | Pierre Joye | 2006-12-10 | 1 | -0/+5 |
* | MFB: | Ilia Alshanetsky | 2006-12-03 | 1 | -2/+2 |
* | fix #38996 (PDO_MYSQL doesn't check connections for liveness) | Antony Dovgal | 2006-10-02 | 1 | -1/+29 |
* | . MFB: Fixed fetching of string value bigger than 128bytes when no options | Pierre Joye | 2006-03-23 | 1 | -1/+2 |
* | MFB51: | Ilia Alshanetsky | 2006-03-17 | 1 | -2/+12 |
* | Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be | Ilia Alshanetsky | 2006-03-05 | 1 | -1/+8 |
* | MFB51: Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB). | Ilia Alshanetsky | 2006-02-14 | 1 | -0/+2 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | MFB51: Make MySQL driver use ANSI complaint quoting style. | Ilia Alshanetsky | 2005-12-25 | 1 | -1/+1 |
* | fix #35391 (pdo_mysql::exec does not return number of affected rows) | Antony Dovgal | 2005-11-25 | 1 | -1/+1 |
* | add MySQL options and corresponding constants | Antony Dovgal | 2005-10-27 | 1 | -0/+38 |
* | Fix error detection for queries such as OPTIMIZE | Ilia Alshanetsky | 2005-09-14 | 1 | -2/+7 |
* | merge other PDO fixes from 5.1 branch. | Wez Furlong | 2005-09-11 | 1 | -1/+1 |
* | Set port even if host is localhost. | George Schlossnagle | 2005-08-31 | 1 | -5/+6 |
* | this is the number of params, not the top index (otherwise unix_socket doesnt... | George Schlossnagle | 2005-08-30 | 1 | -1/+1 |
* | zts fixes | Wez Furlong | 2005-08-12 | 1 | -1/+1 |
* | Probable fix for #34054. | Wez Furlong | 2005-08-10 | 1 | -2/+9 |
* | Proper handling for databases that need to pre-calculate length of large | Ilia Alshanetsky | 2005-07-20 | 1 | -0/+2 |
* | keep this as a placeholder for debugging weird regressions | Wez Furlong | 2005-07-14 | 1 | -0/+1 |
* | ok, call pdo_mysql_error() before returning -1 | Andrey Hristov | 2005-07-12 | 1 | -3/+2 |
* | strictly check the result of mysql_affected_rows() | Andrey Hristov | 2005-07-12 | 1 | -1/+2 |
* | A bit of further tuning. | Ilia Alshanetsky | 2005-07-11 | 1 | -3/+3 |
* | - mysql_affected_rows() already returns an unsigned long | Andrey Hristov | 2005-07-11 | 1 | -8/+9 |
* | Fix #33618 | Wez Furlong | 2005-07-08 | 1 | -3/+2 |
* | Fixed memory leak | Ilia Alshanetsky | 2005-07-07 | 1 | -0/+3 |
* | Enable native mysql 4.1.x prepared statement support | Wez Furlong | 2005-07-03 | 1 | -5/+77 |
* | Experimental support for queries returning multiple rowsets under mysql 5.0. | Wez Furlong | 2005-07-02 | 1 | -2/+10 |
* | Remove "custom" PDDRV sqlstate. | Ilia Alshanetsky | 2005-06-27 | 1 | -1/+0 |
* | Fixed bogus query failure claim, on some queries such as OPTIMIZE table. | Ilia Alshanetsky | 2005-06-24 | 1 | -1/+2 |
* | Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggle | Ilia Alshanetsky | 2005-06-24 | 1 | -1/+15 |
* | Various compiler warning fixes. | Ilia Alshanetsky | 2005-05-18 | 1 | -1/+0 |
* | Make unix domain sockets work. | Ilia Alshanetsky | 2005-05-17 | 1 | -1/+1 |