summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/pdo_mysql.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed crash in ZTS mode due to ini values not being initializedIlia Alshanetsky2010-01-311-13/+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-261-4/+0
* make mysqlnd's tracing API more reusableAndrey Hristov2010-01-131-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fix pdo build, forgot to remove the zval caching from pdo-mysqlAndrey Hristov2009-12-101-32/+2
* Fixed bug #50240 (pdo_mysql.default_socket in php.ini shouldn't used if it is...Ilia Alshanetsky2009-11-231-1/+1
* Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR)Ilia Alshanetsky2009-10-291-2/+5
* mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlndUlf Wendel2009-09-221-1/+1
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)Johannes Schlüter2008-10-271-0/+2
* Add PDO::MYSQL_ATTR_COMPRESS connection flagJohannes Schlüter2008-10-141-0/+1
* Free persistent cache and improve MINFO outputJohannes Schlüter2008-09-291-10/+11
* - Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-211-44/+182
* MFB :Andrey Hristov2008-07-211-1/+2
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show beIlia Alshanetsky2006-03-051-0/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ext...foobar2005-11-251-2/+2
* add MySQL options and corresponding constantsAntony Dovgal2005-10-271-0/+4
* MFB: remove PDO_ prefixIlia Alshanetsky2005-09-201-1/+1
* Make PDO use class constantsIlia Alshanetsky2005-09-201-1/+1
* Prep for PECL releaseWez Furlong2005-07-271-1/+1
* Enable native mysql 4.1.x prepared statement supportWez Furlong2005-07-031-1/+1
* Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggleIlia Alshanetsky2005-06-241-0/+2
* - Add +ifdefs to still allow PHP 5.0 builds of PDOMarcus Boerger2005-06-231-0/+6
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-1/+9
* prep for releaseWez Furlong2005-02-091-1/+1
* Abort if driver cannot be registered.Ilia Alshanetsky2004-05-191-2/+1
* initial import of mysql 3.x pdo driverGeorge Schlossnagle2004-05-181-0/+95