summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2014-03-06 16:49:11 -0800
committerChristopher Jones <sixd@php.net>2014-03-06 16:49:11 -0800
commitd32e180f2068296bc8f1c06c71e2d805cccef8d1 (patch)
tree6bc57a1825acadbd7e43f5da60517af0073d0865
parentb88387d341c510ed434b333d640424f9fe3cc567 (diff)
downloadphp-git-d32e180f2068296bc8f1c06c71e2d805cccef8d1.tar.gz
Fix typo
-rwxr-xr-xUPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index b64c2a4db0..e662de57d7 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -268,7 +268,7 @@ PHP 5.6 UPGRADE NOTES
- Core:
Changed always_populate_raw_post_data to throw a deprecation warning when
- enabled and to recognize ohe value -1 for never populating the global
+ enabled and to recognize the value -1 for never populating the global
$HTTP_RAW_POST_DATA variable, which will be default in future PHP versions.
- OpenSSL: