Re: [PHP-DEV] run-tests.php improvement for PHP 7.0+

2016-05-10 Thread Joe Watkins
Morning, I would prefer adding a zend extensions section, there might not be that many in zend extensions in the wild, but there are behind closed doors. Cheers Joe On Tue, May 10, 2016 at 7:13 AM, Benjamin Eberlei wrote: > On Tue, May 10, 2016 at 6:36 AM, Matt Ficken > wrote: > > > An IN

Re: [PHP-DEV] run-tests.php improvement for PHP 7.0+

2016-05-09 Thread Benjamin Eberlei
On Tue, May 10, 2016 at 6:36 AM, Matt Ficken wrote: > An INI section wouldn't have the extension directory path AND wouldn't > have the name of the SO to load. On Windows, its > zend_extension=php_opcache.DLL. Typically the same opcache, etc... > feature/test should work across os platforms. > a

Re: [PHP-DEV] run-tests.php improvement for PHP 7.0+

2016-05-09 Thread Matt Ficken
An INI section wouldn't have the extension directory path AND wouldn't have the name of the SO to load. On Windows, its zend_extension=php_opcache.DLL. Typically the same opcache, etc... feature/test should work across os platforms. OpCache tests can just use a SKIPIF section to be skipped unless

Re: [PHP-DEV] run-tests.php improvement for PHP 7.0+

2016-05-09 Thread Benjamin Eberlei
On Tue, May 10, 2016 at 2:51 AM, François Laupretre wrote: > Hi Derick, > > > Le 09/05/2016 à 20:36, Derick Rethans a écrit : > >> 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

Re: [PHP-DEV] run-tests.php improvement for PHP 7.0+

2016-05-09 Thread François Laupretre
Hi Derick, Le 09/05/2016 à 20:36, Derick Rethans a écrit : 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 th

RE: [PHP-DEV] run-tests.php improvement for PHP 7.0+

2016-05-09 Thread Anatol Belski
Hi Derick, > -Original Message- > From: Derick Rethans [mailto:der...@php.net] > Sent: Monday, May 9, 2016 8:36 PM > To: PHP Developers Mailing List > Cc: Anatol Belski > Subject: [PHP-DEV] run-tests.php improvement for PHP 7.0+ > > Hi! > > I've recently been having some looks at issue