summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/pdo_mysql.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
| | | | Also re bug #71575.
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
| * Fix compilation error (ref #68424)Matteo Beccati2014-12-061-2/+2
| |
* | cleanup mod version macros, round 3Anatol Belski2015-03-231-1/+1
| |
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
| | | | | | | | which also comply with the current semantics for such macros
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-6/+6
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-061-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (35 commits) Fixed bug #68398 msooxml matches too many archives Fix zpp call in apache_getenv() Drop unnecessary zval containers fixed test C89 compat add include for missing localeconv_r proto updated NEWS Fixed bug #65230 setting locale randomly broken Fix compilation error (ref #68424) Removed useless handlers Move checks for references into slow paths of operator functions. Remove duplicate opcode handlers. Revert unintentional docblock change Restored zip/oci8 PHP 4 code, add PHP 7 checks Note macro removal in UPGRADING.INTERNALS Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!) Zend Engine 3 Updated NEWS Updated NEWS Updated NEWS Start adding new attribute to control multi statements ...
| * \ Merge branch 'PHP-5.6'Julien Pauli2014-12-051-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | * PHP-5.6: Updated NEWS Updated NEWS Start adding new attribute to control multi statements
| | * Start adding new attribute to control multi statementspwolanin2014-12-051-1/+1
| | |
* | | converted ext/sqlite and ext/pdo_mysql to use static tsrmls cacheAnatol Belski2014-10-161-0/+6
|/ /
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-16/+16
| |
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-191-16/+16
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-16/+16
| |
* | Fixed pdo_mysql build with mysqlndXinchen Hui2014-06-191-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
|\ \ | |/ | | | | | | * PHP-5.3: Remove extra ;
| * 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
| |