|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2009-07-26 16:18 UTC] alex946 at zokov dot net
Description:
------------
php compiled with --enable-pcntl
Reproduce code:
---------------
php -r 'var_dump(is_callable('pcntl_sigtimedwait'),is_callable('pcntl_signal'));'
Expected result:
----------------
bool(true)
bool(true)
Actual result:
--------------
bool(false)
bool(true)
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 18 18:00:01 2025 UTC |
/Users/alex/php2/bin/php -r 'var_dump(PHP_VERSION,is_callable('pcntl_sigtimedwait'),is_callable('pcntl_signal'));' string(5) "5.3.0" bool(false) bool(true))