Fixed wording in php describing ini file

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6290 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2006-09-04 03:28:14 +00:00
parent 38476a99fa
commit 254be7d32c
3 changed files with 7 additions and 3 deletions

View File

@ -30,7 +30,7 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="unixodbc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="unixodbc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="graphviz.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="graphviz.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xterm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xterm.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="luit.xml"/> <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="luit.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rman.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rman.xml"/>
</chapter> </chapter>

View File

@ -338,8 +338,8 @@ chown -v -R root:root /usr/share/doc/php-&php-version;/html</userinput></screen>
<para>The file used as the default <filename>/etc/php.ini</filename> <para>The file used as the default <filename>/etc/php.ini</filename>
configuration file is recommended by the <application>PHP</application> configuration file is recommended by the <application>PHP</application>
development team. This file modifies the default behavior of development team. This file modifies the default behavior of
<application>PHP</application> if no <filename>/etc/php.ini</filename> <application>PHP</application>. If no <filename>/etc/php.ini</filename>
is used and all configuration settings fall to the defaults. You should is used, all configuration settings fall to the defaults. You should
review the comments in this file and ensure the changes are acceptable review the comments in this file and ensure the changes are acceptable
in your particular environment.</para> in your particular environment.</para>

View File

@ -44,6 +44,10 @@
<listitem> <listitem>
<para>September 4th, 2006</para> <para>September 4th, 2006</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[bdubbs] - Fixed wording in php describing ini file.
Thanks to Pippin for pointing this out.</para>
</listitem>
<listitem> <listitem>
<para>[dnicholson] - Moved xterm, rman, MesaLib and libdrm <para>[dnicholson] - Moved xterm, rman, MesaLib and libdrm
packages out of the Xorg-7 chapter as they are now developed packages out of the Xorg-7 chapter as they are now developed