From 40d04782e03bf2a102d02f52364f49ca4e7dd2dc Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 24 Apr 2005 18:11:23 +0000 Subject: zval** not zval*. --- main/php_variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_variables.c') diff --git a/main/php_variables.c b/main/php_variables.c index 0eed752b37..a67b615926 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -186,7 +186,7 @@ plain_var: if (!index) { zend_hash_next_index_insert(symtable1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p); } else { - zval *tmp; + zval **tmp; char *escaped_index = php_addslashes(index, index_len, &index_len, 0 TSRMLS_CC); /* * According to rfc2965, more specific paths are listed above the less specific ones. -- cgit v1.2.1