diff --git a/general/prog/php.xml b/general/prog/php.xml
index 1afb453c71..6a7fdd905a 100644
--- a/general/prog/php.xml
+++ b/general/prog/php.xml
@@ -153,7 +153,6 @@
--enable-exif \
--enable-ftp \
--with-gettext \
- --with-iconv \
--enable-mbstring \
--with-ncurses \
--with-readline \
@@ -181,7 +180,54 @@ cp -v php.ini-recommended /etc/php.ini
+
+ Command Explanations
+ --with-apxs2: This parameter
+ builds the Apache 2.0 module.
+
+ --with-config-file-path=/etc: This parameter
+ puts the php.ini configuration file in /etc.
+
+ --with-zlib: This parameter adds
+ support for zlib compression.
+
+ --enable-bcmath: Enables bc style
+ precision math functions.
+
+ --with-bz2: Add support for bz2
+ compression functions.
+
+ --enable-calendar: This parameter
+ provides support for calendar conversion.
+
+ --enable-dba: This parameter enables
+ numerous databse support including Berkeley DB functions.
+
+ --enable-exif: Enables functions
+ to access metadata from images.
+
+ --enable-ftp: This parameter
+ enables ftp functions.
+
+ --with-gettext: Enables functions
+ that use gettext text translation.
+
+ --enable-mbstring: This parameter
+ enables multibyte string support.
+
+ --with-ncurses: Provides ncurses
+ terminal independent cursor handling.
+
+ --with-readline: This parameter
+ enables command line readline supoprt.
+
+ --disable-libxml: This parameter
+ disables xml support functions.
+
+
+
Configuring PHP