summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--configure.in1
2 files changed, 2 insertions, 0 deletions
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