Merge branch 'PHP-5.6'

This commit is contained in:
Xinchen Hui 2015-01-22 16:39:22 +08:00
commit 201f660ae1

View File

@ -384,7 +384,7 @@ static inline void del_source(zend_code_block *from, zend_code_block *to)
return;
}
if (to->sources->next == NULL) {
if (!to->protected && to->sources->next == NULL) {
/* source to only one block */
zend_code_block *from_block = to->sources->from;