Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68346 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23541 invoked from network); 31 Jul 2013 10:43:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jul 2013 10:43:09 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.182 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.182 mail-lb0-f182.google.com Received: from [209.85.217.182] ([209.85.217.182:35695] helo=mail-lb0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/42-07795-B3AE8F15 for ; Wed, 31 Jul 2013 06:43:08 -0400 Received: by mail-lb0-f182.google.com with SMTP id v20so461533lbc.13 for ; Wed, 31 Jul 2013 03:43:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=v7hqWKrzoAc3WJtN3QaByZkZuXrr/VZW/e3fbRhaueo=; b=N64x6aIvN7/hv6aObmuWr9PsNfMCN+YPt+OHwCxGkgcMUaJAlZ6Jz8XoWFJLv6SrCC El5f7ZjhRQ/Ie05rB3pS7PswkRhYz/PiQ6MBebD+dUxxxsHuY0RuOFk/3/gss35IC6bH gfe8Wp7M31LLyWH89sFRVoSQuoKFbBIiKF9nGpHtw+qaUhjkqxti7SPi+Y9F/EIy68Oq h0CAgFy9qzIRePuAVVsUESMzWUuQ5oOuBkesWSMuUQLN5D9RmAtVlYkxu/C5/sDpyS7J zUCN4DWgkT2IZvxZIcB3CQSBjQtHOtXCRu/lZfU2o48ilamYRbGQvSgsugZRwNTFWXw/ hBrw== X-Received: by 10.112.162.131 with SMTP id ya3mr12651510lbb.85.1375267384946; Wed, 31 Jul 2013 03:43:04 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.133.201 with HTTP; Wed, 31 Jul 2013 03:42:24 -0700 (PDT) In-Reply-To: References: Date: Wed, 31 Jul 2013 19:42:24 +0900 X-Google-Sender-Auth: RfAnT5fM1o3uqBnDREg48lnt2QI Message-ID: To: Julien SALLEYRON Cc: PHP internals Content-Type: multipart/alternative; boundary=089e0112c86ef375c504e2cc6336 Subject: Re: [PHP-DEV] zend_execute_ex problem From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0112c86ef375c504e2cc6336 Content-Type: text/plain; charset=UTF-8 Hi Julien, On Wed, Jul 31, 2013 at 6:24 PM, Julien SALLEYRON < julien.salleyron@gmail.com> wrote: > If I EG(execute_data) = EG(execute_data)->prev_execute_data, there is no > loop anymore, but I have freeing error > Don't over write EG(execute_data), but use your own pointer when it is needed. I think this will fix your problem. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0112c86ef375c504e2cc6336--