diff options
author | Hannes Magnusson <bjori@php.net> | 2009-06-27 13:33:20 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2009-06-27 13:33:20 +0000 |
commit | c3003002f7e15e9c63f07552922191919f740647 (patch) | |
tree | 90ba5c72394b2d15a903d9744784d2a1cb066233 /UPGRADING | |
parent | 3ca8e5ab0f808da2676782709385d2d7f6fe1d61 (diff) | |
download | php-git-c3003002f7e15e9c63f07552922191919f740647.tar.gz |
Group the open_basedir entries
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |