From 2f65edb6c514b12b0780518bef8a52678487d30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Sun, 16 Oct 2005 15:52:15 +0000 Subject: [PATCH] Updated to PHP-5.0.5. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5210 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- general/prog/php.xml | 22 ++++++++++++---------- introduction/welcome/changelog.xml | 3 +++ 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/general.ent b/general.ent index bb281ec288..06bc6cf89f 100644 --- a/general.ent +++ b/general.ent @@ -153,7 +153,7 @@ - + diff --git a/general/prog/php.xml b/general/prog/php.xml index 3ca86c52a7..c9992924cd 100644 --- a/general/prog/php.xml +++ b/general/prog/php.xml @@ -6,7 +6,7 @@ - + @@ -72,15 +72,17 @@ Required + Recommended + + Optional System Utilities and Libraries - , - , + , , , , , , - , + (deprecated alternative to ), OSSP mm, Net-SNMP, Dmalloc, @@ -159,7 +161,7 @@ is highly recommended, as their online docs are very good. - Remove the switch if you + Remove the --disable-libxml switch if you have installed otherwise pear will not be built. @@ -230,15 +232,15 @@ chown -v -R root:root /usr/share/doc/php-&php-version;/html --enable-bcmath: Enables bc style precision math functions. - - --with-bz2: Add support for + + --with-bz2: Adds support for Bzip2 compression functions. --enable-calendar: This parameter provides support for calendar conversion. --enable-dba: This parameter enables - numerous database support including Berkeley DB functions. + support for database (dbm-style) abstraction layer functions. --enable-exif: Enables functions to access metadata from images. @@ -259,8 +261,8 @@ chown -v -R root:root /usr/share/doc/php-&php-version;/html enables command line Readline support. --disable-libxml: This parameter - disables XML support functions. This should be removed if you have - Libxml2 installed. + allows building PHP without Libxml2 + installed. diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index ea72f70d4a..576c84cf59 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,9 @@ October 16th, 2005 + + [igor] - Updated to PHP-5.0.5. + [randy] - Modified dependencies in the libgtkhtml instructions.