Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76351 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72311 invoked from network); 5 Aug 2014 11:41:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Aug 2014 11:41:02 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.182 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.182 mail-vc0-f182.google.com Received: from [209.85.220.182] ([209.85.220.182:46456] helo=mail-vc0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/A1-48163-CC2C0E35 for ; Tue, 05 Aug 2014 07:41:02 -0400 Received: by mail-vc0-f182.google.com with SMTP id hy4so1181644vcb.41 for ; Tue, 05 Aug 2014 04:41:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=QFIcS0Lh/C16TntcMP0VuHiYmMRkWNsKDZI9j9lKXe8=; b=ddYnZ72GvWkowjrILITiEWc5+fGVCEbtGwB5umB2GWIhU5guGkJQ8ds6RzFvILWQFC xd+7Ol/Cw32y98ZuFACxjXUO6DDqSo66j2OM1C0EtHboP5p5zA8+kPjQ3fc9TGCI8Ba3 u+duhM4jKkVBZRI+AnrQvlLNXAkMnNTfccLgfiUYoxZjBawwm+5dX15FJR7yCKN/jufp Nqu3TjSsEQxlnDxHpsM1vBYjgPZjbX1kikh5A4FbccZ35jr1kpa/4Kb0aevHRmcBliaB 52qASJ+hxuTwc/8k8Y4oisVeCFgHyw7TaJGTC0FfITjcUOXrQXcYzEmnsyrAvSJvTgeF JyWQ== X-Gm-Message-State: ALoCoQkLCahc3a+glq0ryydANvvwO6aVsu9xr20lUK7/82+UrNb5qluYZRkgMzSStbCbZEOtbPps4DJXeArpTtaT/ZYYzPww0g+E/uGtHwOhJ9NRcDwlrGMFPHekG6Uv7aS4w2ZznKxN MIME-Version: 1.0 X-Received: by 10.53.12.225 with SMTP id et1mr2180549vdd.5.1407238885597; Tue, 05 Aug 2014 04:41:25 -0700 (PDT) Received: by 10.52.110.170 with HTTP; Tue, 5 Aug 2014 04:41:25 -0700 (PDT) In-Reply-To: References: <25.82.08559.C1852D35@pb1.pair.com> <21.50.09748.8007AD35@pb1.pair.com> <53DB525A.4030103@free.fr> <081552A9-049F-4941-BD29-D93E9CEEDC1B@ajf.me> Date: Tue, 5 Aug 2014 15:41:25 +0400 Message-ID: To: Andrea Faulds Cc: Pierre Joye , Pascal Chevrel , Laruence , PHP Internals , Zeev Suraski , Nikita Popov Content-Type: multipart/alternative; boundary=001a1133fe38e4007204ffe055be Subject: Re: [PHP-DEV] Reporting bugs for phpng From: dmitry@zend.com (Dmitry Stogov) --001a1133fe38e4007204ffe055be Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Now it must be completely fixed in git. Thanks. Dmitry. On Mon, Aug 4, 2014 at 9:44 PM, Dmitry Stogov wrote: > We can disable immutable arrays when opcache not loaded or disabled. > But it's going to be difficult to disable them when script can't fit into > SHM, because at the moment of compilation (or optimization) we don't know > the final required size. > > Thanks. Dmitry. > > > On Mon, Aug 4, 2014 at 9:26 PM, Andrea Faulds wrote: > >> >> On 4 Aug 2014, at 18:06, Pierre Joye wrote: >> >> > As I agree that a solution has to be found, introducing pragma is >> > definitively not something I like to see in PHP, options like that are >> > way too low level and should not be exposed in userland. It will make >> > PHP way too complex. >> >> Perhaps I=E2=80=99m being technically ignorant here, but would it not be= possible >> to disable immutable arrays when opcache is not in use? >> >> -- >> Andrea Faulds >> http://ajf.me/ >> >> >> >> >> > --001a1133fe38e4007204ffe055be--