mike Tue Mar 27 10:16:13 2007 UTC
Modified files: /phpdoc/en language-snippets.ent Log: - update entities http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.192&r2=1.193&diff_format=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets.ent:1.192 phpdoc/en/language-snippets.ent:1.193 --- phpdoc/en/language-snippets.ent:1.192 Sun Mar 4 09:39:34 2007 +++ phpdoc/en/language-snippets.ent Tue Mar 27 10:16:13 2007 @@ -1,4 +1,4 @@ -<!-- $Revision: 1.192 $ --> +<!-- $Revision: 1.193 $ --> <!-- Keep 'em sorted --> @@ -771,13 +771,20 @@ <!-- HTTP --> <!ENTITY see.http.request.options '<para> See <link linkend="function.http-get"><function>http_get</function></link> for a full list of - available parameters and <link linkend="http.request.options">options</link>. + available <link linkend="http.request.options">options</link>. </para>'> <!ENTITY link.http.configuration '<link linkend="http.configuration">INI setting</link>'> -<!ENTITY link.http.request.options '<link linkend="http.request.options">Request options</link>'> +<!ENTITY link.http.request.option '<link linkend="http.request.options">request option</link>'> +<!ENTITY link.http.request.options '<link linkend="http.request.options">request options</link>'> <!ENTITY link.http.request.info '<link linkend="http.request.info">Request/response information</link>'> <!ENTITY returns.http.response 'Returns the HTTP response(s) as string on success, or FALSE on failure.'> +<!ENTITY http.request.affects 'Affects the following request method(s) only:'> +<!ENTITY http.request.affects.any 'Affects any request method.'> + +<!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>