ID: 49067
Updated by: [email protected]
Reported By: alex946 at zokov dot net
-Status: Open
+Status: Feedback
Bug Type: PCNTL related
Operating System: Mac OS X 10.5.6 Intel
PHP Version: 5.3.0
New Comment:
Are you sure that the function is even available on your system?
Check your main/php_config.h for HAVE_SIGWAITINFO and HAVE_SIGTIMEDWAIT
macros.
Previous Comments:
------------------------------------------------------------------------
[2009-07-26 16:23:08] alex946 at zokov dot net
/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))
------------------------------------------------------------------------
[2009-07-26 16:18:33] 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)
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=49067&edit=1