]> granicus.if.org Git - php/commit
explicitly ignore php.ini for proc open tests
authorAnatol Belski <ab@php.net>
Tue, 21 Mar 2017 11:39:40 +0000 (12:39 +0100)
committerAnatol Belski <ab@php.net>
Tue, 21 Mar 2017 11:39:40 +0000 (12:39 +0100)
commitbc2b500d3e35de1a0916a122f9dab306286d1d77
tree866c09370099a1bafa536994dbd1ec634e12d15d
parent6d066dc421e839027805da63aa66d2db892fe386
explicitly ignore php.ini for proc open tests

In some cases, when an environment is unclean, tests might get stuck fe
when some incorrect ini file is loaded. As the test depends on the core
only, it is safer to explicitly ignore the ini. Any ini can be passed in
the cmd itself, if needed.
ext/standard/tests/general_functions/proc_open_pipes1.phpt
ext/standard/tests/general_functions/proc_open_pipes2.phpt
ext/standard/tests/general_functions/proc_open_pipes3.phpt
ext/standard/tests/streams/proc_open_bug51800_right.phpt
ext/standard/tests/streams/proc_open_bug51800_right2.phpt
ext/standard/tests/streams/proc_open_bug69900.phpt