]> granicus.if.org Git - php/commit
Fix #78283: no output for explicit environment
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 13 Jul 2019 10:01:33 +0000 (12:01 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 13 Jul 2019 10:03:03 +0000 (12:03 +0200)
commit8c76d898a95cc91ef987c5efb77c1b43fd64a32c
treebbf3f295bc8977779ffacb362d19596ab8f8613f
parentbf242d58e77d50d4d8fdaaaca7ede686ec4467c0
Fix #78283: no output for explicit environment

This test does not work on Windows, if the child process has OPcache
enabled via php.ini, since TEMP is not set in the environment, so
OPcache can't find the base address file, and terminates the childs.

To avoid this (and potentially some other issues regarding missing
environment variables, such as PATH), we force the child process to
ignore any ini files.
ext/standard/tests/general_functions/proc_open_array.phpt