Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3163 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34912 invoked from network); 2 Jul 2003 13:47:17 -0000 Received: from unknown (HELO phoebe.host4u.net) (209.150.128.26) by pb1.pair.com with SMTP; 2 Jul 2003 13:47:17 -0000 Received: from ctd01 (dsta-aa203.pivot.net [66.186.171.203]) by phoebe.host4u.net (8.11.6/8.11.6) with SMTP id h62DlHB09576 for ; Wed, 2 Jul 2003 08:47:17 -0500 Message-ID: <026401c340a1$4c34d8f0$06dea8c0@cyberware.local> To: References: <1057087738.1360.216.camel@hasele> <1057092339.6996.19.camel@halcyon.workpc.tds.net> <3F01F9EF.2050106@php.net> Date: Wed, 2 Jul 2003 09:53:20 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: ZE2 Globals in zend.c zend_shutdown From: rrichards@ctindustries.net ("Rob Richards") I have been running the following patch for a little while: http://www.ctindustries.net/patches/zend20030620.diff as valgrind kept reporting a leak here (when used with --leak-check=yes --show-reachable=yes). Someone mentioned that these should not be free'd though. Could someone explain this as I am curious why? The same question would then also apply to GLOBAL_CONSTANTS_TABLE when running with ZTS as it looks like it works the same way as the above 2. Thanks, Rob