From: v-altruo at microsoft dot com Operating system: Windows PHP version: 7.3.6 Package: Testing related Bug Type: Bug Bug description:preg match error
Description: ------------ Test fails for TS build only regardless of opcache on/off. Test File location: tests\basic\bug71273.phpt Test script: --------------- <?php /* NOTE this file is required to be encoded in iso-8859-1 */ $cmd = getenv('TEST_PHP_EXECUTABLE') . " -n -d html_errors=on -d extension_dir=a/é/w -d extension=php_kartoffelbrei.dll -v 2>&1"; $out = shell_exec($cmd); var_dump(preg_match(",.+a[\\/].+[\\/]w.php_kartoffelbrei.dll.+,s", $out)); ?> Expected result: ---------------- int(1) ==DONE== Actual result: -------------- int(0) ==DONE== -- Edit bug report at https://bugs.php.net/bug.php?id=78118&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=78118&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=78118&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=78118&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=78118&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=78118&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=78118&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=78118&r=needscript Try newer version: https://bugs.php.net/fix.php?id=78118&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=78118&r=support Expected behavior: https://bugs.php.net/fix.php?id=78118&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=78118&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=78118&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=78118&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=78118&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=78118&r=dst IIS Stability: https://bugs.php.net/fix.php?id=78118&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=78118&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=78118&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=78118&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=78118&r=mysqlcfg