vrana Mon Aug 20 13:38:56 2007 UTC
Modified files:
/phpdoc/en/language/oop5 decon.xml
Log:
Different dir in script-shutdown (bug #34206)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/decon.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/language/oop5/decon.xml
diff -u phpdoc/en/language/oop5/decon.xml:1.15
phpdoc/en/language/oop5/decon.xml:1.16
--- phpdoc/en/language/oop5/decon.xml:1.15 Mon Aug 20 12:08:06 2007
+++ phpdoc/en/language/oop5/decon.xml Mon Aug 20 13:38:56 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<sect1 xml:id="language.oop5.decon" xmlns="http://docbook.org/ns/docbook">
<title>Constructors and Destructors</title>
@@ -100,7 +100,8 @@
<note>
<para>
Destructors called during the script shutdown have HTTP headers already
- sent.
+ sent. The working directory in the script shutdown phase can be different
+ with some SAPIs (e.g. Apache).
</para>
</note>
<note>