[PHP-DEV] Can't compile php7 on OpenSuse 13.2

2015-10-24 Thread Andrew Kluev
In branches: master, PHP-7.0, tags/php7.0.0RC5, tags/php-7.0.0RC4 i got error /bin/sh /home/andrew/Programs/php7/libtool --silent --preserve-dup-deps --mode=compile /home/andrew/Programs/php7/meta_ccld -Iext/hash/ -I/home/andrew/Programs/php7/ext/hash/ -DPHP_ATOM_INC -I/home/andrew/Programs/php7/

[PHP-DEV] Re: run-tests.php and dynamic extension dependencies

2015-10-24 Thread François Laupretre
Hi Derick, I found the reason why tests are failing : the extension(s) added by the 'EXTENSION' section appear *after* the tested extension on the PHP command line. So, they are loaded *after* when they should be loaded *before*. If the dependency between extensions is at the PHP level only,

[PHP-DEV] Re: run-tests.php and dynamic extension dependencies

2015-10-24 Thread François Laupretre
Hi Derick, Le 24/10/2015 12:56, Derick Rethans a écrit : Oh really? I thought it was :-) I think I must have hacked my local version and promptly forgot about it. I still think this should be committed. Sorry, after investigating more, it appears that your patch *was* commited. Now, I must f

[PHP-DEV] Re: run-tests.php and dynamic extension dependencies

2015-10-24 Thread Derick Rethans
On Sat, 24 Oct 2015, François Laupretre wrote: > Hi, > > 4 years ago, Derick proposed a patch to add an '--EXTENSIONS--' section in > phpt files for extensions depending on another one > (http://grokbase.com/t/php/php-internals/11bwptaj78/run-tests-php-and-dynamic-extension-dependencies). > I don