mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
No description
![]() I tried to tell JIT to compile every loops and functions by setting both opcache.jit_hot_loop and opcache.jit_hot_functions to 0, but failed to get expected result. After having read the source code and simple experiments, I found that setting these two options to 0 will actually disable JIT to compile any iterations and calls. So I would like to add clarifications for this behavior in PHP manual. Signed-off-by: Su, Tao <tao.su@intel.com> Closes GH-1324. |
||
---|---|---|
.github/workflows | ||
appendices | ||
chapters | ||
chmonly | ||
faq | ||
features | ||
install | ||
language | ||
reference | ||
security | ||
.editorconfig | ||
.gitignore | ||
bookinfo.xml | ||
contributors.ent | ||
contributors.xml | ||
extensions.ent | ||
language-defs.ent | ||
language-snippets.ent | ||
make_chm_index.html | ||
preface.xml | ||
README |
---------------------------------------------------------------------- README ---------------------------------------------------------------------- Please refer to the README file within the doc-base/ directory. Your directory structure is probably like: phpdoc/en (DocBook files for the English language) phpdoc/doc-base (Tools and resources used for all languages)