Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56509 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29148 invoked from network); 23 Nov 2011 15:03:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2011 15:03:02 -0000 Authentication-Results: pb1.pair.com header.from=thekid@thekid.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=thekid@thekid.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain thekid.de from 212.227.17.10 cause and error) X-PHP-List-Original-Sender: thekid@thekid.de X-Host-Fingerprint: 212.227.17.10 moutng.kundenserver.de Received: from [212.227.17.10] ([212.227.17.10:61112] helo=moutng.kundenserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/F4-31179-42B0DCE4 for ; Wed, 23 Nov 2011 10:03:01 -0500 Received: from carla (port-92-200-48-103.dynamic.qsc.de [92.200.48.103]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0Lx3Ub-1QnPIW2icb-016hI0; Wed, 23 Nov 2011 16:02:57 +0100 Message-ID: <1967E834A5BA46218D68EA0F2AD83C9E@carla> To: "PHP Internals List" Date: Wed, 23 Nov 2011 16:02:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3538.513 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3538.513 X-Provags-ID: V02:K0:7b+MjG1WznA3zsaT5RMzksnSng87qOiQC+PQYrqDhdv 5x1dpqvXBDxMZwQJpt3pI1yaJmvU7w39/UMqRl8ayLtnOvELSz vWbwdDbKYZsIbRjwxii/FK9cnNY6zHrH7pMl+SDMwB42sm1415 MokZ+Ty/6pZi9nDyGyOMZpMJoByOzyAKNWg8mXUfRZSEUVs9qh FvS2olXh3kAlI2Da7nmKq3xV8RxIByGyB4FTIiGT6BODYgHdnD xv78+Mmt2zZ0UgcmZkWHCE/jcll2/wCPvnjqAfQe9q8DOzNQhB D08NKCXu2AEJEncsf1MOl6QlVQ81Q68dnO42KlZhvQHeS7xFkQ d7uVz2fR9V3fN+I+ml2A= Subject: Fw: Bug #60167 [PATCH]: Crash / memory corruption From: thekid@thekid.de ("Timm Friebe") Hey, who can review this patch? I'm not sure this is the right place to fix this issue - it's related to the literal caching in the Zend Engine's method call init opcodes (ZEND_INIT_[STATIC_]METHOD_CALL) and might need to be addressed there instead of having to change PHP extensions. --cut-- The following patch has been added/updated: Patch Name: bugfix-and-all-warnings-removal.diff Revision: 1322058911 URL: https://bugs.php.net/patch-display.php?bug=60167&patch=bugfix-and-all-warnings-removal.diff&revision=1322058911 - Timm