From 7409ed64037a469acb83aed64fb81c6511cb89bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Tue, 21 Feb 2006 21:15:13 +0000 Subject: [PATCH] - MFH: List --rf/--rc/--re only with enabled reflection --- sapi/cli/php_cli.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 83bfc70b00..e83a9728a1 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -434,10 +434,12 @@ static void php_cli_usage(char *argv0) " args... Arguments passed to script. Use -- args when first argument\n" " starts with - or script is read from stdin\n" "\n" +#if (HAVE_REFLECTION) " --rf Show information about function .\n" " --rc Show information about class .\n" " --re Show information about extension .\n" "\n" +#endif , prog, prog, prog, prog, prog, prog); } /* }}} */ -- 2.50.1