Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113545 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 68139 invoked from network); 15 Mar 2021 17:48:05 -0000 Received: from unknown (HELO localhost.localdomain) (76.75.200.58) by pb1.pair.com with SMTP; 15 Mar 2021 17:48:05 -0000 To: internals@lists.php.net X-Mozilla-News-Host: news://news.php.net:119 Date: Mon, 15 Mar 2021 17:41:38 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Posted-By: 87.81.129.66 Subject: [RFC] Autoloader Classmap From: marandall@php.net (Mark Randall) Message-ID: Hi Internals, I would like to propose the addition of a new mechanism of autoloading classes - a classmap that will be consulted prior to checking the spl_autoload_register'd callbacks. https://wiki.php.net/rfc/autoload_classmap Mark Randall marandall@php.net