summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2009-06-27 13:33:20 +0000
committerHannes Magnusson <bjori@php.net>2009-06-27 13:33:20 +0000
commitc3003002f7e15e9c63f07552922191919f740647 (patch)
tree90ba5c72394b2d15a903d9744784d2a1cb066233 /UPGRADING
parent3ca8e5ab0f808da2676782709385d2d7f6fe1d61 (diff)
downloadphp-git-c3003002f7e15e9c63f07552922191919f740647.tar.gz
Group the open_basedir entries
Diffstat (limited to 'UPGRADING')
-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.