diff --git a/features/commandline.xml b/features/commandline.xml index 4b8ad8a278..3cf9c6c6cf 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -344,6 +344,7 @@ Usage: php [options] [-f] [--] [args...] --rf Show information about function . --rc Show information about class . --re Show information about extension . + --rz Show information about Zend extension . --ri Show configuration for extension . ]]> @@ -938,6 +939,17 @@ Extension [ extension #19 json version 1.2.1 ] { + + --rz + --rzendextension + + + Shows the configuration information for the given Zend extension (the + same information that is returned by phpinfo). + Available as of PHP 5.4.0. + + + --ri --rextinfo @@ -982,7 +994,7 @@ date.sunrise_zenith => 90.583333 => 90.583333 Options -rBRFEH, --ini and - --r[fcei] are available only in &cli;. + --r[fcezi] are available only in &cli;.