Changeset 934c9b26
- Timestamp:
- 07/31/2005 04:53:13 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 55329727
- Parents:
- d8a1fe81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/php.xml
rd8a1fe81 r934c9b26 154 154 --enable-ftp \ 155 155 --with-gettext \ 156 --with-iconv \157 156 --enable-mbstring \ 158 157 --with-ncurses \ … … 182 181 183 182 </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 185 231 <sect2 role="configuration"> 186 232 <title>Configuring PHP</title>
Note:
See TracChangeset
for help on using the changeset viewer.