History log of /PHP-8.3/ext/odbc/php_odbc.c (Results 101 – 125 of 389)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e09febb2 17-Apr-2015 Anatol Belski

fix column name attribute with ODBC 3.0


# db1596c8 17-Apr-2015 Anatol Belski

migrate SQLAllocStmt for ODBC 3.0 compliance


# d9de7073 16-Apr-2015 Christoph M. Becker

fixes confusing SQLDescribeParam error message


Revision tags: php-5.6.8, php-5.5.24, php-5.4.40
# d27d9158 02-Apr-2015 Anatol Belski

further ODBC 3.0 compliance


# 5c2aa71e 02-Apr-2015 Anatol Belski

more compliance with the ODBC 3.0


# 899362db 02-Apr-2015 Anatol Belski

further ODBC 3.0 compliance


# b3a027d6 02-Apr-2015 Anatol Belski

more compliance with the ODBC 3.x


Revision tags: php-5.6.8RC1, php-5.5.24RC1
# 1f84e295 25-Mar-2015 Anatol Belski

integrate static tsrm_ls cache for ext/odbc


# 19360f38 23-Mar-2015 Anatol Belski

cleanup mod version macros, round 3


Revision tags: php-5.6.7, php-5.5.23, php-5.4.39
# f1d1273f 06-Mar-2015 Anatol Belski

fix fetching wrong resource


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


# 0579e827 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
# c00424e4 15-Oct-2014 Anatol Belski

bring back all the TSRMLS_FETCH() stuff

for better comparability with the mainstream


Revision tags: php-5.4.34
# 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
# 8a7c8d22 26-Sep-2014 Anatol Belski

cleanup TSRMLS_FETCH


Revision tags: 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


12345678910>>...16