History log of /PHP-7.3/ext/oci8/oci8_statement.c (Results 51 – 75 of 152)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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, 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, 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
# 466a4c97 10-Sep-2014 Anatol Belski

replace zend_hash_find with zend_hash_str_find which fixes leaking the key


# e3ded277 10-Sep-2014 Anatol Belski

second big shot on porting ext/oci8

still a lot to do, but most raw things done


# 686213a2 09-Sep-2014 Anatol Belski

first shot on fixing ext/oci8


# 2e085df5 09-Sep-2014 Anatol Belski

basic datatype fixes for ext/oci8


Revision tags: 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
# 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, 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, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1
# 601367ee 10-Mar-2014 Christopher Jones

Fixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries)


Revision tags: php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2
# 2cbd8572 10-Feb-2014 Christopher Jones

Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name()


Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1
# 5ac7c533 27-Sep-2013 Christopher Jones

More OCI8 DTrace probe updates.
Change php.ini-* doc to match an earlier change to config.w32


Revision tags: php-5.5.4, php-5.4.20
# ca4d122a 06-Sep-2013 Christopher Jones

Update DTrace probes


# 4b778faa 06-Sep-2013 Christopher Jones

Make oci_set_*($connection,...) errors retrievable via oci_error($connection).
Improve some error handling to produce error text on some rare edge cases.
Disambiguate the Oracle library funct

Make oci_set_*($connection,...) errors retrievable via oci_error($connection).
Improve some error handling to produce error text on some rare edge cases.
Disambiguate the Oracle library function call return status values from ORA error numbers.
Review and unify error data types.

show more ...


Revision tags: php-5.5.4RC1, php-5.4.20RC1
# d7ffca59 31-Aug-2013 Christopher Jones

Allow OCI8 to be DTrace-enabled independently of core PHP's DTrace
status. The proviso is OCI8 must be built "shared" when DTrace is
enabled. This implementation (i) works around an incompl

Allow OCI8 to be DTrace-enabled independently of core PHP's DTrace
status. The proviso is OCI8 must be built "shared" when DTrace is
enabled. This implementation (i) works around an incomplete core PHP
solution for extension tracing (ii) avoid any issues with DOF section
location and the complexities of needing to merge all provider .d
files for static builds (iii) allows OCI8 to be DTrace-enabled when
doing PECL installs of OCI8 on PHP versions without core PHP DTrace
support.

This is an initial patch i.e. it will undergo further testing.

show more ...


# e6053acd 30-Aug-2013 Christopher Jones

OCI8 whitespace: remove tabs embedded in code


# 8aca4e45 26-Aug-2013 Christopher Jones

Leave it to DTrace FBT to trace underlying library calls


Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18
# f95cd934 13-Aug-2013 Christopher Jones

Fix unused variable warning in OCI8 2.0


Revision tags: php-5.5.2RC1, php-5.4.18RC2
# 85b66e9e 26-Jul-2013 Christopher Jones

OCI8 extension: Allow Implicit Result Set statement resources to inherit the parent's current prefetch count


# bfc3c223 24-Jul-2013 Christopher Jones

Initial PHP OCI8 2.0.0-dev commit.

Includes Oracle Database 12c Implicit Result Set support, DTrace
support, and various code cleanups.

See package.xml for details.


1234567