Only shutdown destructors have sent headers

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241637 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-08-20 12:08:06 +00:00
parent a0dc96f9db
commit 5095c89b15

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<sect1 xml:id="language.oop5.decon" xmlns="http://docbook.org/ns/docbook">
<title>Constructors and Destructors</title>
@ -99,8 +99,8 @@ $obj = new MyDestructableClass();
</para>
<note>
<para>
Destructor is called during the script shutdown so headers are always
already sent.
Destructors called during the script shutdown have HTTP headers already
sent.
</para>
</note>
<note>