From 895a9fb212a5a4371c89788fbb111ce30a9a4517 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Sun, 6 May 2007 12:57:27 +0000 Subject: [PATCH] - Fix build without reflection # reflection_what is used fby --ri, too --- sapi/cli/php_cli.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 3854f38305..2290a8c79d 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -595,9 +595,7 @@ int main(int argc, char *argv[]) zend_file_handle file_handle; /* temporary locals */ enum behavior_mode behavior = PHP_MODE_STANDARD; -#ifdef HAVE_REFLECTION char *reflection_what = NULL; -#endif int orig_optind=php_optind; char *orig_optarg=php_optarg; char *arg_free=NULL, **arg_excp=&arg_free; -- 2.50.1