From:             jbboehr
Operating system: Windows 10
PHP version:      7.2.0beta2
Package:          Testing related
Bug Type:         Bug
Bug description:run-tests.php issues with EXTENSION block on windows

Description:
------------
There are a few issues with using the EXTENSION block in phpt on
windows.

1) Commands are not properly escaped for windows. This causes a parse
error and the error output to be attempted to be included in following
commands as an argument.
2) Extensions to be loaded need the "php_" prefix on Windows.
3) Specifying "-n" to check loaded modules causes "Module already
loaded"
warning. This causes the tests to fail (at least on windows) due to the
extra output.

Please see my attached patch.

Test script:
---------------
Reproduction is a bit tricky. The latest commit as of now (046ab3a) in
this branch can reproduce the issue:
https://github.com/jbboehr/php-handlebars/tree/windows
https://ci.appveyor.com/project/jbboehr/php-handlebars/build/windows.7/job/35ge6iux3k0xa8kb#L2468

But I believe the issue can be reproduced by simply using EXTENSION in a
phpt on windows.


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


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

Reply via email to