mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Merge branch 'PHP-5.6'
This commit is contained in:
commit
201f660ae1
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ static inline void del_source(zend_code_block *from, zend_code_block *to)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (to->sources->next == NULL) {
|
if (!to->protected && to->sources->next == NULL) {
|
||||||
/* source to only one block */
|
/* source to only one block */
|
||||||
zend_code_block *from_block = to->sources->from;
|
zend_code_block *from_block = to->sources->from;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue