From: Rasmus Lerdorf Date: Sat, 27 Oct 2001 12:22:22 +0000 (+0000) Subject: These were supposed to match X-Git-Tag: ChangeLog~514 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=374a35144450b34ccc12bdd85bf58b025c03a99f;p=php These were supposed to match --- diff --git a/ext/skeleton/skeleton.c b/ext/skeleton/skeleton.c index 71ed12dc82..82b1cfa4f8 100644 --- a/ext/skeleton/skeleton.c +++ b/ext/skeleton/skeleton.c @@ -62,8 +62,8 @@ PHP_INI_END() /* Uncomment this function if you have INI entries static void php_extname_init_globals(zend_extname_globals *extname_globals) { - extname_globals->value = 0; - extname_globals->string = NULL; + extname_globals->global_value = 0; + extname_globals->global_string = NULL; } */ /* }}} */