ID: 20667 Updated by: [EMAIL PROTECTED] -Summary: Manual does not report removal of SIG* signal number constants -Reported By: emage at spamcop dot net +Reported By: corinl at gmx dot de Status: Open Bug Type: Documentation problem Operating System: Gentoo Linux 1.4rc1 -PHP Version: 4.2.3 +PHP Version: 4.3.0 New Comment:
AFAIK, the posix extension does not define any constants, so you can not use the constants from pcntl extension. Friedhelm Previous Comments: ------------------------------------------------------------------------ [2002-11-27 00:52:04] corinl at gmx dot de I was trying to use the posix_kill() function with the signal number constants mentioned here: http://www.php.net/manual/en/ref.pcntl.php However, the constants weren't defined. It seems they were removed in an early 4.x version of PHP and have not been available since. That being the case, I looked up the appropriate numbers for my system and all is well. It would be nice if the manual could be updated to reflect this change, or if it is conditional, when the symbols are defined. Regards, [EMAIL PROTECTED] ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20667&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php