History log of /php-src/ext/standard/tests/general_functions/gh10239_2.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 25d6c932 06-Jan-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-10239: proc_close after proc_get_status always returns -1

The waitpid function only works once when a process is exited.
Cache the result so subsequent status reads succeed.

Fix GH-10239: proc_close after proc_get_status always returns -1

The waitpid function only works once when a process is exited.
Cache the result so subsequent status reads succeed.

Closes GH-10250

show more ...