mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
Merge branch 'PHP-5.6'
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user