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.