mattwil         Fri Jun 26 12:24:21 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  Typo, capitalization, wording
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.652&r2=1.2027.2.547.2.965.2.653&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.652 
php-src/NEWS:1.2027.2.547.2.965.2.653
--- php-src/NEWS:1.2027.2.547.2.965.2.652       Fri Jun 26 09:32:54 2009
+++ php-src/NEWS        Fri Jun 26 12:24:20 2009
@@ -126,7 +126,7 @@
 - Improved Windows support:
   . Update all libraries to their latest stable version. (Pierre, Rob, Liz, 
     Garrett).
-  . Addes Windows support for stat(), touch(), filemtime(), filesize() and
+  . Added Windows support for stat(), touch(), filemtime(), filesize() and
     related functions. (Pierre)
   . Re-added socket_create_pair() for Windows in sockets extension. (Kalle)
   . Added inet_pton() and inet_ntop() also for Windows platforms. (Kalle)
@@ -146,13 +146,13 @@
   . Added Windows support for stream_socket_pair(). (Kalle)
   . Drop all external dependencies for the core features. (Pierre)
   . Drastically improve the build procedure (Pierre, Kalle, Rob):
-    . VC9 (visual c++ 2008) or later support
+    . VC9 (Visual C++ 2008) or later support
     . Initial experimental x64 support
-  . MSI installer now supports all recent windows, incl. Win7. 
-    (John, Kanwaljeet Singla)
+  . MSI installer now supports all recent Windows versions, including
+    Windows 7. (John, Kanwaljeet Singla)
 
 - Improved and cleaned CGI code:
-  . FastCGI is now always enabled and can not be disabled.
+  . FastCGI is now always enabled and cannot be disabled.
     See sapi/cgi/CHANGES for more details. (Dmitry)
   . Added CGI SAPI -T option which can be used to measure execution
     time of script repeated several times. (Dmitry)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to