History log of /PHP-8.2/ext/oci8/oci8_arginfo.h (Results 1 – 25 of 36)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# ef4f0883 04-Jul-2023 Ilija Tovilo

Revert "Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs"

This reverts commit d7ab0ff0c81bf672c3d4ac73e1b2cbd158296eef.

# d7ab0ff0 03-Jul-2023 Máté Kocsis

Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs

# b4ec3e9b 28-Aug-2022 Máté Kocsis

Do not generate CONST_CS when registering constants (#9439)

# de90edc4 24-Aug-2022 Máté Kocsis

Declare ext/oci8 constants in stubs (#9419)

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

# 41a5b46e 21-Jul-2022 Ilija Tovilo

Fix RC debug of stub attribute (#9082)

# 55a88f36 13-Jul-2022 Remi Collet

add SensitiveParameter as known string and use it in arginfo

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

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

# 9f29e2d7 05-Jul-2022 Bob Weinand

Allow for arbitrary (class) attributes in stubs

This can be easily extended to other types of attributes.

Closes #8839.

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

# 6fd2b393 13-Jun-2022 Pierrick Charron

Indent with TAB in .h files generated by gen_stub

# 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

# bf0f6aaf 15-Feb-2021 Máté Kocsis

Improve class entry generation

Related to GH-6701

# 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

12