diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-07-16 17:45:03 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-07-16 17:45:03 +0200 |
commit | c4a6998c62e94a5e561d5c36aa3643db6995eda2 (patch) | |
tree | 63410eec003167f88ee38da63cf69dbf2ace5ee7 /sapi/phpdbg/phpdbg_prompt.c | |
parent | 3faa903d47d8ece5a6256cf175b9af868779b061 (diff) | |
parent | b317f0eb59eb1265cbc7ed3eb00f757e2ff65e4d (diff) | |
download | php-git-c4a6998c62e94a5e561d5c36aa3643db6995eda2.tar.gz |
Merge branch 'PHP-7.4'
Diffstat (limited to 'sapi/phpdbg/phpdbg_prompt.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_prompt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/phpdbg/phpdbg_prompt.c b/sapi/phpdbg/phpdbg_prompt.c index 6381ce51fb..a291801174 100644 --- a/sapi/phpdbg/phpdbg_prompt.c +++ b/sapi/phpdbg/phpdbg_prompt.c @@ -577,9 +577,6 @@ int phpdbg_compile(void) /* {{{ */ if (php_stream_open_for_zend_ex(PHPDBG_G(exec), &fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS && zend_stream_fixup(&fh, &buf, &len) == SUCCESS) { CG(skip_shebang) = 1; PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); - - fh.handle.stream.mmap.buf = buf; - fh.handle.stream.mmap.len = len; zend_destroy_file_handle(&fh); if (EG(exception)) { zend_exception_error(EG(exception), E_ERROR); |