1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

Fixed bug #74519 strange behavior of AppendIterator

This commit is contained in:
CHU Zhaowei
2017-12-20 00:22:27 +08:00
committed by Joe
parent 495508eceb
commit 01eafceea1
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -12,6 +12,9 @@ PHP NEWS
- ODBC:
. Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)
- SPL:
. Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)
- Standard:
. Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
Philip Sharp)
-1
View File
@@ -1808,7 +1808,6 @@ SPL_METHOD(dual_it, current)
SPL_FETCH_AND_CHECK_DUAL_IT(intern, getThis());
spl_dual_it_fetch(intern, 1);
if (Z_TYPE(intern->current.data) != IS_UNDEF) {
zval *value = &intern->current.data;