PHP 7.4/RemovedIniDirectives: handle deprecated allow_url_include by jrfnl · Pull Request #870 · PHPCompatibility/PHPCompatibility
Navigation Menu
{{ message }}
PHPCompatibility / PHPCompatibility Public
- Notifications You must be signed in to change notification settings
- Fork 204
Conversation
Copy link Copy Markdown
Member
The
allow_url_includeini directive is deprecated. Enabling it will generate a deprecation notice at startup.
Refs:
- https://wiki.php.net/rfc/deprecations_php_7_4#allow_url_include
- https://github.com/php/php-src/blob/86d751f696786bcb95c580482c9884e41ccf2406/UPGRADING#L372-L373
- php/php-src@b3f74b0
Related to #808
> The allow_url_include ini directive is deprecated. Enabling it will generate a deprecation notice at startup. Refs: * https://wiki.php.net/rfc/deprecations_php_7_4#allow_url_include * https://github.com/php/php-src/blob/86d751f696786bcb95c580482c9884e41ccf2406/UPGRADING#L372-L373 * php/php-src@b3f74b0
jrfnl
added
Type: enhancement
PR: quick merge
PR: ready for review labels
Aug 21, 2019
jrfnl
added this to the
9.3.0 milestone
jrfnl
requested a review
from wimg
wimg approved these changes Aug 26, 2019
wimg
merged commit
fd6458c
into
master
delete-merged-branch
bot
deleted the
php-7.4/more-removed-ini-directives
branch
jrfnl
mentioned this pull request
40 tasks
jrfnl
removed
PR: ready for review
PR: quick merge
labels
Sep 5, 2019This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment