Changeset 934c9b26


Ignore:
Timestamp:
07/31/2005 04:53:13 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
55329727
Parents:
d8a1fe81
Message:

Added Command Explanations to php.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4850 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    rd8a1fe81 r934c9b26  
    154154            --enable-ftp \
    155155            --with-gettext \
    156             --with-iconv \
    157156            --enable-mbstring \
    158157            --with-ncurses \
     
    182181
    183182  </sect2>
    184 
     183  <sect2 role="commands">
     184      <title>Command Explanations</title>
     185
     186      <para><parameter>--with-apxs2</parameter>: This parameter
     187      builds the Apache 2.0 module.</para>
     188
     189      <para><parameter>--with-config-file-path=/etc</parameter>: This parameter
     190      puts the <filename>php.ini</filename> configuration file in <filename
     191      class='directory'>/etc</filename>.</para>
     192
     193      <para><parameter>--with-zlib</parameter>: This parameter adds
     194      support for zlib compression.</para>
     195
     196      <para><parameter>--enable-bcmath</parameter>: Enables bc style
     197      precision math functions.</para>
     198
     199      <para><parameter>--with-bz2</parameter>: Add support for bz2
     200      compression functions.</para>
     201
     202      <para><parameter>--enable-calendar</parameter>: This parameter
     203      provides support for calendar conversion.</para>
     204
     205      <para><parameter>--enable-dba</parameter>: This parameter enables
     206      numerous databse support including Berkeley DB functions.</para>
     207
     208      <para><parameter>--enable-exif</parameter>: Enables functions
     209      to access metadata from images.</para>
     210
     211      <para><parameter>--enable-ftp</parameter>: This parameter
     212      enables ftp functions.</para>
     213
     214      <para><parameter>--with-gettext</parameter>: Enables functions
     215      that use gettext text translation.</para>
     216
     217      <para><parameter>--enable-mbstring</parameter>: This parameter
     218      enables multibyte string support.</para>
     219
     220      <para><parameter>--with-ncurses</parameter>: Provides ncurses
     221      terminal independent cursor handling.</para>
     222
     223      <para><parameter>--with-readline</parameter>: This parameter
     224      enables command line readline supoprt.</para>
     225
     226      <para><parameter>--disable-libxml</parameter>: This parameter
     227      disables xml support functions.</para>
     228
     229  </sect2>
     230                   
    185231  <sect2 role="configuration">
    186232    <title>Configuring PHP</title>
Note: See TracChangeset for help on using the changeset viewer.