|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-07 20:59 UTC] sniper@php.net
[2002-09-04 03:57 UTC] jparneodo at yahoo dot fr
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 20:00:01 2025 UTC |
On Red Hat 7.2 and Red Hat 7.1, pcntl_wexitstatus does not return exit status, pcntl_wexitstatus returns 0. when child process call [exit(1);] and when father process run: pcntl_waitpid($pid,$status,WNOHANG); if(pcntl_wifexited($status)){ $exitstatus=pcntl_wexitstatus($status); }