From: sriram dot natarajan at gmail dot com Operating system: solaris PHP version: 5.3SVN-2009-10-08 (SVN) PHP Bug Type: *Compile Issues Bug description: time_sleep_until is not available on solaris
Description: ------------ while investigating another bug, i noticed that time_sleep_until function is not available on opensolaris. While debugging, I realized that solaris defines the time related functions within -lrt and PHP_CHECK_FUNCS macros is not able to correctly identify that this function is available within system . because of this, nanosleep dependent API is disabled on this platform Reproduce code: --------------- time_sleep_until function is not available in solaris / opensolaris Expected result: ---------------- this function should be available on platforms where nanosleep is available. Actual result: -------------- time_sleep_until or other nanosleep dependent functions are not available -- Edit bug report at http://bugs.php.net/?id=49809&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=49809&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=49809&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=49809&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=49809&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=49809&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=49809&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=49809&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=49809&r=needscript Try newer version: http://bugs.php.net/fix.php?id=49809&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=49809&r=support Expected behavior: http://bugs.php.net/fix.php?id=49809&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=49809&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=49809&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=49809&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=49809&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=49809&r=dst IIS Stability: http://bugs.php.net/fix.php?id=49809&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=49809&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=49809&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=49809&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=49809&r=mysqlcfg