- 论坛徽章:
- 13
|
本帖最后由 ulovko 于 2012-08-15 16:10 编辑
- ko# /usr/local/bin/php-cgi -v
- PHP 5.4.5 (cgi-fcgi) (built: Jul 26 2012 20:20:08)
- Copyright (c) 1997-2012 The PHP Group
- Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
复制代码
- ko# cd /usr/ports/lang/php5 && make config
-
- ko# make showconfig
- ===> The following configuration options are available for php5-5.4.5:
- CLI=on: Build CLI version
- CGI=on: Build CGI version
- FPM=on: Build FPM version
- APACHE=on: Build Apache module
- AP2FILTER=off: Use Apache 2.x filter interface (experimental)
- EMBED=off: Build embedded library
- DEBUG=off: Enable debug
- DTRACE=off: Enable DTrace support
- IPV6=on: Enable ipv6 support
- MAILHEAD=off: Enable mail header patch
- LINKTHR=off: Link thread lib (for threaded extensions)
- ===> Use 'make config' to modify these settings
复制代码 |
|