Skip to content

Missing deprecation notice for allow_url_include #18948

Closed as not planned
Closed as not planned
@kkmuffme

Description

@kkmuffme

Description

https://wiki.php.net/rfc/deprecations_php_7_4#allow_url_include

Proposal: Add a deprecation notice if allow_url_include=1 on startup.

When changing this ini value with ini_set, there should be a deprecation notice too? Looks like it's possibly only reported on startup?

The following code:

<?php
ini_set('allow_url_include', 1);

Resulted in this output:

But I expected this output instead:
Deprecation notice

PHP Version

PHP 8.4

Operating System

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions