Skip to content

Commit

Permalink
Typo and missing zend ini param
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Mar 6, 2012
1 parent 4db28a7 commit eb8d56e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eb8d56e

Please sign in to comment.