]> granicus.if.org Git - php/commitdiff
fix news
authorJani Taskinen <jani@php.net>
Sun, 17 Aug 2008 19:24:10 +0000 (19:24 +0000)
committerJani Taskinen <jani@php.net>
Sun, 17 Aug 2008 19:24:10 +0000 (19:24 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e206aa6faf5cb5ef2b3ef9ec5538ea192bce3d6e..748e1058bfeabea4da7736ae3b591aeb06af85a1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,8 +15,10 @@ PHP                                                                        NEWS
 - Added stream_context_set_default() function. (Davey Shafik)
 - Added optional "is_xhtml" parameter to nl2br() which makes the function
   output <br> when false and <br /> when true (FR #34381). (Kalle)
-- Improved Windows support(incl. 2008/Vista) and portability for stat, touch
-  filemtime, filesize and related functions. (Pierre)
+
+- Improved Windows support and portability for stat(), touch(), filemtime(),
+  filesize() and related functions. (Pierre)
+
 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month"
   relative time string. (Derick)