From:             spam2 at rhsoft dot net
Operating system: Linux
PHP version:      7.0.14RC1
Package:          Testing related
Bug Type:         Bug
Bug description:"run-tests.php" donÄt respect configuration

Description:
------------
most of the stuff runs fine, but on a machine with 7.1.0RC6 installed
the test-suite tries to load extensions from the installed binaries up
to "--with-config-file-scan-dir" which is simply a no-go when -n  and a
cnfig file is specified

that explains now also why for years nmow some mysql-tests are failing
with permission-denied - likely some pieces ignore the env-vars

$TEST_PHP_EXECUTABLE -n -c $PWD/tmp-php.ini $PWD/run-tests.php -n -c
$PWD/tmp-php.ini

[root@testserver:~]$ cat /rpmbuild/BUILD/php-7.0.14/tmp-php.ini
[PHP]
extension_dir=/home/builduser/rpmbuild/BUILD/php-7.0.14/modules
extension=openssl.so
extension=mbstring.so
extension=calendar.so
extension=ctype.so
extension=curl.so
extension=dom.so
extension=exif.so
extension=fileinfo.so
extension=gd.so
extension=hash.so
extension=iconv.so
extension=json.so
extension=mysqli.so
extension=pcntl.so
extension=pdo.so
extension=pdo_mysql.so
extension=posix.so
extension=session.so
extension=simplexml.so
extension=soap.so
extension=tidy.so
extension=tokenizer.so
extension=xmlreader.so
extension=xmlwriter.so
extension=zip.so
zend_extension=opcache.so


Module compiled with module API=20160303
PHP    compiled with module API=20151012
These options need to match
 in Unknown on line 0
[26-Nov-2016 01:08:17 UTC] PHP Warning:  PHP Startup: Unable to load
dynamic library '/usr/lib64/php/modules/session.so' -
/usr/lib64/php/modules/session.so: undefined symbol:
php_var_serialize_destroy in Unknown on line 0
[26-Nov-2016 01:08:17 UTC] PHP Warning:  PHP Startup: SimpleXML: Unable
to initialize module
Module compiled with module API=20160303
PHP    compiled with module API=20151012



-- 
Edit bug report at https://bugs.php.net/bug.php?id=73609&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=73609&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=73609&r=trysnapshot55
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=73609&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=73609&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=73609&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=73609&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=73609&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=73609&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=73609&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=73609&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=73609&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=73609&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=73609&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=73609&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=73609&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=73609&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=73609&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=73609&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=73609&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=73609&r=mysqlcfg


-- 
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to