pollita Tue Oct 14 01:12:44 2003 EDT
Modified files:
/phpdoc/en/chapters install.configure.servers.xml
/phpdoc/entities global.ent
Log:
url.apache.core entity: link to core module documentation. Add link to
acceptpathinfo documentation.
Index: phpdoc/en/chapters/install.configure.servers.xml
diff -u phpdoc/en/chapters/install.configure.servers.xml:1.7
phpdoc/en/chapters/install.configure.servers.xml:1.8
--- phpdoc/en/chapters/install.configure.servers.xml:1.7 Fri Jul 18 12:32:19
2003
+++ phpdoc/en/chapters/install.configure.servers.xml Tue Oct 14 01:12:44 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<sect3 id="install.configure.options.servers">
<title>SAPI options</title>
<para>
@@ -286,7 +286,9 @@
<listitem>
<para>
If this is disabled, paths such as <filename>/info.php/test?a=b</filename>
- will fail to work. Available since PHP 4.3.0
+ will fail to work. Available since <literal>PHP 4.3.0</literal>.
+ For more information see the
+ <ulink url="&url.apache.core;acceptpathinfo">Apache Manual</ulink>.
</para>
</listitem>
</varlistentry>
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.132 phpdoc/entities/global.ent:1.133
--- phpdoc/entities/global.ent:1.132 Mon Sep 15 06:06:48 2003
+++ phpdoc/entities/global.ent Tue Oct 14 01:12:44 2003
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.132 2003/09/15 10:06:48 goba Exp $
+ $Id: global.ent,v 1.133 2003/10/14 05:12:44 pollita Exp $
Contains global "macros" for all the XML documents.
@@ -15,6 +15,7 @@
<!ENTITY url.apache2.mpm "http://httpd.apache.org/docs-2.0/mpm.html">
<!ENTITY url.apache2.windows "http://httpd.apache.org/docs-2.0/platform/windows.html">
<!ENTITY url.apache.source "http://www.apache.org/dist/httpd/">
+<!ENTITY url.apache.core "http://httpd.apache.org/docs-2.0/en/mod/core.html#">
<!ENTITY url.apd "http://apd.communityconnect.com/">
<!ENTITY url.argsep "http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2">
<!ENTITY url.asciitable "http://www.asciitable.com">