[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pcntl pcntl.c /ext/pcntl/tests 001.phpt bug47566.phpt

2009-05-26 Thread Arnaud Le Blanc
lbarnaudTue May 26 14:02:34 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcntl/testsbug47566.phpt Modified files: /php-srcNEWS /php-src/ext/pcntl pcntl.c /php-src/ext/pcntl/tests001.phpt Log: MFH: Fix

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pcntl pcntl.c /ext/pcntl/tests 001.phpt bug47566.phpt

2009-05-26 Thread Antony Dovgal
On 26.05.2009 18:02, Arnaud Le Blanc wrote: - /* WEXITSTATUS only returns 8 bits so we *MUST* cast this to signed char -if you want to have valid negative exit codes */ - RETURN_LONG((signed char) WEXITSTATUS(status_word)); + RETURN_LONG(WEXITSTATUS(status_word)); Okay,

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pcntl pcntl.c /ext/pcntl/tests 001.phpt bug47566.phpt

2009-05-26 Thread Arnaud Le Blanc
Hi, On Tue, 2009-05-26 at 19:09 +0400, Antony Dovgal wrote: On 26.05.2009 18:02, Arnaud Le Blanc wrote: - /* WEXITSTATUS only returns 8 bits so we *MUST* cast this to signed char - if you want to have valid negative exit codes */ - RETURN_LONG((signed char)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pcntl pcntl.c

2007-11-27 Thread Ilia Alshanetsky
iliaa Tue Nov 27 17:14:27 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcntl pcntl.c /php-srcNEWS Log: MFB: Fixed bug #43373 (pcntl_fork() should not raise E_ERROR on error)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pcntl pcntl.c

2006-05-30 Thread Michael Wallner
mikeTue May 30 17:40:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/pcntl pcntl.c Log: - fix bug #37635 (parameter of pcntl signal handler is trashed)