Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21239 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12060 invoked by uid 1010); 15 Dec 2005 17:49:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12045 invoked from network); 15 Dec 2005 17:49:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2005 17:49:15 -0000 X-Host-Fingerprint: 194.109.193.120 unknown Linux 2.4/2.6 Received: from ([194.109.193.120:47196] helo=mx1.moulin.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 33/0D-23096-B9CA1A34 for ; Thu, 15 Dec 2005 12:49:15 -0500 Received: from localhost (localhost [127.0.0.1]) by mx1.moulin.nl (Postfix) with ESMTP id 3C6531732CF; Thu, 15 Dec 2005 18:49:17 +0100 (CET) Received: from mx1.moulin.nl ([127.0.0.1]) by localhost (moulin [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23212-17; Thu, 15 Dec 2005 18:49:15 +0100 (CET) Received: from [192.168.1.16] (bspr.xs4all.nl [194.109.161.228]) by mx1.moulin.nl (Postfix) with ESMTP id D84E0154F8B; Thu, 15 Dec 2005 18:49:15 +0100 (CET) Message-ID: <43A1AC96.6030202@iamjochem.com> Date: Thu, 15 Dec 2005 18:49:10 +0100 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: scuzzy@reverseorder.net Cc: PHP References: <20051215121357.M36075@reverseorder.net> <43A1819B.5090407@iamjochem.com> <20051215170149.M6855@reverseorder.net> In-Reply-To: <20051215170149.M6855@reverseorder.net> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at moulin.nl Subject: Re: [PHP-DEV] php 5.1.1 syntax errors From: jochem@iamjochem.com (Jochem Maas) Daine Mamacos wrote: > I think I know what this is due to. > I have an autoloader in places for classes. > It seems that when a class is autoloaded, no matter what you do, it won't > bother throwing an error when it loads a class. It however just stops > processing. FULL STOP. > If the error is in the localfile, it works fine. runtime errors work fine. It > seems to be pre-runtime errors, now I don't know if this is because of the way > the autoloader works at run time as opposed to pre-runtime. I have also been caught out with regard to __autoload() related issues; but I removed my __autoload() function from my project about 18 months ago. thats not to say the problem may not be related to __autoload(), but I can say that you don't need to be using it to have the describe issue rear its head. > > I don't know. > Anyhow. > > If anyone could enlighten me, it would be great. ditto - I'd love to find out what it is that I (or maybe the engine?) am/is doing wrong.