History log of /PHP-8.2/ext/oci8/oci8_interface.c (Results 1 – 25 of 130)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 93f6af69 12-Dec-2021 Christopher Jones

It's past time to drop linking support for Oracle Client 10g

# ac91b83c 28-Nov-2021 Christopher Jones

Add oci_set_prefetch_lob()

# 70f516d3 31-Aug-2021 Máté Kocsis

Make default value more explicit

# 5256798d 31-Aug-2021 Máté Kocsis

Merge branch 'PHP-8.0'

* PHP-8.0:
Fix default value of $flags in oci_fetch_all()


# 26aa54e0 31-Aug-2021 Máté Kocsis

Fix default value of $flags in oci_fetch_all() (#7429)

# d5b583a6 30-Aug-2021 Máté Kocsis

Merge branch 'PHP-8.0'

* PHP-8.0:
Use camelCase method names in OCICollection and OCILob


# e94731f1 30-Aug-2021 Máté Kocsis

Use camelCase method names in OCICollection and OCILob (#7405)

# 01b3fc03 06-May-2021 KsaR

Update http->https in license (#6945)

1. Update: http://www.php.net/license/3_01.txt to https, as there is anyway server header "Location:" to https.
2. Update few license 3.0 to 3.01 as

Update http->https in license (#6945)

1. Update: http://www.php.net/license/3_01.txt to https, as there is anyway server header "Location:" to https.
2. Update few license 3.0 to 3.01 as 3.0 states "php 5.1.1, 4.1.1, and earlier".
3. In some license comments is "at through the world-wide-web" while most is without "at", so deleted.
4. fixed indentation in some files before |

show more ...

# 3e01f5af 15-Jan-2021 Nikita Popov

Replace zend_bool uses with bool

We're starting to see a mix between uses of zend_bool and bool.
Replace all usages with the standard bool type everywhere.

Of course, zend_bool

Replace zend_bool uses with bool

We're starting to see a mix between uses of zend_bool and bool.
Replace all usages with the standard bool type everywhere.

Of course, zend_bool is retained as an alias.

show more ...

# d6264b09 13-Oct-2020 Máté Kocsis

Verify parameter names of function aliases

Closes GH-6335

# 824a2bf1 12-Sep-2020 George Peter Banyard

Promote some warnings to ValueError in OCI8

Closes GH-6116

Co-authored-by: Christopher Jones <sixd@php.net>

# 311fa342 09-Sep-2020 Christopher Jones

Fix 3b0fecd and resulting test fail lob_012.phpt

# 3b0fecd5 07-Sep-2020 Máté Kocsis

Fix UNKNOWN default values in ext/oci8

Closes GH-6089

# 6134bf9a 08-Sep-2020 Christopher Jones

Fix parsing regression from PHP 7

# 7a3375a0 20-Jul-2020 George Peter Banyard

Use ZPP callable check for oci_register_taf_callback()

# 0d146cb3 20-May-2020 George Peter Banyard

Some cleanup in OCI8 extension for PHP 8

# 11f4a5e5 05-Jul-2020 Jens de Nies

Removed the "oci_internal_debug" function and its alias. Also deprecated the "ocifetchinto" function.

Closes GH-5810

# 2b5de6f8 01-Jul-2020 Max Semenik

Remove proto comments from C files

Closes GH-5758

# 58f51f8c 10-Jun-2020 Jens de Nies

Added stubs for ext/oci8

Closes GH-5701

# 01be55fc 13-Jun-2020 Jens de Nies

Made sure zpp is always called and refactored some existing zpp calls.

Closes GH-5714

# 79382365 13-Jun-2020 Máté Kocsis

Fix ZPP of OCI_Lob::free

# 68112224 20-Jan-2020 Nikita Popov

Eliminate uses of ZVAL_ZVAL and friends

Instead add RETURN_COPY(_VALUE) macros will the expected behavior.

RETURN_ZVAL doesn't make any sense since PHP 7, but has stuck
around,

Eliminate uses of ZVAL_ZVAL and friends

Instead add RETURN_COPY(_VALUE) macros will the expected behavior.

RETURN_ZVAL doesn't make any sense since PHP 7, but has stuck
around, probably because the alternative was to write directly to
the return_value variable.

show more ...

# d1764ca3 15-Jan-2020 Máté Kocsis

Make error messages more consistent by fixing capitalization

Closes GH-5066 As a first step, let's capitalize their initial letter when it is applicable.

# aadd3aae 03-Jan-2020 Máté Kocsis

Use RETURN_THROWS() in various places

# 34570372 31-Dec-2019 Máté Kocsis

Use RETURN_THROWS() during ZPP in most of the extensions

Except for some bigger ones: reflection, sodium, spl

123456