Skip to content

Document PHP 8.5.0 ini directive deprecations and removals#5419

Open
jordikroon wants to merge 1 commit intophp:masterfrom
jordikroon:php85-deprecate-ini-directives
Open

Document PHP 8.5.0 ini directive deprecations and removals#5419
jordikroon wants to merge 1 commit intophp:masterfrom
jordikroon:php85-deprecate-ini-directives

Conversation

@jordikroon
Copy link
Contributor

The report_memleaks INI directive has been deprecated.
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_report_memleaks_ini_directive

The disable_classes INI setting has been removed as it causes various engine assumptions to be broken.
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#remove_disable_classes_ini_setting

Deriving $_SERVER['argc'] and $_SERVER['argv'] from the query string for non-CLI SAPIs has been deprecated. Configure register_argc_argv=0 and switch to either $_GET or $_SERVER['QUERY_STRING'] to access the information, after verifying that the usage is safe.
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_register_argc_argv_ini_directive

@jordikroon jordikroon force-pushed the php85-deprecate-ini-directives branch from 66b6119 to 5bcce7d Compare March 9, 2026 19:59
@jordikroon jordikroon force-pushed the php85-deprecate-ini-directives branch from 5bcce7d to 646aa10 Compare March 9, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant