Revision tags: php-5.5.21, php-5.6.5, php-5.4.37 |
|
#
29688512 |
| 15-Jan-2015 |
Anatol Belski |
Merge branch 'PHP-5.6' * PHP-5.6: updated NEWS updated NEWS PDO_MySQL: Differentiate between linux and win32 when passing unix_socket Conflicts: ext/pd
Merge branch 'PHP-5.6' * PHP-5.6: updated NEWS updated NEWS PDO_MySQL: Differentiate between linux and win32 when passing unix_socket Conflicts: ext/pdo_mysql/mysql_driver.c
show more ...
|
#
3d6a83a7 |
| 15-Jan-2015 |
Anatol Belski |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: updated NEWS PDO_MySQL: Differentiate between linux and win32 when passing unix_socket
|
Revision tags: php-5.5.21RC1, php-5.6.5RC1 |
|
#
7c963341 |
| 05-Jan-2015 |
steffen |
PDO_MySQL: Differentiate between linux and win32 when passing unix_socket Unix uses "127.0.0.1" as default host for named pipes, while when using Windows a "." is required as host by mys
PDO_MySQL: Differentiate between linux and win32 when passing unix_socket Unix uses "127.0.0.1" as default host for named pipes, while when using Windows a "." is required as host by mysqlnd. (This can be seen at mysqlnd.c (line 945 or searching #ifndef PHP_WIN32)
show more ...
|
#
fc33f52d |
| 15-Jan-2015 |
Xinchen Hui |
bump year |
#
0579e827 |
| 15-Jan-2015 |
Xinchen Hui |
bump year |
#
73c1be26 |
| 15-Jan-2015 |
Xinchen Hui |
Bump year |
#
b7a7b1a6 |
| 03-Jan-2015 |
Stanislav Malyshev |
trailing whitespace removal |
#
7d0887a2 |
| 05-Jan-2015 |
Matteo Beccati |
Merge branch 'PHP-5.6' * PHP-5.6: Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific attribute names
|
#
488d3dac |
| 05-Jan-2015 |
Matteo Beccati |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific attribute names
|
#
7d2f8525 |
| 05-Jan-2015 |
Matteo Beccati |
Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific attribute names
|
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things |
#
42d7cb4c |
| 06-Dec-2014 |
Anatol Belski |
Merge branch 'PHP-5.6' * PHP-5.6: C89 compat add include for missing localeconv_r proto
|
#
08241ee3 |
| 06-Dec-2014 |
Anatol Belski |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: C89 compat add include for missing localeconv_r proto
|
#
9016018c |
| 06-Dec-2014 |
Anatol Belski |
C89 compat |
#
5a528076 |
| 05-Dec-2014 |
Julien Pauli |
Merge branch 'PHP-5.6' * PHP-5.6: Updated NEWS Updated NEWS Start adding new attribute to control multi statements
|
#
5104c2bb |
| 05-Dec-2014 |
Julien Pauli |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Updated NEWS Start adding new attribute to control multi statements
|
Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35 |
|
#
4c0bd5e7 |
| 07-Nov-2014 |
pwolanin |
Start adding new attribute to control multi statements |
#
3e4b91ec |
| 10-Nov-2014 |
Matteo Beccati |
Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific attribute names |
Revision tags: php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2 |
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/ |
Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE |
|
#
af59e92b |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 7 |
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1 |
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32 |
|
#
4ed156d4 |
| 19-Aug-2014 |
Anatol Belski |
ported from pdo - pgsql, odbc, mysql, firebirt, dblib |
#
63d3f0b8 |
| 19-Aug-2014 |
Anatol Belski |
basic macro replacements, all at once |
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29 |
|
#
da3aeeed |
| 13-Aug-2014 |
Xinchen Hui |
clean up - avoid realloc |
Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14 |
|
#
73630a1f |
| 19-Jun-2014 |
Xinchen Hui |
Fixed pdo_mysql build with mysqlnd |