Configure Options in PHP 4
http://php.benscom.com/manual/kr/configure.php
참고: These options are only used in PHP 4 as of PHP 4.1.0. Some are available in older versions of PHP 4, some even in PHP 3, some only in PHP 4.1.0. If you want to compile an older version, some options will probably not be available.
Misc options
- --enable-debug
-
Compile with debugging symbols.
- --with-layout=TYPE
-
Sets how installed files will be laid out. Type is one of PHP (default) or GNU.
- --with-pear=DIR
-
Install PEAR in DIR (default PREFIX/lib/php).
- --without-pear
-
Do not install PEAR.
- --enable-sigchild
-
Enable PHP's own SIGCHLD handler.
- --disable-rpath
-
Disable passing additional runtime library search paths.
- --enable-libgcc
-
Enable explicitly linking against libgcc.
- --enable-php-streams
-
Include experimental PHP streams. Do not use unless you are testing the code!
- --with-zlib-dir[=DIR]
-
Define the location of zlib install directory.
- --enable-trans-sid
-
Enable transparent session id propagation. Only valid for PHP 4.1.2 or less. From PHP 4.2.0, trans-sid feature is always compiled.
- --with-tsrm-pthreads
-
Use POSIX threads (default).
- --enable-shared[=PKGS]
-
Build shared libraries [default=yes].
- --enable-static[=PKGS]
-
Build static libraries [default=yes].
- --enable-fast-install[=PKGS]
-
Optimize for fast installation [default=yes].
- --with-gnu-ld
-
Assume the C compiler uses GNU ld [default=no].
- --disable-libtool-lock
-
Avoid locking (might break parallel builds).
- --with-pic
-
Try to use only PIC/non-PIC objects [default=use both].
- --enable-memory-limit
-
Compile with memory limit support.
- --disable-url-fopen-wrapper
-
Disable the URL-aware fopen wrapper that allows accessing files via HTTP or FTP.
- --enable-versioning
-
Export only required symbols. See INSTALL for more information.
- --with-imsp[=DIR]
-
Include IMSp support (DIR is IMSP's include dir and libimsp.a dir). PHP 3 only!
- --with-mck[=DIR]
-
Include Cybercash MCK support. DIR is the cybercash mck build directory, defaults to /usr/src/mck-3.2.0.3-linux for help look in extra/cyberlib. PHP 3 only!
- --with-mod-dav=DIR
-
Include DAV support through Apache's mod_dav, DIR is mod_dav's installation directory (Apache module version only!) PHP 3 only!
- --enable-debugger
-
Compile with remote debugging functions. PHP 3 only!
- --enable-versioning
-
Take advantage of versioning and scoping provided by Solaris 2.x and Linux. PHP 3 only!
PHP options
- --enable-maintainer-mode
-
Enable make rules and dependencies not useful (and sometimes confusing) to the casual installer.
- --with-config-file-path=PATH
-
Sets the path in which to look for php.ini, defaults to PREFIX/lib.
- --enable-safe-mode
-
Enable safe mode by default.
- --with-exec-dir[=DIR]
-
Only allow executables in DIR when in safe mode defaults to /usr/local/php/bin.
- --enable-magic-quotes
-
Enable magic quotes by default.
- --disable-short-tags
-
Disable the short-form
이 글은 스프링노트에서 작성되었습니다.
'Computer > PHP' 카테고리의 다른 글
PEAR #2 : 간단한 사용법 (0) | 2012.08.10 |
---|---|
PEAR #1 : 패키지 간편설치 (0) | 2012.08.10 |
ajax 의 기본구조 (0) | 2012.08.10 |
CPU 모니터링과 튜닝 (0) | 2012.08.10 |
yslow grade B 받기도 빡세네요.. (0) | 2012.04.03 |