vrana Fri Aug 27 05:36:29 2004 EDT
Modified files: /phpdoc/en/reference/funchand/functions register-shutdown-function.xml Log: Working directory (bug #14251) http://cvs.php.net/diff.php/phpdoc/en/reference/funchand/functions/register-shutdown-function.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/funchand/functions/register-shutdown-function.xml diff -u phpdoc/en/reference/funchand/functions/register-shutdown-function.xml:1.8 phpdoc/en/reference/funchand/functions/register-shutdown-function.xml:1.9 --- phpdoc/en/reference/funchand/functions/register-shutdown-function.xml:1.8 Fri Aug 27 05:02:26 2004 +++ phpdoc/en/reference/funchand/functions/register-shutdown-function.xml Fri Aug 27 05:36:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 --> <refentry id="function.register-shutdown-function"> <refnamediv> @@ -52,6 +52,12 @@ of level <constant>E_WARNING</constant> is generated instead. Also, for reasons internal to PHP, this error will refer to <function>Unknown</function> at line #0. + </para> + </note> + <note> + <para> + Working directory of the script can change inside the shutdown function + under some web servers, e.g. Apache. </para> </note> <para>