summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/pdo_mysql.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-011-1/+1
|
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
|
* 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
|
* 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
| | | | | so don't waste time calling them on every request.
* 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 ↵Ilia Alshanetsky2009-11-231-1/+1
| | | | is empty).
* Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR)Ilia Alshanetsky2009-10-291-2/+5
| | | | | # Original patch by six at aegis-corp dot org
* 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
| | | | | | | | | | | | | | | | | | | | | | | | pecl#12794, pecl#12401 # Running the tests: # (Note: Doesn't work currnetly on HEAD, see: # http://news.php.net/php.qa/64378) # # PDO_MYSQL_TEST_DSN - DSN # For example: mysql:dbname=test;host=localhost;port=3306 # # PDO_MYSQL_TEST_HOST - database host # PDO_MYSQL_TEST_DB - database (schema) name # PDO_MYSQL_TEST_SOCKET - database server socket # PDO_MYSQL_TEST_ENGINE - storage engine to use # PDO_MYSQL_TEST_USER - database user # PDO_MYSQL_TEST_PASS - database user password # PDO_MYSQL_TEST_CHARSET - database charset # # NOTE: if any of PDO_MYSQL_TEST_[HOST|DB|SOCKET|ENGINE|CHARSET] is # part of PDO_MYSQL_TEST_DSN, the values must match. That is, for example, # for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.
* Fix for bug#45179 --with-mysql-sock fails to compile & workAndrey Hristov2008-07-211-0/+1
| | | | | | | Now --with-mysql-sock controls all mysql extensions. If provided it will be the default value as it was set in php.ini . php.ini will override it for ext/mysql and ext/mysqli but not for pdo_mysql
* MFH: 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
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH:Ilia Alshanetsky2006-03-051-0/+2
| | | | | | | | Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be set when executing internal queries such as "show master status" via MySQL). Added missing constant for MAX_BUFFER_SIZE.
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* switch to package2.xmlWez Furlong2005-12-041-1/+1
|
* prep for releaseWez Furlong2005-12-011-1/+1
|
* set to 1.0 stable.Wez Furlong2005-11-261-1/+1
|
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-2/+2
|
* Closes PECL Bug #5645; emits mysql client library version in MINFO output.Wez Furlong2005-10-291-1/+1
|
* MFH: add MySQL options and corresponding constantsAntony Dovgal2005-10-271-0/+4
|
* use the right macro for theseWez Furlong2005-10-011-1/+1
|
* Remove pointless PDO_ prefixIlia Alshanetsky2005-09-201-1/+1
|
* MFH: Make PDO use class constantsIlia Alshanetsky2005-09-201-1/+1
|
* update package.xml files and version numbers, in anticipation of a big bunch ↵Wez Furlong2005-09-111-1/+1
| | | | of releases.
* Prep for PECL releaseWez Furlong2005-07-271-1/+1
|
* Enable native mysql 4.1.x prepared statement supportWez Furlong2005-07-031-1/+1
| | | | | # the hardest part was installing 4.1.x on a gentoo box over a 56k modem
* Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggleIlia Alshanetsky2005-06-241-0/+2
| | | | | usage of buffered queries.
* - Add +ifdefs to still allow PHP 5.0 builds of PDOMarcus Boerger2005-06-231-0/+6
| | | | | | # PDO is a PECL extension and at the moment is still meant to compile on # both PHP 5.0 and PHP 5.1.
* Improved PHP extension loading mechanism with support for module ↵Dmitry Stogov2005-06-171-1/+9
| | | | dependencies and conflicts
* 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