Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21562 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22396 invoked by uid 1010); 18 Jan 2006 01:20:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22381 invoked from network); 18 Jan 2006 01:20:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2006 01:20:18 -0000 X-Host-Fingerprint: 64.233.184.197 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.197:56665] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id AC/D1-13436-2D79DC34 for ; Tue, 17 Jan 2006 20:20:18 -0500 Received: by wproxy.gmail.com with SMTP id i24so459870wra for ; Tue, 17 Jan 2006 17:20:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=bgq98/7BSuPbgzXEqKvmSBVL5+HMbvktZ7UgZXX1fB0smFKtSwKobgnZ5g3Ns7Hw+MIw87UJ6LxGyLPK2DnUMT3xAOmcZBfDtNz4geA1i6Ln6GkuP4wmHUmU3T/8SIi0W5/cq7s7Z+1Di+SYUu8PSeqyfzazl6ZIwFuAefDmqgc= Received: by 10.54.107.3 with SMTP id f3mr1772190wrc; Tue, 17 Jan 2006 17:20:15 -0800 (PST) Received: by 10.54.106.16 with HTTP; Tue, 17 Jan 2006 17:20:15 -0800 (PST) Message-ID: <57792e850601171720j33c65ff7p1f3a4a268dc0dcc9@mail.gmail.com> Date: Tue, 17 Jan 2006 17:20:15 -0800 To: Rasmus Lerdorf Cc: php internals MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Bugs with APC From: iamstever@gmail.com (steve) Is this a proper place to discuss bugs in APC? I know of bug that was also in ZPS (still is actually, but was fixed in Zend Platform's accelerator). I can't for the life of my figure out a one file example, but I can if you had PRADO installed already. It has something to do with how they do automatic calling of a getter if you try and access a property by the same (well, similar) name. Like $this->Page use __get() somewhere in the framework to call $this->getPage(). With APC on it fails (null value) where with APC off or using Zend Platform, it works fine. I tried writing a single file based on what I know is happening, but I don't see the error in that case. There is something non-obvious going on. However, I can give one file (or tell how to change one line in a sample file) if PRADO was already loaded up. -s