summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Olson <philip@php.net>2012-03-02 01:09:12 +0000
committerPhilip Olson <philip@php.net>2012-03-02 01:09:12 +0000
commitbd3a077dea462fcda7a55f67d8a0930ec346d6a3 (patch)
tree5fcf476e99f859feea3b1cccf5e76b55a4dc6d02
parent15cd45e95ee6697969a2a5becd6244fde01843d3 (diff)
downloadphp-git-bd3a077dea462fcda7a55f67d8a0930ec346d6a3.tar.gz
Removed class constants (these were added in 5.3.7), and added the new Zlib functions
-rwxr-xr-xUPGRADING16
1 files changed, 5 insertions, 11 deletions
diff --git a/UPGRADING b/UPGRADING
index f22453005e..befd94a03e 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -30,8 +30,7 @@ PHP 5.4 UPGRADE NOTES
d. New global constants
e. New classes
f. New methods
- g. New class constants
- h. New hash algorithms
+ g. New hash algorithms
=============================
1. Changes to INI directives
@@ -772,16 +771,11 @@ f. New methods
- XsltProcessor::setSecurityPrefs()
- XsltProcessor::getSecurityPrefs()
-g. New class constants
+ - Zlib:
+ - zlib_decode()
+ - zlib_encode()
- - PDO:
- - PDO::MYSQL_ATTR_SSL_CA
- - PDO::MYSQL_ATTR_SSL_CAPATH
- - PDO::MYSQL_ATTR_SSL_CERT
- - PDO::MYSQL_ATTR_SSL_CIPHER
- - PDO::MYSQL_ATTR_SSL_KEY
-
-h. New Hash algorithms
+g. New Hash algorithms
- fnv132
- fnv164