From 254be7d32c3a1b308c01765ea18883c4d2ba4f7c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 4 Sep 2006 03:28:14 +0000 Subject: [PATCH] Fixed wording in php describing ini file git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6290 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genutils/genutils.xml | 2 +- general/prog/php.xml | 4 ++-- introduction/welcome/changelog.xml | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/general/genutils/genutils.xml b/general/genutils/genutils.xml index 3114615f95..69b71f9847 100644 --- a/general/genutils/genutils.xml +++ b/general/genutils/genutils.xml @@ -30,7 +30,7 @@ - + diff --git a/general/prog/php.xml b/general/prog/php.xml index aa91125dde..5d5633cc41 100644 --- a/general/prog/php.xml +++ b/general/prog/php.xml @@ -338,8 +338,8 @@ chown -v -R root:root /usr/share/doc/php-&php-version;/html The file used as the default /etc/php.ini configuration file is recommended by the PHP development team. This file modifies the default behavior of - PHP if no /etc/php.ini - is used and all configuration settings fall to the defaults. You should + PHP. If no /etc/php.ini + is used, all configuration settings fall to the defaults. You should review the comments in this file and ensure the changes are acceptable in your particular environment. diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index d7b2138f19..25591ed751 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ September 4th, 2006 + + [bdubbs] - Fixed wording in php describing ini file. + Thanks to Pippin for pointing this out. + [dnicholson] - Moved xterm, rman, MesaLib and libdrm packages out of the Xorg-7 chapter as they are now developed