ID:               49067
 User updated by:  alex946 at zokov dot net
 Reported By:      alex946 at zokov dot net
 Status:           Open
 Bug Type:         PCNTL related
 Operating System: Mac OS X 10.5.6 Intel
 PHP Version:      5.3.0
 New Comment:

/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)


Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to