]> granicus.if.org Git - php/commitdiff
Fixed bug #60019 (Function time_nanosleep() is undefined on OS X).
authorIlia Alshanetsky <iliaa@php.net>
Fri, 14 Oct 2011 12:43:27 +0000 (12:43 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 14 Oct 2011 12:43:27 +0000 (12:43 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index d8462b4c4fefa8660c9b5927067d0bfc83a8b486..0c7a967736a94fc3848725285bdc6551543ca65b 100644 (file)
--- 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)
index 1ac19ccdc4827e0909e5cc6ee71116d12f51f5ff..bb843cd66e02041e28c13123bacb15830661c350 100644 (file)
@@ -608,6 +608,7 @@ utime \
 vsnprintf \
 vasprintf \
 asprintf \
+nanosleep \
 )
 
 dnl Some systems (like OpenSolaris) do not have nanosleep in libc