summaryrefslogtreecommitdiff
path: root/scripts/man1
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2007-06-29 01:09:54 +0000
committerfoobar <sniper@php.net>2007-06-29 01:09:54 +0000
commit68724e2489d3702e74ce57c0f0df4327a60cc81c (patch)
tree7425d4e8f48ec06c612b37cdb6519565746d3d58 /scripts/man1
parente9658dfc4d9e5164391e7e0984c87890ad90fabf (diff)
downloadphp-git-68724e2489d3702e74ce57c0f0df4327a60cc81c.tar.gz
- Improved php-config:
. Added --configure-options option to get configure line for current build . Added --php-sapis option which shows SAPIs available . Fixed problem with missing php binary when CLI is not build but CGI is. - Fixed broken sed issues in phpize script
Diffstat (limited to 'scripts/man1')
-rw-r--r--scripts/man1/php-config.1.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/scripts/man1/php-config.1.in b/scripts/man1/php-config.1.in
index 9355b4bc29..b900079025 100644
--- a/scripts/man1/php-config.1.in
+++ b/scripts/man1/php-config.1.in
@@ -1,7 +1,7 @@
.TH php\-config 1 "2006" "The PHP Group" "Scripting Language"
.SH NAME
.TP 15
-php\-config \- get information about PHP configuration
+php\-config \- get information about PHP configuration and compile options
.SH SYNOPSIS
.B php\-config
[options]
@@ -37,7 +37,15 @@ Directory prefix where header files are installed by default
.TP
.PD 0
.B \-\-php-binary
-Full path to php CLI/CGI binary
+Full path to php CLI or CGI binary
+.TP
+.PD 0
+.B \-\-php-sapis
+Show all SAPI modules available
+.TP
+.PD 0
+.B \-\-configure-options
+Configure options to recreate configuration of current PHP installation
.TP
.PD 0
.B \-\-version