vrana           Tue Feb 15 08:44:25 2005 EDT

  Modified files:              
    /phpdoc/en/reference/outcontrol/functions   ob-start.xml 
  Log:
  PHP_SELF is taken from DOCUMENT_ROOT
  
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-start.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-start.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.17 
phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.18
--- phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.17  Thu Sep 16 
10:24:21 2004
+++ phpdoc/en/reference/outcontrol/functions/ob-start.xml       Tue Feb 15 
08:44:24 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
 <!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
   <refentry id="function.ob-start">
    <refnamediv>
@@ -63,8 +63,8 @@
      <para>
       Some web servers (e.g. Apache) change the working directory of a script
       when calling the callback function. You can change it back by e.g.
-      <literal>chdir(dirname($_SERVER['PHP_SELF']))</literal> in the callback
-      function.
+      <literal>chdir(dirname($_SERVER['SCRIPT_FILENAME']))</literal> in the
+      callback function.
      </para>
     </warning>
     <para>

Reply via email to