philip Tue Mar 29 16:29:18 2005 EDT
Modified files: /phpdoc/en/install ini.xml /phpdoc/en/install/unix apache2.xml Log: More descriptive links (as to generate a more friendly install-*.txt file) http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/install/ini.xml diff -u phpdoc/en/install/ini.xml:1.5 phpdoc/en/install/ini.xml:1.6 --- phpdoc/en/install/ini.xml:1.5 Mon Mar 21 06:28:06 2005 +++ phpdoc/en/install/ini.xml Tue Mar 29 16:29:18 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <chapter id="configuration"> <title>Runtime Configuration</title> @@ -87,8 +87,8 @@ to change the PHP configuration from within the Apache configuration files. For a listing of which directives are <constant>PHP_INI_ALL</constant>, <constant>PHP_INI_PERDIR</constant>, - or <constant>PHP_INI_SYSTEM</constant>, have a look at - <xref linkend="ini"/>. + or <constant>PHP_INI_SYSTEM</constant>, have a look at the + <link linkend="ini.list">List of php.ini directives</link> appendix. </para> <note> http://cvs.php.net/diff.php/phpdoc/en/install/unix/apache2.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/install/unix/apache2.xml diff -u phpdoc/en/install/unix/apache2.xml:1.4 phpdoc/en/install/unix/apache2.xml:1.5 --- phpdoc/en/install/unix/apache2.xml:1.4 Sun Sep 19 17:16:26 2004 +++ phpdoc/en/install/unix/apache2.xml Tue Mar 29 16:29:18 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <sect1 id="install.unix.apache2"> <title>Apache 2.0 on Unix systems</title> <para> @@ -134,8 +134,9 @@ </para> <note> <para> - If you want to use content negotiation, read - <link linkend="faq.installation.apache.multiviews">related FAQ</link>. + If you want to use content negotiation, read the + <link linkend="faq.installation.apache.multiviews">Apache MultiViews + FAQ</link>. </para> </note> <note>