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

in file
/usr/include/signal.h 
don't find "int sigwaitinfo"

Mac OS X 10.5.6 Not support sigwaitinfo and sigtimedwait


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

[2009-07-26 19:33:25] [email protected]

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.

------------------------------------------------------------------------

[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

Reply via email to