History log of /PHP-7.4/ext/oci8/oci8.c (Results 26 – 50 of 511)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4
# 8be59a13 17-Oct-2016 Christopher Jones

Fixed bug #71148 (Bind reference overwritten on PHP 7)


Revision tags: php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10
# 51c1b64f 16-Aug-2016 Christopher Jones

Remove unused OCI8 macros


# 944d473e 07-Aug-2016 Christopher Jones

Sync with 7.1 branch changes from Nikita & Dimitri to keep OCI8 code identical


Revision tags: php-7.1.0beta2
# 0781f512 04-Aug-2016 Christopher Jones

Fixed invalid handle error with Implicit Result Sets and bump OCI8 version.


# 78488a54 04-Aug-2016 Christopher Jones

Fixed invalid handle error with Implicit Result Sets and bump OCI8 version.


Revision tags: php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23
# 16160386 21-Jun-2016 Dmitry Stogov

Added ZEND_ATTRIBUTE_FORMAT to some middind functions.
"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of format specifiers.


Revision tags: php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32
# 93dc91b3 30-Jan-2016 Nikita Popov

Remove version checks

PHP_VERSION_ID
PHP_API_VERSION
ZEND_MODULE_API_NO
PHP_MAJOR_VERSION, PHP_MINOR_VERSION
ZEND_ENGINE_2

I've left litespeed alone, as it seems to

Remove version checks

PHP_VERSION_ID
PHP_API_VERSION
ZEND_MODULE_API_NO
PHP_MAJOR_VERSION, PHP_MINOR_VERSION
ZEND_ENGINE_2

I've left litespeed alone, as it seems to genuinely maintain support
for many PHP versions.

show more ...


Revision tags: php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: php-7.0.2RC1
# e4a48ab6 12-Dec-2015 Christopher Jones

Prepare for a PECL release


# 8f7e98ac 12-Dec-2015 Christopher Jones

Prepare for a PECL release


Revision tags: php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8
# d10ee1ee 25-Nov-2015 Christopher Jones

Fix remaining gcov valgrind issues


# 0dce4bef 15-Nov-2015 Christopher Jones

Fixed LOB mem leak reported on gcov. Also fixed unsigend comparison compile warning; and remove direct field access


Revision tags: php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5
# 4a57f182 07-Oct-2015 Christopher Jones

Fix mem leak and improve test portability (Senthil)


Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3
# e0193a0b 15-Sep-2015 Christopher Jones

Improve row fetch changes for PHP7. Update test SKIPIFs. Add test for 11g client (Senthil)


# 83bba5df 15-Sep-2015 Christopher Jones

Improve row fetch changes for PHP7. Update test SKIPIFs. Add test for 11g client (Senthil)


# 145708b6 14-Sep-2015 Christopher Jones

Fix mem leak in PHP7


# a96f99e3 11-Sep-2015 Christopher Jones

Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed). Update driver name. Improve test portability (Senthil)


Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1
# 9047b567 19-Aug-2015 Christopher Jones

Resolve build warnings. Bump ver. Better range check. Fix diffs


Revision tags: php-7.0.0RC1
# b7031ba7 12-Aug-2015 Christopher Jones

Further PHP 7 compat for OCI8


Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# 70a72215 30-Jul-2015 Christopher Jones

More PHP7 compat (Rajendra/Senthil)


Revision tags: php-5.6.12RC1, php-7.0.0beta2
# e6d9061e 16-Jul-2015 Christopher Jones

More OCI8 diff fixes (Rajendra)


# 8586e67c 13-Jul-2015 Christopher Jones

Some OCI8 fixes (Rajendra)


12345678910>>...21