diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 |