There is a spelling error in that I believe:

+<!ENTITY note.http.ob.once '<note><simpara>This output handler can only
be uised once.</simpara></note>'>

I believe it should read "used once".

-Logan

-----Original Message-----
From: Michael Wallner [mailto:[EMAIL PROTECTED] 
Sent: Sunday, April 15, 2007 9:48 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DOC] cvs: phpdoc /en language-snippets.ent 

mike            Sun Apr 15 13:47:42 2007 UTC

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  - http entities
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.198&r
2=1.199&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.198
phpdoc/en/language-snippets.ent:1.199
--- phpdoc/en/language-snippets.ent:1.198       Sat Apr  7 16:37:12 2007
+++ phpdoc/en/language-snippets.ent     Sun Apr 15 13:47:42 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.198 $ -->
+<!-- $Revision: 1.199 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -787,6 +787,7 @@
 <!ENTITY http.content.disposition 'The
<literal>Content-Disposition</literal> header is very useful
    if the data actually sent came from a file or something similar,
that should be &quot;saved&quot;
    by the client/user (i.e. by browsers &quot;Save as...&quot; popup
window).'>
+<!ENTITY http.use.ob_start 'For use with
<function>ob_start</function>.'>
 
 <!ENTITY note.http.response.recalculate.etag.lm
'<note><simpara>Previously calculated or defined <literal>ETag</literal>
    and <literal>Last-Modified</literal> will be recalculated and
redefined.</simpara></note>'>
@@ -799,6 +800,7 @@
 <!ENTITY note.http.request.encodecookies '<note><simpara>The
&link.http.request.option; <literal>encodecookies</literal> controls
    whether the cookie values should be
<function>urlencode</function>d.</simpara></note>'>
 <!ENTITY note.http.request.affects.any
'<note><simpara>&http.request.affects.any;</simpara></note>'>
<!-- XMLWriter Notes -->
 <!ENTITY xmlwriter.xmlwriter.description
'<varlistentry><term><parameter>

Reply via email to