Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93137 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34168 invoked from network); 10 May 2016 04:08:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2016 04:08:03 -0000 Authentication-Results: pb1.pair.com header.from=kontakt@beberlei.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=kontakt@beberlei.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain beberlei.de from 74.125.82.52 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 74.125.82.52 mail-wm0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:37685] helo=mail-wm0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/82-11104-F9E51375 for ; Tue, 10 May 2016 00:08:00 -0400 Received: by mail-wm0-f52.google.com with SMTP id a17so4446008wme.0 for ; Mon, 09 May 2016 21:07:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=beberlei-de.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=vuZXt9pi9gysZJpSHVtYAyscRD0vMvLFnhB4FcgLLkE=; b=p7X9T1gU+sRzfTTIps3CNtwOv6xVuELGmiXsO8wiBnvJm2z1W8HKryAqWw+Q3ukffu WOzsR+UVgaUCrJz58hnKGC81jcANlJbx/AkyI+2mjgcsQPsHqx7BnH3i6dZdouF+QUF6 Ajr/nMy5UMZpJRTuPI+kz2xQY162VHBxorgHZN/EHNmm+735UFx52lqtZ7hFEAUyPQXF Sh/D04onLmRg1+ot3MRQFmlULyRK2QooN0mJdvXjfP97rykiakoKUdQTHV1IjXT/WfGH 6KOxcaQd0o+7jp1jugkssyzwRY01d87nTJHqMyE8H2u/J5Rnt1r9OdJkjR6/R7dUKe/8 Ttow== 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; bh=vuZXt9pi9gysZJpSHVtYAyscRD0vMvLFnhB4FcgLLkE=; b=GMRoytMS9XGRfRK4wQln3Of6f3JLgViz/wW/disTUr/2ADwvpBUUvWWeT50xrE1RIW on6sETAmjvf6BE4tF1F8mch/eUbgEPCZTfqBTuy8UkSfEoi7v74cE5zBNK+0uuyOh4IN 8k/GvkuEk58F/76OGJHxAlgPTLz+TrCOeI0GlqkL+zNkLlifA0+2rU5T0MRt6vbhONuO 9NddUgLwB4iznXlGuIIdBsxsjFXUPKkGc9dyqXvu6dr1iKb7HNyjl1Pp9Wx1u8MrQrlh +7doGOCzSL9cIzpJyJUbxkSX7cvpTu9x3hy4zKzNrKzYwYHE5vFVp7tH4Owl32oCbO6K x4EA== X-Gm-Message-State: AOPr4FX60kBd7LjrvWMFIO8P9Jl6cQOgY/LxC6xZSm+jQHus8e/Hx7brEUuZOawGh/cmCex54fM/sBTkmamLhA== MIME-Version: 1.0 X-Received: by 10.28.94.193 with SMTP id s184mr12959548wmb.57.1462853276498; Mon, 09 May 2016 21:07:56 -0700 (PDT) Received: by 10.194.94.163 with HTTP; Mon, 9 May 2016 21:07:56 -0700 (PDT) X-Originating-IP: [77.11.25.174] In-Reply-To: <2aa755ee-0f6b-c52a-8422-05acfa30a673@php.net> References: <2aa755ee-0f6b-c52a-8422-05acfa30a673@php.net> Date: Tue, 10 May 2016 06:07:56 +0200 Message-ID: To: =?UTF-8?Q?Fran=C3=A7ois_Laupretre?= Cc: Derick Rethans , PHP Developers Mailing List , Anatol Belski Content-Type: multipart/alternative; boundary=001a1147145ce793bd0532751143 Subject: Re: [PHP-DEV] run-tests.php improvement for PHP 7.0+ From: kontakt@beberlei.de (Benjamin Eberlei) --001a1147145ce793bd0532751143 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, May 10, 2016 at 2:51 AM, Fran=C3=A7ois Laupretre wrote: > Hi Derick, > > > Le 09/05/2016 =C3=A0 20:36, Derick Rethans a =C3=A9crit : > >> Hi! >> >> I've recently been having some looks at issues between xdebug and >> opcache, and this meant that I need to write a test case for it. >> >> Ages ago I added support for the "--EXTENSIONS--" section in .phpt >> files, to load extensions that the test 'depends' on. Each item would be >> added to the php invocation as a "-dextension=3Dname.so". For opcache >> however, that needs to be "-dzend_extension=3Dopcache.so". >> >> The attached patch checks for opcache in the list of extensions and then >> uses zend_extension=3D. I'd like to have this in PHP 7.0 and trunk - any >> objections? >> >> cheers, >> Derick >> > > I know there are not so many Zend extensions around, but I would > definitely prefer a 'ZEND_EXTENSIONS' section. > Wouldn't this work by just using --INI-- instead? --INI-- zend_extension=3Dopcache.so greetings Benjamin > > Regards > > Fran=C3=A7ois > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a1147145ce793bd0532751143--