]> granicus.if.org Git - php/commit
This test was added to verify that bug 39322 was fixed, which the test
authorRasmus Lerdorf <rasmus@php.net>
Wed, 7 Sep 2011 18:09:34 +0000 (18:09 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 7 Sep 2011 18:09:34 +0000 (18:09 +0000)
commitd8a0b1a9e3d4ca2ae2a99ea0db14756c0fc0db87
treea879598be321c5dd2a46c47fb889453b80c76e04
parent797a1ce88f9ba5d028fa51f401ab1792575795c7
This test was added to verify that bug 39322 was fixed, which the test
does test for and this works. However, it consistently failed because
it relied on a SIGHUP not terminating a sh -c /usr/bin/nohup sleep 50
process which doesn't work because the SIGHUP goes to the sh process
not the nohup'ed sleep process. So, I have sped up the test and removed
the nohup and instead of trying to SIGHUP I am just doing the equivalent
of a kill 0 on it to verify that the resource sticks around.
ext/standard/tests/general_functions/proc_open02.phpt