Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83552 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11170 invoked from network); 23 Feb 2015 08:55:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Feb 2015 08:55:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.49 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.49 mail-qg0-f49.google.com Received: from [209.85.192.49] ([209.85.192.49:59537] helo=mail-qg0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/88-01128-1FAEAE45 for ; Mon, 23 Feb 2015 03:55:13 -0500 Received: by mail-qg0-f49.google.com with SMTP id q107so23259818qgd.8 for ; Mon, 23 Feb 2015 00:55:10 -0800 (PST) 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:message-id :subject:to:cc:content-type; bh=gepTaPTK7rlYGW8BfH8v4Ackfs/W2t7xpo9PFX8tiOs=; b=eSgqYyvfnzyid1pLQ5IC2/x06/0cu0OA1y3w0JJYxoEUkdUt9Wyo/D5zH3ldRta4Pg /4+672rRJd1wkTqt+oFdH55ThHgSTy2adn/ag2/xbQ472/G6vwsvVhjSl86FY4QzEXL7 wzjUl9sqDtXf9TXICfJYgBmXa/qmQ321+o6ZgbcQ94Pg+HBpTYVvWLIFjrVfOllH+PoE d9WUF+iJHDlHlWpVI5GdBdyJmsF1XreATObd2Wwnlb7VSjU5IO/Vu6u6rA4iEHqSYr4+ S8xMaCbj7qtJB7vXDCp9u27BB1y0TpOB3uOoULeX+BklpS9y4fUh+QYubQDpyWchDjU6 ypxg== X-Received: by 10.140.89.111 with SMTP id u102mr21789242qgd.20.1424681710774; Mon, 23 Feb 2015 00:55:10 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Mon, 23 Feb 2015 00:54:30 -0800 (PST) In-Reply-To: <54EADEB3.5020507@gmail.com> References: <54EADEB3.5020507@gmail.com> Date: Mon, 23 Feb 2015 17:54:30 +0900 X-Google-Sender-Auth: 2GaQpLU20Ok3L1C2qm5ueL4R6tM Message-ID: To: Stanislav Malyshev Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c13abe49ef5b050fbd8f28 Subject: Re: [PHP-DEV] Re: [RFC] Script only include/require From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c13abe49ef5b050fbd8f28 Content-Type: text/plain; charset=UTF-8 Hi Stas, On Mon, Feb 23, 2015 at 5:02 PM, Stanislav Malyshev wrote: > > I noticed very strange behavior under ZTS build with this patch. > > It turned out that compiler_globals is not accessible under ZTS build > > according to gdb. > > > > Is this intended? If so, where should I put script_extensions char array? > > That doesn't look right. If compiler_globals weren't accessible nothing > would work in ZTS. It may be some bug or missing setting in gdb. Thank you. Now I see compiler globals under ZTS in gdb and it looks OK. The execution steps do not make sense at all in gdb, but simply commenting out new code for move_uploaded_file() makes move_uploaded_file() work again. It seems I have to read machine code to see what's wrong :( Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c13abe49ef5b050fbd8f28--