mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Merge branch 'PHP-5.6'
* PHP-5.6: initialize lineno before calling compile file file in phar News entry for new curl constants
This commit is contained in:
commit
7a1a0f39d0
@ -3307,6 +3307,7 @@ static zend_op_array *phar_compile_file(zend_file_handle *file_handle, int type
|
||||
|
||||
zend_try {
|
||||
failed = 0;
|
||||
CG(zend_lineno) = 0;
|
||||
res = phar_orig_compile_file(file_handle, type TSRMLS_CC);
|
||||
} zend_catch {
|
||||
failed = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user