| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed crash in ZTS mode due to ini values not being initialized | Ilia Alshanetsky | 2010-01-31 | 1 | -13/+3 |
* | Blah, PDO_DBG_ENABLED is a 0/1 toggle | Rasmus Lerdorf | 2010-01-31 | 1 | -1/+1 |
* | RINIT/RSHUTDOWN do nothing unless PDO_DBG_ENABLED is defined, | Rasmus Lerdorf | 2010-01-31 | 1 | -1/+1 |
* | Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored) | Ilia Alshanetsky | 2010-01-26 | 1 | -4/+0 |
* | make mysqlnd's tracing API more reusable | Andrey Hristov | 2010-01-13 | 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 | -32/+2 |
* | Fixed bug #50240 (pdo_mysql.default_socket in php.ini shouldn't used if it is... | Ilia Alshanetsky | 2009-11-23 | 1 | -1/+1 |
* | Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR) | Ilia Alshanetsky | 2009-10-29 | 1 | -2/+5 |
* | mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlnd | Ulf Wendel | 2009-09-22 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS) | Johannes Schlüter | 2008-10-27 | 1 | -0/+2 |
* | MFH: Add PDO::MYSQL_ATTR_COMPRESS connection flag [DOC] | Johannes Schlüter | 2008-10-14 | 1 | -0/+1 |
* | MFH: Free persistent cache and improve MINFO output | Johannes Schlüter | 2008-09-29 | 1 | -10/+11 |
* | MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, | Johannes Schlüter | 2008-07-21 | 1 | -39/+177 |
* | Fix for bug#45179 --with-mysql-sock fails to compile & work | Andrey Hristov | 2008-07-21 | 1 | -0/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | MFH: | Ilia Alshanetsky | 2006-03-05 | 1 | -0/+2 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | switch to package2.xml | Wez Furlong | 2005-12-04 | 1 | -1/+1 |
* | prep for release | Wez Furlong | 2005-12-01 | 1 | -1/+1 |
* | set to 1.0 stable. | Wez Furlong | 2005-11-26 | 1 | -1/+1 |
* | MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :) | foobar | 2005-11-25 | 1 | -2/+2 |
* | Closes PECL Bug #5645; emits mysql client library version in MINFO output. | Wez Furlong | 2005-10-29 | 1 | -1/+1 |
* | MFH: add MySQL options and corresponding constants | Antony Dovgal | 2005-10-27 | 1 | -0/+4 |
* | use the right macro for these | Wez Furlong | 2005-10-01 | 1 | -1/+1 |
* | Remove pointless PDO_ prefix | Ilia Alshanetsky | 2005-09-20 | 1 | -1/+1 |
* | MFH: Make PDO use class constants | Ilia Alshanetsky | 2005-09-20 | 1 | -1/+1 |
* | update package.xml files and version numbers, in anticipation of a big bunch ... | Wez Furlong | 2005-09-11 | 1 | -1/+1 |
* | Prep for PECL release | Wez Furlong | 2005-07-27 | 1 | -1/+1 |
* | Enable native mysql 4.1.x prepared statement support | Wez Furlong | 2005-07-03 | 1 | -1/+1 |
* | Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggle | Ilia Alshanetsky | 2005-06-24 | 1 | -0/+2 |
* | - Add +ifdefs to still allow PHP 5.0 builds of PDO | Marcus Boerger | 2005-06-23 | 1 | -0/+6 |
* | Improved PHP extension loading mechanism with support for module dependencies... | Dmitry Stogov | 2005-06-17 | 1 | -1/+9 |
* | prep for release | Wez Furlong | 2005-02-09 | 1 | -1/+1 |
* | Abort if driver cannot be registered. | Ilia Alshanetsky | 2004-05-19 | 1 | -2/+1 |
* | initial import of mysql 3.x pdo driver | George Schlossnagle | 2004-05-18 | 1 | -0/+95 |