From 68724e2489d3702e74ce57c0f0df4327a60cc81c Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 29 Jun 2007 01:09:54 +0000 Subject: - 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 --- scripts/man1/php-config.1.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'scripts/man1') 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 -- cgit v1.2.1