(Laruence)
. Fixed bug #70117 (Unexpected return type error). (Laruence)
. Fixed bug #70106 (Inheritance by anonymous class). (Bob)
- . Implemented #70112 (Allow "dirname" to go up various times). (Remi)
+ . Fixed bug #69674 (SIGSEGV array.c:953). (cmb)
- Opcache:
. Fixed bug #70111 (Segfault when a function uses both an explicit return
- Standard:
. Fixed bug #70140 (str_ireplace/php_string_tolower - Arbitrary Code
+ . Implemented #70112 (Allow "dirname" to go up various times). (Remi)
Execution). (Laruence)
. Fixed bug #36365 (scandir duplicates file name at every 65535th file). (cmb)
__fill_ht->nNumUsed = __fill_idx; \
__fill_ht->nNumOfElements = __fill_idx; \
__fill_ht->nNextFreeElement = __fill_idx; \
- __fill_ht->nInternalPointer = 0; \
+ __fill_ht->nInternalPointer = __fill_idx ? 0 : HT_INVALID_IDX; \
} while (0)
static zend_always_inline zval *_zend_hash_append(HashTable *ht, zend_string *key, zval *zv)