]> granicus.if.org Git - php/commitdiff
MFB: zval** not zval*
authorIlia Alshanetsky <iliaa@php.net>
Sun, 24 Apr 2005 18:11:55 +0000 (18:11 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 24 Apr 2005 18:11:55 +0000 (18:11 +0000)
main/php_variables.c

index e0883fc5fae69a5a1e0b50b862f1c10db867fee3..185d849c20fdbae3d2674fd05042657187518628 100644 (file)
@@ -182,7 +182,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.