From: Hannes Magnusson Date: Wed, 25 Apr 2007 09:53:20 +0000 (+0000) Subject: rename --ri core to --ri main X-Git-Tag: RELEASE_1_2_0~223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02af1b4a658cef5f0367f7766e0d4b613f8bf3bd;p=php rename --ri core to --ri main # "the man has spoken" --- diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 13b515fb8d..a6d5a56069 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -1306,7 +1306,7 @@ int main(int argc, char *argv[]) zend_module_entry *module; if (zend_hash_find(&module_registry, lcname, len+1, (void**)&module) == FAILURE) { - if(!strcmp(reflection_what, "core")) { + if(!strcmp(reflection_what, "main")) { display_ini_entries(NULL); } else { zend_printf("Extension '%s' not present.\n", reflection_what);