sixd                                     Tue, 06 Mar 2012 20:20:50 +0000

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

Log:
Typo and missing zend ini param

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-06 19:12:39 UTC (rev 
323967)
+++ php/php-src/branches/PHP_5_4/UPGRADING      2012-03-06 20:20:50 UTC (rev 
323968)
@@ -74,7 +74,7 @@
   - safe_mode_exec_dir
   - safe_mode_allowed_env_vars
   - safe_mode_protected_env_vars
-  - session.bug_compat42
+  - session.bug_compat_42
   - session.bug_compat_warn
   - y2k_compliance
   - zend.ze1_compatibility_mode
@@ -106,6 +106,8 @@
 - Added zend.script_encoding. This value will be used unless a
   "declare(encoding=...)" directive appears at the top of the script.

+- Added zend.signal_check to check for replaced signal handlers on shutdown
+
 - Added enable_post_data_reading, which is enabled by default. When it's
   disabled, the POST data is not read (or processed); the behavior is similar
   to that of other request methods with body, like PUT. This allows reading

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

Reply via email to