History log of /PHP-8.2/ext/oci8/oci8.stub.php (Results 1 – 25 of 28)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# de90edc4 24-Aug-2022 Máté Kocsis

Declare ext/oci8 constants in stubs (#9419)

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

# 342e18f1 12-Jul-2022 Tim Düsterhus

Support the actual `#[\SensitiveParameter]` attribute in stubs (#8836)

# 6b6e5f37 21-Jun-2022 Pierrick Charron

Add AllowDynamicProperties on OCILob and OCICollection

Fix GH-8756 : oci_new_descriptor() triggers dynamic property
deprecation.

This fix should be temporary. At some point we s

Add AllowDynamicProperties on OCILob and OCICollection

Fix GH-8756 : oci_new_descriptor() triggers dynamic property
deprecation.

This fix should be temporary. At some point we should either define
those properties or just hide them since they should probably not be
used.

Better fix is here : https://github.com/php/php-src/pull/8758 but
waiting feedback from Oracle team before going ahead.

show more ...

# ac6dbbd1 12-Apr-2022 Tim Düsterhus

Mark parameter in ext/oci8 as sensitive

# ac91b83c 28-Nov-2021 Christopher Jones

Add oci_set_prefetch_lob()

# d9e5e630 07-Oct-2021 Máté Kocsis

Add more specific array return type hints for various extensions - part 6 (#7474)

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

# 04d3a210 28-May-2021 Máté Kocsis

Merge branch 'PHP-8.0'

* Fixed bug #81088 (error in regression test for oci_fetch_object() and oci_fetch_array()


# a0af84be 28-May-2021 Máté Kocsis

Fixed bug #81088 error in regression test for oci_fetch_object() and oci_fetch_array()

Closes GH-7072

# 0b01d589 28-May-2021 Máté Kocsis

Declare tentative return types for ext/oci8 (#7070)

# 29a76d94 16-May-2021 Máté Kocsis

Merge branch 'PHP-8.0'

* Fix some types in ext/oci8


# f0736631 16-May-2021 Máté Kocsis

Fix some types in ext/oci8

Closes GH-6992

# af56982a 14-Feb-2021 Máté Kocsis

Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsql

Closes GH-6691

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

Verify parameter names of function aliases

Closes GH-6335

# 4173f2b3 03-Oct-2020 Máté Kocsis

Improve parameter names in ext/oci8

Closes GH-6267

# de912821 16-Sep-2020 Máté Kocsis

Display string default values in stubs more uniformly

Settling on using quoted string

# c76910cd 16-Sep-2020 Máté Kocsis

Display types in stubs more uniformly

In preparation for generating method signatures for the manual.

This change gets rid of bogus false|null return types, a few unnecessary traili

Display types in stubs more uniformly

In preparation for generating method signatures for the manual.

This change gets rid of bogus false|null return types, a few unnecessary trailing backslashes, and settles on using ? when possible for nullable types.

show more ...

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

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

Fix UNKNOWN default values in ext/oci8

Closes GH-6089

# 3e800e99 24-Aug-2020 Máté Kocsis

Move custom type checks to ZPP

Closes GH-6034

# f7fbc633 14-Aug-2020 Máté Kocsis

Add more precise type info for stubs

Closes GH-6005

# ff66e494 21-Aug-2020 Christopher Jones

OCI8 classes were already renamed in 8; this now follows the new-new standard

12