Edit report at https://bugs.php.net/bug.php?id=78116&edit=1
ID: 78116 User updated by: v-altruo at microsoft dot com Reported by: v-altruo at microsoft dot com Summary: phar failed warning -Status: Feedback +Status: Assigned Type: Bug Package: Testing related Operating System: Windows PHP Version: 7.2.19 Assigned To: cmb Block user comment: N Private report: N New Comment: You are right, it is a parallel testing issue. I tested it with a new test pack and tested it by itself. It passed without any problems. Previous Comments: ------------------------------------------------------------------------ [2019-06-12 14:11:14] c...@php.net This looks again like a parallel testing issue. Can you reproduce if you only run this test? ------------------------------------------------------------------------ [2019-06-05 19:04:24] v-altruo at microsoft dot com Description: ------------ Fails across all builds (NTS/TS) regardless of opcache on/off. Test file location: ext\phar\tests\frontcontroller19.phpt Expected result: ---------------- Fatal error: Uncaught PharException: Too many values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller19.php:2 Stack trace: #0 %sfrontcontroller19.php(2): Phar::mungServer(Array) #1 {main} thrown in %sfrontcontroller19.php on line 2 Actual result: -------------- Warning: include(phar://C:\..\php-test-pack-7.2.19\ext\phar\tests\frontcontroller19.php/oops): failed to open stream: phar error: "oops" is not a file in phar "C:/../php-test-pack-7.2.19/ext/phar/tests/frontcontroller19.php" in C:\..\php-test-pack-7.2.19\ext\phar\tests\frontcontroller19.php on line 9 Warning: include(): Failed opening 'phar://C:\..\php-test-pack-7.2.19\ext\phar\tests\frontcontroller19.php/oops' for inclusion (include_path='phar://C:\..\php-test-pack-7.2.19\ext\phar\tests\frontcontroller19.php;.;C:\php\pear') in C:\..\php-test-pack-7.2.19\ext\phar\tests\frontcontroller19.php on line 9 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=78116&edit=1