summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2009-06-21 05:29:01 +0000
committerKalle Sommer Nielsen <kalle@php.net>2009-06-21 05:29:01 +0000
commitc25893731b25198c6824e8347c44f76e0d50c696 (patch)
treef426f50c9333757f2af024e1f57d9541e4255a23 /UPGRADING
parent97d35803d73676a2203d3a88f8ae9d1dd8fb0075 (diff)
downloadphp-git-c25893731b25198c6824e8347c44f76e0d50c696.tar.gz
Missing Windows constants
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING15
1 files changed, 13 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index 6179c9decb..d4e00ce4bc 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -166,11 +166,11 @@ UPGRADE NOTES - PHP 5.3
- 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 @@ UPGRADE NOTES - PHP 5.3
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