philip                                   Fri, 02 Mar 2012 01:09:12 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=323758

Log:
Removed class constants (these were added in 5.3.7), and added the new Zlib 
functions

Changed paths:
    U   php/php-src/branches/PHP_5_4/UPGRADING

Modified: php/php-src/branches/PHP_5_4/UPGRADING
===================================================================
--- php/php-src/branches/PHP_5_4/UPGRADING      2012-03-02 01:03:37 UTC (rev 
323757)
+++ php/php-src/branches/PHP_5_4/UPGRADING      2012-03-02 01:09:12 UTC (rev 
323758)
@@ -30,8 +30,7 @@
      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,17 +771,12 @@
     - 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
+g. New Hash algorithms

-h. New Hash algorithms
-
   - fnv132
   - fnv164
   - joaat

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

Reply via email to