[PHP-DEV] [RFC] Strict Namespace Resolution

[email protected] ("Paul M. Jones") Tue, 14 Jul 2026 19:54:32 -0500
Newsgroups php.internals
Message-ID <[email protected]>
Hi all,

Per feedback from Tim Tim Düsterhus <https://externals.io/message/131332#131899> I have extracted the `declare(strict_namespace=1)` portion of the function autoloading proposal to its own RFC.

- RFC: https://wiki.php.net/rfc/strict-namespace
- PR:  https://github.com/php/php-src/pull/22736

(This RFC is an aid to, but not strictly required for, function autoloading.)


-- pmj