Browse Source
Remove ZEND_ACC_INTERACTIVE and CG(interactive)
Remove ZEND_ACC_INTERACTIVE and CG(interactive)
As far as I can discern these are leftovers of the interactive shell implementation that was used before PHP 5.4. Now the readline ext makes use of normal eval calls for this. So, dropping these until there is evidence to the contrary, as they currently wouldn't work anyway.pull/783/head
18 changed files with 359 additions and 521 deletions
-
13Zend/zend.c
-
18Zend/zend_compile.c
-
8Zend/zend_compile.h
-
4Zend/zend_execute.c
-
3Zend/zend_execute.h
-
81Zend/zend_execute_API.c
-
2Zend/zend_globals.h
-
704Zend/zend_language_scanner.c
-
4Zend/zend_language_scanner.l
-
21Zend/zend_opcode.c
-
3ext/opcache/Optimizer/zend_optimizer.c
-
3ext/opcache/ZendAccelerator.c
-
2sapi/cgi/cgi_main.c
-
2sapi/cli/php_cli.c
-
1sapi/fpm/fpm/fpm_main.c
-
2sapi/milter/php_milter.c
-
7sapi/phpdbg/phpdbg_bp.c
-
2sapi/phpdbg/phpdbg_prompt.c
704
Zend/zend_language_scanner.c
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue