summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/php_pdo_mysql_int.h
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Allow setting SHA256 auth public key as optionJohannes Schlüter2012-10-311-1/+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
| * 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 #54644 (wrong pathes in php_pdo_mysql_int.h)Johannes Schlüter2011-05-091-1/+0
| * Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)Rob Richards2011-04-151-1/+6
| * MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)Kalle Sommer Nielsen2011-01-171-0/+4
| * - Year++Felipe Pena2011-01-011-1/+1
| * profiling in trace modeAndrey Hristov2010-10-221-2/+2
* | 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 #54644 (wrong pathes in php_pdo_mysql_int.h)Johannes Schlüter2011-05-091-1/+0
* | Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)Rob Richards2011-04-151-1/+6
* | Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQLKalle Sommer Nielsen2011-01-071-0/+4
* | - Year++Felipe Pena2011-01-011-1/+1
* | profiling in trace modeAndrey Hristov2010-10-221-2/+2
* | - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259Johannes Schlüter2010-08-051-2/+0
|/
* ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How con...Gwynne Raskind2010-01-311-0/+2
* Fixed crash in ZTS mode due to ini values not being initializedIlia Alshanetsky2010-01-311-2/+0
* Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored)Ilia Alshanetsky2010-01-261-2/+0
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - fix build, come on, it is not that hard to test before commit, is it?Pierre Joye2009-12-111-0/+6
* Fix pdo build, forgot to remove the zval caching from pdo-mysqlAndrey Hristov2009-12-101-2/+0
* 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: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-211-20/+86
* Fix for bug#45179 --with-mysql-sock fails to compile & workAndrey Hristov2008-07-211-0/+9
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH:Ilia Alshanetsky2006-03-051-0/+2
* Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).Ilia Alshanetsky2006-02-141-0/+2
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: add MySQL options and corresponding constantsAntony Dovgal2005-10-271-0/+4
* Missing bit of the previous commitsIlia Alshanetsky2005-07-201-1/+1
* Enable native mysql 4.1.x prepared statement supportWez Furlong2005-07-031-8/+15
* Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggleIlia Alshanetsky2005-06-241-0/+5
* fully distinguish between database and statement level errorsHartmut Holzgraefe2005-02-271-0/+1
* use fetch_fields only once and remember the resultHartmut Holzgraefe2005-02-271-0/+1
* colsHartmut Holzgraefe2005-02-271-1/+0
* zts fix ;)Wez Furlong2004-05-201-2/+2
* Correctly report errors for statment problems.Ilia Alshanetsky2004-05-201-2/+3
* Error handling support.Ilia Alshanetsky2004-05-201-14/+12
* Added lastInsertId() method for retrieving last insert id.Ilia Alshanetsky2004-05-191-1/+10
* Simplify config via the use of mysql_config.Ilia Alshanetsky2004-05-191-1/+1
* Update prepare() prototype.Wez Furlong2004-05-191-3/+3
* Minor tweaksWez Furlong2004-05-181-3/+3