php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #78652 7.1 migration guide says default opcache.enable_cli=1, was reverted to 0
Submitted: 2019-10-09 03:10 UTC Modified: 2019-10-13 15:23 UTC
From: f dot hachinohe at gmail dot com Assigned: cmb (profile)
Status: Closed Package: opcache
PHP Version: 7.3.10 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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: f dot hachinohe at gmail dot com
New email:
PHP Version: OS:

 

 [2019-10-09 03:10 UTC] f dot hachinohe at gmail dot com
Description:
------------
The default value of opcache.enable_cli is shown as 0 in https://www.php.net/manual/en/opcache.configuration.php.
But the default value has been changed to 1 in PHP 7.1.2.
This is written in https://www.php.net/manual/en/migration71.other-changes.php.

see also https://bugs.php.net/bug.php?id=74437.

---
From manual page: https://php.net/opcache.configuration
---

Expected result:
----------------
updated https://www.php.net/manual/en/opcache.configuration.php


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-10-09 03:27 UTC] requinix@php.net
-Summary: default value of opcache.enable_cli is wrong in the PHP manual. +Summary: 7.1 migration guide says default opcache.enable_cli=1, was reverted to 0 -Package: Documentation problem +Package: opcache
 [2019-10-09 03:27 UTC] requinix@php.net
Actually that's not quite true. It was changed to 1 for 7.1.2 but then reverted to 0 in 7.1.7.

https://github.com/php/php-src/commit/e9ff1fac85b97c677e33210770f87f7dc4bc5a24
 [2019-10-13 15:22 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=348151
Log: Fix #78652: 7.1 migration guide says default opcache.enable_cli=1, was reverted to 0
 [2019-10-13 15:23 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2019-10-13 15:23 UTC] cmb@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 [2019-10-13 15:25 UTC] salathe@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=16eaf600bd9ad480e4fb1989e500ac467a29cd9e
Log: Fix #78652: 7.1 migration guide says default opcache.enable_cli=1, was reverted to 0
 [2019-12-18 18:31 UTC] mumumu@php.net
Automatic comment from SVN on behalf of mumumu
Revision: http://svn.php.net/viewvc/?view=revision&revision=348577
Log: - Fix #78652: 7.1 migration guide says default opcache.enable_cli=1, was reverted to 0
- Documented changes of opcache cli being enabled by default on 7.1.2
- Add mention of more informative TypeError messages to migration guide
 [2020-02-07 06:04 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=4360f13f4b1b628dbf700b693bd4eb31627d189f
Log: Fix #78652: 7.1 migration guide says default opcache.enable_cli=1, was reverted to 0
 [2020-12-30 11:59 UTC] nikic@php.net
Automatic comment on behalf of mumumu
Revision: http://git.php.net/?p=doc/ja.git;a=commit;h=fe8ee9550ae34403e62ab6de0fb2620dd557b263
Log: - Fix #78652: 7.1 migration guide says default opcache.enable_cli=1, was reverted to 0 - Documented changes of opcache cli being enabled by default on 7.1.2 - Add mention of more informative TypeError messages to migration guide
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 21:01:29 2024 UTC