From: Pierre Joye Date: Mon, 19 Jan 2009 02:36:57 +0000 (+0000) Subject: - ime_ nanosleep and time_ sleep_ until entry X-Git-Tag: php-5.3.0beta1~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d60692dabcd9ecdbef70c2864425eccdc352c63e;p=php - ime_ nanosleep and time_ sleep_ until entry --- 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)