Group the open_basedir entries

This commit is contained in:
Hannes Magnusson 2009-06-27 13:33:20 +00:00
parent 3ca8e5ab0f
commit c3003002f7

View File

@ -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.