Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Updated NEWS
  Fix #75015. Crash in SPL destructors
This commit is contained in:
Julien Pauli 2017-08-01 16:02:00 +02:00
commit cd06b5af09

View File

@ -942,6 +942,7 @@ static void spl_RecursiveIteratorIterator_free_storage(zend_object *_object)
if (object->iterators) {
efree(object->iterators);
object->iterators = NULL;
object->level = 0;
}
zend_object_std_dtor(&object->std);