mike Mon Jul 24 11:43:55 2006 UTC
Modified files: /phpdoc/en language-snippets.ent Log: - missing entities http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.170&r2=1.171&diff_format=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets.ent:1.170 phpdoc/en/language-snippets.ent:1.171 --- phpdoc/en/language-snippets.ent:1.170 Tue Jul 11 06:58:55 2006 +++ phpdoc/en/language-snippets.ent Mon Jul 24 11:43:55 2006 @@ -1,4 +1,4 @@ -<!-- $Revision: 1.170 $ --> +<!-- $Revision: 1.171 $ --> <!-- Keep 'em sorted --> @@ -648,3 +648,14 @@ <emphasis>already</emphasis> authenticated. To authenticate to a remote system using publickey authentication, use the <function>ssh2_auth_pubkey_file</function> function instead.</simpara></note>'> + +<!-- 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>. + </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.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.'>