jimw Wed Oct 31 20:58:12 2001 EDT
Modified files:
/phpdoc global.ent
/phpdoc/en/functions http.xml
Log:
rfc2183 supercedes rfc1806
Index: phpdoc/global.ent
diff -u phpdoc/global.ent:1.117 phpdoc/global.ent:1.118
--- phpdoc/global.ent:1.117 Wed Oct 31 17:35:12 2001
+++ phpdoc/global.ent Wed Oct 31 20:58:11 2001
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.117 2001/10/31 22:35:12 jimw Exp $
+ $Id: global.ent,v 1.118 2001/11/01 01:58:11 jimw Exp $
Contains global "macros" for all the XML documents.
@@ -139,7 +139,7 @@
<!ENTITY url.redhat.support
"http://www.redhat.com/products/ccvs/support/CCVS3.3docs/ProgPHP.html">
<!ENTITY url.rfc 'http://www.faqs.org/rfcs/'>
<!ENTITY url.rfc.editor 'http://www.rfc-editor.org/'>
-<!ENTITY url.rfc1806 'http://www.ietf.org/rfc/rfc1806.txt'>
+<!ENTITY url.rfc2183 'http://www.ietf.org/rfc/rfc2183.txt'>
<!ENTITY url.rfc1896 'http://www.ietf.org/rfc/rfc1896.txt'>
<!ENTITY url.rfc1950 'http://www.ietf.org/rfc/rfc1950.txt'>
<!ENTITY url.rfc1951 'http://www.ietf.org/rfc/rfc1951.txt'>
Index: phpdoc/en/functions/http.xml
diff -u phpdoc/en/functions/http.xml:1.30 phpdoc/en/functions/http.xml:1.31
--- phpdoc/en/functions/http.xml:1.30 Wed Oct 31 17:27:31 2001
+++ phpdoc/en/functions/http.xml Wed Oct 31 20:58:12 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
<reference id="ref.http">
<title>HTTP functions</title>
<titleabbrev>HTTP</titleabbrev>
@@ -167,7 +167,7 @@
<para>
If you want the user to be prompted to save the data you are
sending, such as a generated PDF file, you can use the <ulink
- url="&url.rfc1806;">Content-Disposition</ulink> header to
+ url="&url.rfc2183;">Content-Disposition</ulink> header to
supply a recommended filename and force the browser to display the
save dialog.
<informalexample>