reference/dir/functions/chroot.xml
625dc345dba34bd0e8f97b6fac4272a5e8359428
...
...
@@ -23,6 +23,10 @@
23
23
only when using the CLI, CGI or Embed SAPI. Also, this function
24
24
requires root privileges.
25
25
</para>
26
+
<para>
27
+
Calling this function does not change the values of the <literal>__DIR__</literal>
28
+
and <literal>__FILE__</literal> magic constants.
29
+
</para>
26
30
</refsect1>
27
31

28
32
<refsect1 role="parameters">
...
...
@@ -73,6 +77,7 @@ echo getcwd();
73
77
<refsect1 role="notes">
74
78
&reftitle.notes;
75
79
&note.no-windows;
80
+
&note.no-zts;
76
81
</refsect1>
77
82
</refentry>
78
83

79
84