Skip to content

Commit bd3a077

Browse files
committed
Removed class constants (these were added in 5.3.7), and added the new Zlib functions
1 parent 15cd45e commit bd3a077

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

UPGRADING

+5-11
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ PHP 5.4 UPGRADE NOTES
3030
d. New global constants
3131
e. New classes
3232
f. New methods
33-
g. New class constants
34-
h. New hash algorithms
33+
g. New hash algorithms
3534

3635
=============================
3736
1. Changes to INI directives
@@ -772,16 +771,11 @@ f. New methods
772771
- XsltProcessor::setSecurityPrefs()
773772
- XsltProcessor::getSecurityPrefs()
774773

775-
g. New class constants
774+
- Zlib:
775+
- zlib_decode()
776+
- zlib_encode()
776777

777-
- PDO:
778-
- PDO::MYSQL_ATTR_SSL_CA
779-
- PDO::MYSQL_ATTR_SSL_CAPATH
780-
- PDO::MYSQL_ATTR_SSL_CERT
781-
- PDO::MYSQL_ATTR_SSL_CIPHER
782-
- PDO::MYSQL_ATTR_SSL_KEY
783-
784-
h. New Hash algorithms
778+
g. New Hash algorithms
785779

786780
- fnv132
787781
- fnv164

0 commit comments

Comments
 (0)