summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-01-19 02:36:57 +0000
committerPierre Joye <pajoye@php.net>2009-01-19 02:36:57 +0000
commitd60692dabcd9ecdbef70c2864425eccdc352c63e (patch)
tree938448af223dea650a9bd8df16e0d6817ad601bc /NEWS
parent274dad3b830e7bfcd676a856550eff4c3fa36200 (diff)
downloadphp-git-d60692dabcd9ecdbef70c2864425eccdc352c63e.tar.gz
- ime_ nanosleep and time_ sleep_ until entry
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 33112fff35..502e5d6488 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,7 @@ PHP NEWS
- Changed open_basedir to allow tightening in runtime contexts. (Sara)
- Changed PHP/Zend extensions to use flexible build IDs. (Stas)
+- Added support for time_ nanosleep and time_ sleep_ until on Windows. (Pierre)
- Added support for symlink, readlink, linkinfo and link on Windows. They are
available only when the running platform supports them. (Pierre)
- Added support for gray levels PNG image with alpha in GD extension. (Pierre)