summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/pdo_mysql.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation error (ref #68424)Matteo Beccati2014-12-061-2/+2
* Start adding new attribute to control multi statementspwolanin2014-12-051-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2014-02-231-1/+6
|\
| * We can't dereference dbh if it is NULLJohannes Schlüter2014-02-231-1/+6
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Fix bug 65299Johannes Schlüter2013-07-231-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2013-07-161-1/+1
|\ \ | |/
| * Make zval2myslqnd implementations aware of inheritanceJohannes Schlüter2013-07-161-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Allow setting SHA256 auth public key as optionJohannes Schlüter2012-10-311-0/+4
|/
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
|\
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-221-1/+1
|\ \ | |/
| * Remove extra ;Johannes Schlüter2012-06-221-1/+1
| * Fix bug #61194 PDO should export compression flag with myslqndJohannes Schlüter2012-03-051-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fix bug #60155 (pdo_mysql.default_socket ignored).Johannes Schlüter2011-11-021-6/+16
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)Rob Richards2011-04-151-1/+5
| * - Year++Felipe Pena2011-01-011-1/+1
* | Fix bug #61194 PDO should export compression flag with myslqndJohannes Schlüter2012-03-051-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Fix bug #60155 (pdo_mysql.default_socket ignored).Johannes Schlüter2011-11-021-6/+16
* | api_ext to reverse_apiAndrey Hristov2011-10-191-4/+5
* | Fix bad cast which leads to crashes!Andrey Hristov2011-10-051-1/+1
* | - Fix TSRM buildJohannes Schlüter2011-09-011-1/+1
* | - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlndJohannes Schlüter2011-08-311-0/+28
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)Rob Richards2011-04-151-1/+5
* | - Year++Felipe Pena2011-01-011-1/+1
|/
* 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
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fix #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS)Johannes Schlüter2008-10-271-0/+2
* MFH: Add PDO::MYSQL_ATTR_COMPRESS connection flag [DOC]Johannes Schlüter2008-10-141-0/+1
* MFH: Free persistent cache and improve MINFO outputJohannes Schlüter2008-09-291-10/+11
* MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-211-39/+177
* Fix for bug#45179 --with-mysql-sock fails to compile & workAndrey Hristov2008-07-211-0/+1