Skip to content

Commit 83ce7c1

Browse files
author
Andrei Zmievski
committed
*** empty log message ***
1 parent 43047fd commit 83ce7c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_API.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,6 @@ ZEND_API int zend_set_hash_symbol(zval *symbol, char *name, int name_length,
846846
if (num_symbol_tables <= 0) return FAILURE;
847847

848848
symbol->is_ref = is_ref;
849-
symbol->refcount = 0;
850849

851850
va_start(symbol_table_list, num_symbol_tables);
852851
while(num_symbol_tables-- > 0) {

0 commit comments

Comments
 (0)