php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #80434 Missing "s" in documentation for "opcache.jit_max_loop_unrolls"
Submitted: 2020-11-27 14:12 UTC Modified: 2020-11-27 14:57 UTC
From: geompse at gmail dot com Assigned: cmb (profile)
Status: Closed Package: PHP options/info functions
PHP Version: 8.0.0 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: geompse at gmail dot com
New email:
PHP Version: OS:

 

 [2020-11-27 14:12 UTC] geompse at gmail dot com
Description:
------------
---
From manual page: https://php.net/opcache.configuration
---

In the summary table there is this link near the end wich behaves properly :
opcache.jit_max_loop_unrolls

And leads to this chapter, missing the "s" :
opcache.jit_max_loops_unroll int
Maximum number of attempts to unroll a loop in a side trace, trying to reach the root trace and close the outer loop.

The actual parameter name reported by phpinfo() is with the "s" : opcache.jit_max_loop_unrolls


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-11-27 14:32 UTC] geompse at gmail dot com
to be exact, the "s" is at the wrong place (after loop)
 [2020-11-27 14:57 UTC] cmb@php.net
-Status: Open +Status: Verified -Assigned To: +Assigned To: cmb
 [2020-11-27 14:57 UTC] cmb@php.net
Thanks for reporting!
 [2020-11-27 14:57 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=351699
Log: Fix #80434: Missing "s" in documentation for "opcache.jit_max_loop_unrolls"
 [2020-11-27 14:58 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=9e1d1413ac5f802c0eac1310b8e469c34ea2d530
Log: Fix #80434: Missing "s" in documentation for "opcache.jit_max_loop_unrolls"
 [2020-11-27 14:58 UTC] phpdocbot@php.net
-Status: Verified +Status: Closed
 [2020-11-27 18:30 UTC] mumumu@php.net
Automatic comment from SVN on behalf of mumumu
Revision: http://svn.php.net/viewvc/?view=revision&revision=351702
Log: Fix #80434: Missing "s" in documentation for "opcache.jit_max_loop_unrolls"
 [2020-11-27 18:35 UTC] phpdocbot@php.net
Automatic comment on behalf of mumumu
Revision: http://git.php.net/?p=doc/ja.git;a=commit;h=c31a9824472de110d2e4daf7b62fa1c6bde12c9f
Log: Fix #80434: Missing "s" in documentation for "opcache.jit_max_loop_unrolls"
 [2020-12-30 11:58 UTC] nikic@php.net
Automatic comment on behalf of mumumu
Revision: http://git.php.net/?p=doc/ja.git;a=commit;h=8b45be5ce8d58198fbc708bfdbfc32b214548488
Log: Fix #80434: Missing "s" in documentation for "opcache.jit_max_loop_unrolls"
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 12 03:01:30 2025 UTC