]> granicus.if.org Git - php/commit
Merge Zend Optimizer+
authorDmitry Stogov <dmitry@zend.com>
Fri, 15 Mar 2013 20:41:46 +0000 (00:41 +0400)
committerDmitry Stogov <dmitry@zend.com>
Fri, 15 Mar 2013 20:41:46 +0000 (00:41 +0400)
commit34d3202edac0a56b91eb8a305fc1801bbd9b7653
treeddea0913d86ecec2962f9e770d9de787c1fd6348
parentb1dbfb73571b051fef055dc371e05163cf73eb8b
parent8d35170c5fe9b9c0c864b7a6c4dc6b0149809569
Merge Zend Optimizer+

git-subtree-dir: ext/opcache
git-subtree-mainline: b1dbfb73571b051fef055dc371e05163cf73eb8b
git-subtree-split: 8d35170c5fe9b9c0c864b7a6c4dc6b0149809569
44 files changed:
ext/opcache/.gitignore
ext/opcache/.travis.yml
ext/opcache/LICENSE
ext/opcache/Optimizer/block_pass.c
ext/opcache/Optimizer/nop_removal.c
ext/opcache/Optimizer/optimize_temp_vars_5.c
ext/opcache/Optimizer/pass10.c
ext/opcache/Optimizer/pass1_5.c
ext/opcache/Optimizer/pass2.c
ext/opcache/Optimizer/pass3.c
ext/opcache/Optimizer/pass5.c
ext/opcache/Optimizer/pass9.c
ext/opcache/Optimizer/zend_optimizer.c
ext/opcache/Optimizer/zend_optimizer.h
ext/opcache/Optimizer/zend_optimizer_internal.h
ext/opcache/README
ext/opcache/ZendAccelerator.c
ext/opcache/ZendAccelerator.h
ext/opcache/config.m4
ext/opcache/config.w32
ext/opcache/package.xml
ext/opcache/shared_alloc_mmap.c
ext/opcache/shared_alloc_posix.c
ext/opcache/shared_alloc_shm.c
ext/opcache/shared_alloc_win32.c
ext/opcache/tests/001_cli.phpt
ext/opcache/tests/bug64353.phpt
ext/opcache/tests/issue0057.phpt
ext/opcache/tests/skipif.inc
ext/opcache/zend_accelerator_blacklist.c
ext/opcache/zend_accelerator_blacklist.h
ext/opcache/zend_accelerator_debug.c
ext/opcache/zend_accelerator_debug.h
ext/opcache/zend_accelerator_hash.c
ext/opcache/zend_accelerator_hash.h
ext/opcache/zend_accelerator_module.c
ext/opcache/zend_accelerator_module.h
ext/opcache/zend_accelerator_util_funcs.c
ext/opcache/zend_accelerator_util_funcs.h
ext/opcache/zend_persist.c
ext/opcache/zend_persist.h
ext/opcache/zend_persist_calc.c
ext/opcache/zend_shared_alloc.c
ext/opcache/zend_shared_alloc.h