Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS |
|
#
1c331d8d |
| 07-Feb-2015 |
Anatol Belski |
added ODBCVER to phpinfo() |
Revision tags: php-5.6.6RC1, php-5.5.22RC1 |
|
#
17286ab8 |
| 04-Feb-2015 |
Xinchen Hui |
Attempt to port odbc |
#
73a6e7e2 |
| 03-Feb-2015 |
Anatol Belski |
fix int to void * cast |
Revision tags: php-5.5.21 |
|
#
030b4b29 |
| 21-Jan-2015 |
Rasmus Lerdorf |
int -> size_t |
Revision tags: php-5.6.5, php-5.4.37 |
|
#
af6119cf |
| 16-Jan-2015 |
Xinchen Hui |
Fixed key length |
#
fc33f52d |
| 15-Jan-2015 |
Xinchen Hui |
bump year |
#
73c1be26 |
| 15-Jan-2015 |
Xinchen Hui |
Bump year |
Revision tags: php-5.5.21RC1, php-5.6.5RC1, 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 |
Revision tags: php-5.6.4RC1, php-5.5.20RC1 |
|
#
4b953534 |
| 19-Nov-2014 |
Veres Lajos |
typo fixes - https://github.com/vlajos/misspell_fixer |
Revision tags: php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34 |
|
#
9ca16fd8 |
| 07-Oct-2014 |
Keyur Govande |
Merge branch 'PHP-5.6' * PHP-5.6: Add to NEWS Add to NEWS Fix for bug #68087 (ODBC not reading DATE columns correctly)
|
#
df9078ea |
| 07-Oct-2014 |
Keyur Govande |
Fix for bug #68087 (ODBC not reading DATE columns correctly) Temporary variable indicating column field type ID should be reset to default for loop iteration (i.e. every column in the
Fix for bug #68087 (ODBC not reading DATE columns correctly) Temporary variable indicating column field type ID should be reset to default for loop iteration (i.e. every column in the record set. The old buggy code made it persist across all columns leading to invalid reads from the buffer, if for example a DATE column was preceded by a VARCHAR column.
show more ...
|
Revision tags: 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 |
|
#
cbf530c7 |
| 14-Sep-2014 |
Anatol Belski |
fix possible pointer truncation |
Revision tags: php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1 |
|
#
88d7ca44 |
| 01-Sep-2014 |
Dmitry Stogov |
Refactored INI subsystem to use zend_string* instead of char* |
#
32344808 |
| 27-Aug-2014 |
Anatol Belski |
first show to make 's' work with size_t |
Revision tags: php-5.6.0 |
|
#
202e8db1 |
| 26-Aug-2014 |
Anatol Belski |
fixed several long vs zend_long casts |
Revision tags: POST_AST_MERGE, PRE_AST_MERGE |
|
#
af59e92b |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 7 |
#
4d997f63 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 3 |
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1 |
#
70de6180 |
| 24-Aug-2014 |
Anatol Belski |
fixes to %pd format usage |
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32 |
|
#
e8fcd52e |
| 19-Aug-2014 |
Anatol Belski |
ported ext/odbc |
#
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 |
|
#
01c8aee7 |
| 13-Aug-2014 |
Dmitry Stogov |
cleanup |
#
06476e52 |
| 12-Aug-2014 |
Dmitry Stogov |
Fixed ext/odbc |
#
c4fc99ff |
| 11-Aug-2014 |
Dmitry Stogov |
ext/odbc support for phpng (incomplete) |