mike Fri Apr 20 20:06:25 2007 UTC
Modified files:
/phpdoc/entities global.ent
/phpdoc/en/reference/http install.xml
Log:
- use entities for urls
http://cvs.php.net/viewvc.cgi/phpdoc/entities/global.ent?r1=1.291&r2=1.292&diff_format=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.291 phpdoc/entities/global.ent:1.292
--- phpdoc/entities/global.ent:1.291 Mon Apr 16 02:01:38 2007
+++ phpdoc/entities/global.ent Fri Apr 20 20:06:25 2007
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.291 2007/04/16 02:01:38 sean Exp $
+ $Id: global.ent,v 1.292 2007/04/20 20:06:25 mike Exp $
Contains global "macros" for all the XML documents.
@@ -50,6 +50,7 @@
<!ENTITY url.crack "http://sourceforge.net/projects/cracklib">
<!ENTITY url.curl "http://curl.haxx.se/">
<!ENTITY url.curl.error "http://curl.haxx.se/libcurl/c/libcurl-errors.html">
+<!ENTITY url.curl.lib "http://curl.haxx.se/libcurl/">
<!ENTITY url.cybercash.faq
"http://www.verisign.com/support/cyberCash/integration.html">
<!ENTITY url.cygwin "http://www.cygwin.com/">
<!ENTITY url.dbg "http://dd.cron.ru/dbg/">
@@ -172,6 +173,7 @@
<!ENTITY url.ldap.openldap-c-api
"http://www.openldap.org/devel/cvsweb.cgi/~checkout~/doc/drafts/draft-ietf-ldapext-ldap-c-api-xx.txt">
<!ENTITY url.libedit "http://www.thrysoee.dk/editline/">
<!ENTITY url.libiconv "http://www.gnu.org/software/libiconv/">
+<!ENTITY url.libmagic "http://sf.net/projects/libmagic">
<!ENTITY url.libxml "http://www.xmlsoft.org/">
<!ENTITY url.libxslt "http://xmlsoft.org/XSLT/">
<!ENTITY url.libssh2 "http://sourceforge.net/projects/libssh2/">
@@ -419,7 +421,7 @@
<!ENTITY url.zend.mail
"http://www.zend.com/zend/spotlight/sendmimeemailpart1.php">
<!ENTITY url.zend.new "http://www.zend.com/zend/whats-new.php">
<!ENTITY url.zend.references "http://www.zend.com/zend/art/ref-count.php">
-<!ENTITY url.zlib "http://www.gzip.org/zlib/">
+<!ENTITY url.zlib "http://www.zlib.net/">
<!ENTITY url.zziplib "http://zziplib.sourceforge.net/">
<!ENTITY book.applied.cryptography 'Applied Cryptography by Schneier (ISBN
0-471-11709-9)'>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/install.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/http/install.xml
diff -u phpdoc/en/reference/http/install.xml:1.4
phpdoc/en/reference/http/install.xml:1.5
--- phpdoc/en/reference/http/install.xml:1.4 Fri Apr 20 16:44:20 2007
+++ phpdoc/en/reference/http/install.xml Fri Apr 20 20:06:25 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="http.install">
<refnamediv>
<refname>Installation</refname>
@@ -36,19 +36,19 @@
<refsect1 id="http.requirements">
<title>Installation requirements on other platforms</title>
<para>
- The extension must be built with <ulink
url="http://curl.haxx.se/libcurl">libcurl</ulink> support
+ The extension must be built with <ulink
url="&url.curl.lib;">libcurl</ulink> support
to enable <emphasis>request</emphasis> functionality
(<literal>--with-http-curl-requests</literal>).
A library version equal or greater to <emphasis>v7.12.3</emphasis> is
required.
</para>
<para>
To enable support for sending and receiving <emphasis>compressed</emphasis>
- responses, the extension must be built with <ulink
url="http://www.zlib.net/">zlib</ulink> support
+ responses, the extension must be built with <ulink
url="&url.zlib;">zlib</ulink> support
(<literal>--with-http-zlib-compression</literal>).
A library version equal or greater than <emphasis>v1.2.2</emphasis> is
required.
</para>
<para>
<emphasis>Content type quessing</emphasis> can be enabled by
- building this extension with <ulink
url="http://sf.net/projects/libmagic">libmagic</ulink> support
+ building this extension with <ulink url="&url.libmagic;">libmagic</ulink>
support
(<literal>--with-http-magic-mime</literal>).
</para>
</refsect1>