File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 43
43
<title >Standard</title >
44
44
45
45
<para >
46
- <function >glob</function > returns an empty &array; if all paths are restricted by <link linkend =" ini.open-basedir" >open_basedir</link >.
47
- Previously the error was returned but that behavior was not consistent and
48
- did not work correctly for all patterns.
46
+ <function >glob</function > now returns an empty &array; if all paths are
47
+ restricted by <link linkend =" ini.open-basedir" >open_basedir</link >.
48
+ Previously it returned &false; .
49
+ Moreover, a warning is now emitted even if only some paths are restricted by
50
+ <link linkend =" ini.open-basedir" >open_basedir</link >.
49
51
</para >
50
52
51
53
<para >
104
106
</para >
105
107
106
108
<para >
107
- <classname >GlobIterator</classname > returns an empty &array; if all paths are
108
- restricted by <link linkend =" ini.open-basedir" >open_basedir</link >. Previously the error was returned but that
109
- behavior was not consistent and did not work correctly.
109
+ <classname >GlobIterator</classname > now returns an empty &array; if all
110
+ paths are restricted by <link linkend =" ini.open-basedir" >open_basedir</link >.
111
+ Previously it returned &false; .
112
+ Moreover, a warning is now emitted even if only some paths are restricted by
113
+ <link linkend =" ini.open-basedir" >open_basedir</link >.
110
114
</para >
111
115
</sect2 >
112
116
You can’t perform that action at this time.
0 commit comments