mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Added Command Explanations to php.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4850 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d8a1fe81bf
commit
934c9b269a
@ -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</userinput></screen>
|
||||
</note>
|
||||
|
||||
</sect2>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--with-apxs2</parameter>: This parameter
|
||||
builds the Apache 2.0 module.</para>
|
||||
|
||||
<para><parameter>--with-config-file-path=/etc</parameter>: This parameter
|
||||
puts the <filename>php.ini</filename> configuration file in <filename
|
||||
class='directory'>/etc</filename>.</para>
|
||||
|
||||
<para><parameter>--with-zlib</parameter>: This parameter adds
|
||||
support for zlib compression.</para>
|
||||
|
||||
<para><parameter>--enable-bcmath</parameter>: Enables bc style
|
||||
precision math functions.</para>
|
||||
|
||||
<para><parameter>--with-bz2</parameter>: Add support for bz2
|
||||
compression functions.</para>
|
||||
|
||||
<para><parameter>--enable-calendar</parameter>: This parameter
|
||||
provides support for calendar conversion.</para>
|
||||
|
||||
<para><parameter>--enable-dba</parameter>: This parameter enables
|
||||
numerous databse support including Berkeley DB functions.</para>
|
||||
|
||||
<para><parameter>--enable-exif</parameter>: Enables functions
|
||||
to access metadata from images.</para>
|
||||
|
||||
<para><parameter>--enable-ftp</parameter>: This parameter
|
||||
enables ftp functions.</para>
|
||||
|
||||
<para><parameter>--with-gettext</parameter>: Enables functions
|
||||
that use gettext text translation.</para>
|
||||
|
||||
<para><parameter>--enable-mbstring</parameter>: This parameter
|
||||
enables multibyte string support.</para>
|
||||
|
||||
<para><parameter>--with-ncurses</parameter>: Provides ncurses
|
||||
terminal independent cursor handling.</para>
|
||||
|
||||
<para><parameter>--with-readline</parameter>: This parameter
|
||||
enables command line readline supoprt.</para>
|
||||
|
||||
<para><parameter>--disable-libxml</parameter>: This parameter
|
||||
disables xml support functions.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring PHP</title>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user