]> granicus.if.org Git - php/commitdiff
These were supposed to match
authorRasmus Lerdorf <rasmus@php.net>
Sat, 27 Oct 2001 12:22:22 +0000 (12:22 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 27 Oct 2001 12:22:22 +0000 (12:22 +0000)
ext/skeleton/skeleton.c

index 71ed12dc82d813be3096e8c72b06f13655411641..82b1cfa4f84383c42bc2b1fe1b9685d841914889 100644 (file)
@@ -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;
 }
 */
 /* }}} */