diff options
author | Johannes Schlüter <johannes@php.net> | 2007-05-06 12:57:50 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2007-05-06 12:57:50 +0000 |
commit | 9edf1dc617e7bf35aee38c33a7a9563738859b6a (patch) | |
tree | 9c3cb0fc27337f94b3383d6fe8d47751290968f9 /sapi/cli | |
parent | 3000c0be665dfe376a9aa9cb3b3f5a903e1a7b9a (diff) | |
download | php-git-9edf1dc617e7bf35aee38c33a7a9563738859b6a.tar.gz |
- MFH: Fix build without reflection
Diffstat (limited to 'sapi/cli')
-rw-r--r-- | sapi/cli/php_cli.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 9ef226cfaa..66a7989b9d 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -580,9 +580,7 @@ int main(int argc, char *argv[]) zend_file_handle file_handle; /* temporary locals */ int 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; |