History log of /PHP-7.2/ext/oci8/oci8.c (Results 51 – 75 of 501)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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, php-5.5.18RC1, php-5.6.1, php-5.6.2
# e33f3d3b 20-Sep-2014 Nikita Popov

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just m

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.

show more ...


# 37aaccad 19-Sep-2014 Nikita Popov

Use inline functions for most of smart_str

smart_str_free_ex no longer exists, always use smart_str_free instead.

smart_str_alloc no longer requires a newlen variable to be in scope

Use inline functions for most of smart_str

smart_str_free_ex no longer exists, always use smart_str_free instead.

smart_str_alloc no longer requires a newlen variable to be in scope,
instead it returns the new length.

show more ...


# 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
# 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
# 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
# 94d092de 21-May-2014 Christopher Jones

Make a start on phpng compat


Revision tags: 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, php-5.6.0beta1, php-5.4.27, php-5.5.11
# 6c20b071 19-Mar-2014 Christopher Jones

OCI8: fix prototypes for oci_field_*(). They can take a column index or name.


Revision tags: 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
# bc748ba3 06-Nov-2013 Christopher Jones

OCI8 build change: Fix source variable definition for C89 compatibility


# 0d506131 06-Nov-2013 Christopher Jones

OCI8 build change: Fix source variable definition for C89 compatibility


Revision tags: php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5
# 12f9939b 08-Oct-2013 Christopher Jones

Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and Oracle
client library 10.2 (Note this will connect to Oracle Database 8.1.7
onwards). Use the older OCI8 1.4 from PECL if using an ea

Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and Oracle
client library 10.2 (Note this will connect to Oracle Database 8.1.7
onwards). Use the older OCI8 1.4 from PECL if using an earlier PHP
version or older Oracle client library support is necessary.

show more ...


Revision tags: php-5.4.21RC1, php-5.5.5RC1
# 954a0f8b 30-Sep-2013 Christopher Jones

OCI8 2.0: Added a new oci_set_db_operation() user space function for the "DB Operation" tracing feature of Oracle DB 12c.

Currently this code is #ifdef'd out, since I can't consider the feat

OCI8 2.0: Added a new oci_set_db_operation() user space function for the "DB Operation" tracing feature of Oracle DB 12c.

Currently this code is #ifdef'd out, since I can't consider the feature stable until an Oracle-side fix for Oracle bug 16695981 is available. Having the code available in PHP OCI8 facilitates testing of any fix.

show more ...


# 9b9eaba0 28-Sep-2013 Christopher Jones

OCI8: Fix alloc function and DLL generation


# 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
# 43289d66 06-Sep-2013 Christopher Jones

Remove obsolete flag


# 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 ...


12345678910>>...21