kalle           Sun Jun 21 05:29:01 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    UPGRADING 
  Log:
  Missing Windows constants
  
http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.11&r2=1.1.2.3.2.1.2.12&diff_format=u
Index: php-src/UPGRADING
diff -u php-src/UPGRADING:1.1.2.3.2.1.2.11 php-src/UPGRADING:1.1.2.3.2.1.2.12
--- php-src/UPGRADING:1.1.2.3.2.1.2.11  Sun Jun 21 01:49:52 2009
+++ php-src/UPGRADING   Sun Jun 21 05:29:01 2009
@@ -1,4 +1,4 @@
-$Id: UPGRADING,v 1.1.2.3.2.1.2.11 2009/06/21 01:49:52 kalle Exp $
+$Id: UPGRADING,v 1.1.2.3.2.1.2.12 2009/06/21 05:29:01 kalle Exp $
 
 UPGRADE NOTES - PHP 5.3
 
@@ -166,11 +166,11 @@
 
         - hash: The SHA-224 hash algorithm is now supported.
 
-        - oci8a: Calling oci_close() on a persistent connection, or on a 
variable
+        - oci8: Calling oci_close() on a persistent connection, or on a 
variable
           that references a persistent connection going out of scope, will now
           roll back any uncommitted transaction. You should explicitly commit 
or
           rollback as needed.
-          Setting oci8.old_oci_close semantics=On in php.ini gives the old
+          Setting oci8.old_oci_close_semantics=On in php.ini gives the old
           behaviour.
 
         - openssl: There is now support for OpenSSL digest and cipher 
functions.
@@ -354,6 +354,17 @@
                   E_USER_DEPRECATED
                   __DIR__
                   __NAMESPACE__
+                  PHP_WINDOWS_VERSION_MAJOR
+                  PHP_WINDOWS_VERSION_MINOR
+                  PHP_WINDOWS_VERSION_BUILD
+                  PHP_WINDOWS_VERSION_PLATFORM
+                  PHP_WINDOWS_VERSION_SP_MAJOR
+                  PHP_WINDOWS_VERSION_SP_MINOR
+                  PHP_WINDOWS_VERSION_SUITEMASK
+                  PHP_WINDOWS_VERSION_PRODUCTTYPE
+                  PHP_WINDOWS_NT_DOMAIN_CONTROLLER
+                  PHP_WINDOWS_NT_SERVER
+                  PHP_WINDOWS_NT_WORKSTATION
        - INI:     INI_SCANNER_NORMAL
                   INI_SCANNER_RAW
        - GD:      IMG_FILTER_PIXELATE



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

Reply via email to