Skip to content

Commit 55562df

Browse files
committed
Do not include BC for zend_symbtable_add_new on 7.2/master
1 parent 361d300 commit 55562df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Zend/zend_hash.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,6 @@ static zend_always_inline zval *zend_symtable_add_new(HashTable *ht, zend_string
357357
}
358358
}
359359

360-
/* This typo snuck into 7.0.17 and 7.1.3, this define exists for BC */
361-
#define zend_symbtable_add_new(ht, key, pData) \
362-
zend_symtable_add_new(ht, key, pData)
363-
364360
static zend_always_inline zval *zend_symtable_update(HashTable *ht, zend_string *key, zval *pData)
365361
{
366362
zend_ulong idx;

0 commit comments

Comments
 (0)