Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22639 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 611 invoked by uid 1010); 1 Apr 2006 18:39:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 596 invoked from network); 1 Apr 2006 18:39:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2006 18:39:45 -0000 X-Host-Fingerprint: 64.233.162.196 zproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.162.196:38832] helo=zproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3A/39-09123-1F8CE244 for ; Sat, 01 Apr 2006 13:39:45 -0500 Received: by zproxy.gmail.com with SMTP id z31so1315472nzd for ; Sat, 01 Apr 2006 10:39:42 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eWHHDu9RPIA3ZrnJvAgi62C+qlFhgmuuAbPaV1JRMM/TzpZptb4adl+ObTCxo89ZIGy99FwEeZu2vwugD0/bwy7zY5vso9FafoOjEq5unL/nZvFScv3CqxITFaG+CjFDwIbWIOM6nauTLjusOxNEJwWlRCUAJV33CAV2xO2ver0= Received: by 10.35.99.5 with SMTP id b5mr1091534pym; Sat, 01 Apr 2006 10:39:41 -0800 (PST) Received: by 10.35.41.17 with HTTP; Sat, 1 Apr 2006 10:39:41 -0800 (PST) Message-ID: <4e89b4260604011039y7adacb4anb4085d678a180912@mail.gmail.com> Date: Sat, 1 Apr 2006 13:39:41 -0500 To: "Jochem Maas" Cc: "Matthew C. Kavanagh" , "Unknown W. Brackets" , internals@lists.php.net In-Reply-To: <442EB289.4050304@iamjochem.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <442DCE06.8070307@iamjochem.com> <442E3611.6070306@iamjochem.com> <442E3CD1.9030106@teh.ath.cx> <442EB289.4050304@iamjochem.com> Subject: Re: [PHP-DEV] Re: __set() / __get() : limitation and/or unintentional behavoiur? From: kingwez@gmail.com ("Wez Furlong") I suggest that you quit your bitching and start filing some solid bug reports instead. http://bugs.php.net --Wez. On 4/1/06, Jochem Maas wrote: > Its still trivial to make php segfault when using __get()/__set() - I rea= lly > don't care what I do with php, a segfault should never occur, at worst I = get > a nice FATAL ERROR telling what an idiot I have been... my tests with APC= 3.0.10 > show that despite the best efforts of mr. Lerdorf et al it is still segfa= ults > intermittently when using [lots of?] objects (of varying complexity) that= use > __get()/__set()/__call()/etc - the last 24 hours lead me to suspect that = not APC > but the engine itself is the 'bad guy' ... unfortunately I don't have th= e C skills > to test that theory.