summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xUPGRADING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index 8956ad8e10..fc6740a208 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -319,14 +319,14 @@ UPGRADE NOTES - PHP 5.3
- It is now possible to use alphanumeric or variable indices in INI option
arrays.
+- open_basedir is now PHP_INI_ALL
+
- Runtime tightening of open_basedir restrictions is now possible.
- The default value of session.use_only_cookies has changed to "1".
- The default value of oci8.default_prefetch has been changed from 10 to 100.
-- open_basedir is now PHP_INI_ALL
-
- A new directive, request_order, controls the behavior of $_REQUEST
independently of variables_order.