]> granicus.if.org Git - php/commitdiff
- Fix build without reflection
authorJohannes Schlüter <johannes@php.net>
Sun, 6 May 2007 12:57:27 +0000 (12:57 +0000)
committerJohannes Schlüter <johannes@php.net>
Sun, 6 May 2007 12:57:27 +0000 (12:57 +0000)
# reflection_what is used fby --ri, too

sapi/cli/php_cli.c

index 3854f38305341cf27b3e2f3de386084cbf60680f..2290a8c79deb7ddb272ccf9fd5b38e3e61ccbf20 100644 (file)
@@ -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;