Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68553 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6438 invoked from network); 17 Aug 2013 21:24:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2013 21:24:19 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:17245] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/84-18114-10AEF025 for ; Sat, 17 Aug 2013 17:24:18 -0400 To: internals@lists.php.net Date: Sat, 17 Aug 2013 23:24:13 +0200 Message-ID: References: <520F607A.4020001@lerdorf.com> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 85.223.116.227 Subject: Re: Module shutdown order again From: phpdev@ehrhardt.nl (Jan Ehrhardt) Rasmus Lerdorf in php.internals (Sat, 17 Aug 2013 07:37:30 -0400): >Looking at https://bugs.php.net/bug.php?id=65463 When I saw the subject, I was reminded of https://bugs.php.net/bug.php?id=65338 That was another case of unorderly unloading modules. I thought it was a bug in zend_string.c, but Dmitry solved it by patching opcache. Disregard this message if it is not related at all. Jan