Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56602 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90036 invoked from network); 24 Nov 2011 22:28:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Nov 2011 22:28:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=christian.kaps@mohiva.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=christian.kaps@mohiva.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain mohiva.com from 80.67.18.43 cause and error) X-PHP-List-Original-Sender: christian.kaps@mohiva.com X-Host-Fingerprint: 80.67.18.43 smtprelay01.ispgateway.de Linux 2.6 Received: from [80.67.18.43] ([80.67.18.43:36453] helo=smtprelay01.ispgateway.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/7B-26290-815CECE4 for ; Thu, 24 Nov 2011 17:28:41 -0500 Received: from [87.181.50.129] (helo=[192.168.0.3]) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1RThmW-0000wY-Hy for internals@lists.php.net; Thu, 24 Nov 2011 23:28:36 +0100 Message-ID: <4ECEC513.9040706@mohiva.com> Date: Thu, 24 Nov 2011 23:28:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111120 Thunderbird/8.0 MIME-Version: 1.0 To: PHPMailingList Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Df-Sender: Y2hyaXN0aWFuLmthcHNAbW9oaXZhLmNvbQ== Subject: [RFC] Autoloader Error Handling From: christian.kaps@mohiva.com (Christian Kaps) Hi internals, I've written a RFC about the optimization of the autoloader error handling. Please take a moment to review the RFC and post any questions, suggestions or concerns here. https://wiki.php.net/rfc/autoloader_error_handling Cheers, Christian