summaryrefslogtreecommitdiff
path: root/ext/skeleton
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2001-10-27 12:22:22 +0000
committerRasmus Lerdorf <rasmus@php.net>2001-10-27 12:22:22 +0000
commit374a35144450b34ccc12bdd85bf58b025c03a99f (patch)
tree011cfc197c97315c8fdfe8377161fa526a134096 /ext/skeleton
parent1f6f91035ebcd6c821033c1907823c87ffc7fc5b (diff)
downloadphp-git-374a35144450b34ccc12bdd85bf58b025c03a99f.tar.gz
These were supposed to match
Diffstat (limited to 'ext/skeleton')
-rw-r--r--ext/skeleton/skeleton.c4
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;
}
*/
/* }}} */