]> granicus.if.org Git - php/commit
Remove ZEND_ACC_INTERACTIVE and CG(interactive)
authorNikita Popov <nikic@php.net>
Mon, 25 Aug 2014 21:45:02 +0000 (23:45 +0200)
committerNikita Popov <nikic@php.net>
Mon, 25 Aug 2014 21:46:43 +0000 (23:46 +0200)
commit59848e3fbbcab3144c4d711df5d5be39cca51269
treed98e771f7b98307d7bfe93a68ba38cad5a3d1880
parent4ea19a682e19d47a9176c2e603602c8e3bd9679a
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.
18 files changed:
Zend/zend.c
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_execute.c
Zend/zend_execute.h
Zend/zend_execute_API.c
Zend/zend_globals.h
Zend/zend_language_scanner.c
Zend/zend_language_scanner.l
Zend/zend_opcode.c
ext/opcache/Optimizer/zend_optimizer.c
ext/opcache/ZendAccelerator.c
sapi/cgi/cgi_main.c
sapi/cli/php_cli.c
sapi/fpm/fpm/fpm_main.c
sapi/milter/php_milter.c
sapi/phpdbg/phpdbg_bp.c
sapi/phpdbg/phpdbg_prompt.c