This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-27 09:42:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1cba98ebe95f1bfcd3a78166674eb00a003dd730
archived-php-src
/
Zend
/
Optimizer
History
Dmitry Stogov
5e23cf9381
Merge branch 'PHP-8.2'
...
* PHP-8.2: Fix memory leak
2022-11-07 11:10:05 +03:00
..
block_pass.c
…
compact_literals.c
Update cache slot size calculation in compact_literals.c
2022-09-10 13:20:59 +01:00
compact_vars.c
…
dce.c
…
dfa_pass.c
Merge branch 'PHP-8.1' into PHP-8.2
2022-11-07 11:08:54 +03:00
escape_analysis.c
…
nop_removal.c
…
optimize_func_calls.c
…
optimize_temp_vars_5.c
…
pass1.c
…
pass3.c
…
sccp.c
…
scdf.c
…
scdf.h
…
ssa_integrity.c
…
zend_call_graph.c
…
zend_call_graph.h
…
zend_cfg.c
Fix memory leak
2022-10-17 15:08:21 +03:00
zend_cfg.h
…
zend_dfg.c
…
zend_dfg.h
…
zend_dump.c
…
zend_dump.h
…
zend_func_info.c
…
zend_func_info.h
…
zend_func_infos.h
Fix stub type info for posix_getrlimit
2022-10-28 10:44:08 +02:00
zend_inference.c
Fixed type inference
2022-09-26 12:19:12 +03:00
zend_inference.h
…
zend_optimizer_internal.h
…
zend_optimizer.c
…
zend_optimizer.h
…
zend_ssa.c
Fix SSA construction and type inference
2022-09-19 15:45:34 +03:00
zend_ssa.h
…
zend_worklist.h
…