summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2012-03-06 20:20:50 +0000
committerChristopher Jones <sixd@php.net>2012-03-06 20:20:50 +0000
commiteb8d56e1b4d9000bdff3206666d652ab5b381763 (patch)
treec191b9150ff634b64150698ea83e1ae5ec7bb3bf /UPGRADING
parent4db28a7ed688050d6ec5547ade9e46fcaa763c31 (diff)
downloadphp-git-eb8d56e1b4d9000bdff3206666d652ab5b381763.tar.gz
Typo and missing zend ini param
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING4
1 files changed, 3 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 3841e3be0c..5837b8bfd0 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -74,7 +74,7 @@ PHP 5.4 UPGRADE NOTES
- 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 @@ PHP 5.4 UPGRADE NOTES
- 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