| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ |
|
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -6/+2 |
* | | Various warning fixes | Nikita Popov | 2015-07-17 | 1 | -1/+6 |
* | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -1/+1 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-06 | 1 | -1/+2 |
|\ \ |
|
| * \ | Merge branch 'PHP-5.6' | Julien Pauli | 2014-12-05 | 1 | -1/+2 |
| |\ \
| | |/ |
|
| | * | Start adding new attribute to control multi statements | pwolanin | 2014-12-05 | 1 | -1/+2 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | converted ext/sqlite and ext/pdo_mysql to use static tsrmls cache | Anatol Belski | 2014-10-16 | 1 | -1/+4 |
|/ / |
|
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
* | | yet trivial fixes to mysql exts | Anatol Belski | 2014-08-21 | 1 | -1/+1 |
* | | ported from pdo - pgsql, odbc, mysql, firebirt, dblib | Anatol Belski | 2014-08-19 | 1 | -4/+4 |
* | | Refactor pdo_mysql(incompleted, some tests failed due to no mysqlnd) | Xinchen Hui | 2014-05-07 | 1 | -15/+15 |
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ |
|
* | Fix bug 65299 | Johannes Schlüter | 2013-07-23 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Allow setting SHA256 auth public key as option | Johannes Schlüter | 2012-10-31 | 1 | -1/+4 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
|\ |
|
| * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| * | Fix bug #61194 PDO should export compression flag with myslqnd | Johannes Schlüter | 2012-03-05 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h) | Johannes Schlüter | 2011-05-09 | 1 | -1/+0 |
| * | Implement FR #48587 (MySQL PDO driver doesn't support SSL connections) | Rob Richards | 2011-04-15 | 1 | -1/+6 |
| * | MFT: Implemented FR #47802 (Support for setting character sets in DSN strings) | Kalle Sommer Nielsen | 2011-01-17 | 1 | -0/+4 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | profiling in trace mode | Andrey Hristov | 2010-10-22 | 1 | -2/+2 |
* | | Fix bug #61194 PDO should export compression flag with myslqnd | Johannes Schlüter | 2012-03-05 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | - Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h) | Johannes Schlüter | 2011-05-09 | 1 | -1/+0 |
* | | Implement FR #48587 (MySQL PDO driver doesn't support SSL connections) | Rob Richards | 2011-04-15 | 1 | -1/+6 |
* | | Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQL | Kalle Sommer Nielsen | 2011-01-07 | 1 | -0/+4 |
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | profiling in trace mode | Andrey Hristov | 2010-10-22 | 1 | -2/+2 |
* | | - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259 | Johannes Schlüter | 2010-08-05 | 1 | -2/+0 |
|/ |
|
* | ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How con... | Gwynne Raskind | 2010-01-31 | 1 | -0/+2 |
* | Fixed crash in ZTS mode due to ini values not being initialized | Ilia Alshanetsky | 2010-01-31 | 1 | -2/+0 |
* | Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored) | Ilia Alshanetsky | 2010-01-26 | 1 | -2/+0 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - fix build, come on, it is not that hard to test before commit, is it? | Pierre Joye | 2009-12-11 | 1 | -0/+6 |
* | Fix pdo build, forgot to remove the zval caching from pdo-mysql | Andrey Hristov | 2009-12-10 | 1 | -2/+0 |
* | mysqlnd supports INIT_COMMAND and so we can add it to PDO_MYSQL @ mysqlnd | Ulf Wendel | 2009-09-22 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |