summaryrefslogtreecommitdiff
path: root/sapi/milter
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2014-08-25 23:45:02 +0200
committerNikita Popov <nikic@php.net>2014-08-25 23:46:43 +0200
commit59848e3fbbcab3144c4d711df5d5be39cca51269 (patch)
treed98e771f7b98307d7bfe93a68ba38cad5a3d1880 /sapi/milter
parent4ea19a682e19d47a9176c2e603602c8e3bd9679a (diff)
downloadphp-git-59848e3fbbcab3144c4d711df5d5be39cca51269.tar.gz
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.
Diffstat (limited to 'sapi/milter')
-rw-r--r--sapi/milter/php_milter.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/milter/php_milter.c b/sapi/milter/php_milter.c
index 443fee9dfd..57f8190ec4 100644
--- a/sapi/milter/php_milter.c
+++ b/sapi/milter/php_milter.c
@@ -1134,8 +1134,6 @@ int main(int argc, char *argv[])
exit(1);
}
- CG(interactive) = interactive;
-
/* only set script_file if not set already and not in direct mode and not at end of parameter list */
if (argc > ap_php_optind && !filename) {
filename=argv[ap_php_optind];