php-src/ext/opcache/Optimizer
Tyson Andre 29bced9521 Fix opcache return type for get_headers in zend_func_info
https://www.php.net/manual/en/function.get-headers.php#refsect1-function.get-headers-examples
shows that it will return string keys when the second argument is
non-zero. I've verified that this is the case.

This bug was there since the initial commit in c88ffa9a56.

Closes GH-4702.
2019-09-17 12:08:29 +02:00
..
block_pass.c Merge branch 'PHP-7.1' into PHP-7.2 2018-04-27 17:02:01 +02:00
compact_literals.c Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
compact_vars.c year++ 2018-01-02 12:55:14 +08:00
dce.c Fixed bug #77191 2019-08-13 11:19:58 +02:00
dfa_pass.c Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
nop_removal.c year++ 2018-01-02 12:55:14 +08:00
optimize_func_calls.c year++ 2018-01-02 12:55:14 +08:00
optimize_temp_vars_5.c year++ 2018-01-02 12:55:14 +08:00
pass1_5.c year++ 2018-01-02 12:55:14 +08:00
pass2.c year++ 2018-01-02 12:55:14 +08:00
pass3.c Don't swap operands of ZEND_MUL 2019-01-08 09:37:49 +01:00
sccp.c Fixed bug #77691 2019-03-04 13:11:12 +01:00
scdf.c year++ 2018-01-02 12:55:14 +08:00
scdf.h year++ 2018-01-02 12:55:14 +08:00
ssa_integrity.c year++ 2018-01-02 12:55:14 +08:00
zend_call_graph.c Fixed bug #76477 (Opcache causes empty return value) 2018-06-15 16:31:31 +08:00
zend_call_graph.h year++ 2018-01-02 12:55:14 +08:00
zend_cfg.c Fixed CFG construction for SWITCH opcodes 2019-04-03 03:09:03 +03:00
zend_cfg.h year++ 2018-01-02 12:55:14 +08:00
zend_dfg.c year++ 2018-01-02 12:55:14 +08:00
zend_dfg.h year++ 2018-01-02 12:55:14 +08:00
zend_dump.c year++ 2018-01-02 12:55:14 +08:00
zend_dump.h year++ 2018-01-02 12:55:14 +08:00
zend_func_info.c Fix opcache return type for get_headers in zend_func_info 2019-09-17 12:08:29 +02:00
zend_func_info.h year++ 2018-01-02 12:55:14 +08:00
zend_inference.c Backport fe_reset_rw case 2019-07-05 12:06:52 +02:00
zend_inference.h year++ 2018-01-02 12:55:14 +08:00
zend_optimizer_internal.h year++ 2018-01-02 12:55:14 +08:00
zend_optimizer.c year++ 2018-01-02 12:55:14 +08:00
zend_optimizer.h year++ 2018-01-02 12:55:14 +08:00
zend_ssa.c Fixed bug #77743 2019-03-18 10:49:53 +01:00
zend_ssa.h year++ 2018-01-02 12:55:14 +08:00
zend_worklist.h year++ 2018-01-02 12:55:14 +08:00