diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2001-10-27 12:22:22 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2001-10-27 12:22:22 +0000 |
commit | 374a35144450b34ccc12bdd85bf58b025c03a99f (patch) | |
tree | 011cfc197c97315c8fdfe8377161fa526a134096 /ext/skeleton | |
parent | 1f6f91035ebcd6c821033c1907823c87ffc7fc5b (diff) | |
download | php-git-374a35144450b34ccc12bdd85bf58b025c03a99f.tar.gz |
These were supposed to match
Diffstat (limited to 'ext/skeleton')
-rw-r--r-- | ext/skeleton/skeleton.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } */ /* }}} */ |