From: Ilia Alshanetsky Date: Fri, 14 Oct 2011 12:43:27 +0000 (+0000) Subject: Fixed bug #60019 (Function time_nanosleep() is undefined on OS X). X-Git-Tag: php-5.3.9RC1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1eaaa5dc61a06bfab806d9907140d3fd6bd627d;p=php Fixed bug #60019 (Function time_nanosleep() is undefined on OS X). --- diff --git a/NEWS b/NEWS index d8462b4c4f..0c7a967736 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ PHP NEWS ?? ??? 2011, PHP 5.3.9 - Core: + . Fixed bug #60019 (Function time_nanosleep() is undefined on OS X). (Ilia) . Fixed bug #55798 (serialize followed by unserialize with numeric object prop. gives integer prop). (Gustavo) . Fixed bug #55749 (TOCTOU issue in getenv() on Windows builds). (Pierre) diff --git a/configure.in b/configure.in index 1ac19ccdc4..bb843cd66e 100644 --- a/configure.in +++ b/configure.in @@ -608,6 +608,7 @@ utime \ vsnprintf \ vasprintf \ asprintf \ +nanosleep \ ) dnl Some systems (like OpenSolaris) do not have nanosleep in libc