]> granicus.if.org Git - php/commitdiff
- new constnats
authorPierre Joye <pajoye@php.net>
Thu, 4 Jun 2009 07:01:47 +0000 (07:01 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 4 Jun 2009 07:01:47 +0000 (07:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6d410e260960637e6c07b2cebd443cf5c62249dd..82db691cf37297c7c705f7669669eca5a893d9f6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP                                                                        NEWS
 
 - Changed SQLite3::loadExtension() to be disabled for threaded SAPIs. (Scott)
 
+- Added constants based on Windows' GetVersionEx information. 
+  PHP_WINDOWS_VERSION_* and PHP_WINDOWS_NT_*. (Pierre)
 - Added the ability for json_decode() to take a user specified depth. (Scott)
 - Added support for the mysql_stmt_next_result() function from libmysql.
   (Andrey)