Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.2 | NewIniDirectives: various updates #1613

Merged
merged 2 commits into from
Aug 10, 2023

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Aug 10, 2023

PHP 8.2 | NewIniDirectives: recognize error_log_mode

. Added error_log_mode ini setting that allows setting of permissions for
error log file.

Refs:

PHP 8.2 | NewIniDirectives: recognize oci8.prefetch_lob_size

. Added an oci8.prefetch_lob_size directive and oci_set_prefetch_lob()
function to tune LOB query performance by reducing the number of
round-trips between PHP and Oracle Database when fetching LOBS. This is
usable with Oracle Database 12.2 or later.

Refs:

Related to #1348

>   . Added error_log_mode ini setting that allows setting of permissions for
>     error log file.

Refs:
* https://github.com/php/php-src/blob/5d90c5057dbf88cea49ac53daf5f4622c1588a84/UPGRADING#L89-L90
* php/php-src 7901
* php/php-src@ffdf25a

Related to 1348
>   . Added an oci8.prefetch_lob_size directive and oci_set_prefetch_lob()
>     function to tune LOB query performance by reducing the number of
>     round-trips between PHP and Oracle Database when fetching LOBS. This is
>     usable with Oracle Database 12.2 or later.

Refs:
* https://github.com/php/php-src/blob/5d90c5057dbf88cea49ac53daf5f4622c1588a84/UPGRADING#L112-L115
* php/php-src@9cd7f41

Related to 1348
@jrfnl jrfnl added enhancement PR: quick merge PR only contains relatively simple changes PR: ready for review labels Aug 10, 2023
@jrfnl jrfnl added this to the 10.0.0 milestone Aug 10, 2023
@jrfnl jrfnl requested a review from wimg August 10, 2023 19:49
@wimg wimg merged commit 142c204 into develop Aug 10, 2023
43 checks passed
@wimg wimg deleted the php-8.2/newinidirectives-various-updates branch August 10, 2023 20:33
@github-actions github-actions bot removed PR: quick merge PR only contains relatively simple changes PR: ready for review labels Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants