rfc:opcache.no_cache

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
rfc:opcache.no_cache [2020/05/31 16:31] tandrerfc:opcache.no_cache [2020/06/13 14:37] – RFC was declined tandre
Line 3: Line 3:
   * Date: 2020-05-16   * Date: 2020-05-16
   * Author: Tyson Andre <tandre@php.net>   * Author: Tyson Andre <tandre@php.net>
-  * Status: Voting+  * Status: Declined
   * Implementation: https://github.com/php/php-src/pull/5504   * Implementation: https://github.com/php/php-src/pull/5504
   * First Published at: https://wiki.php.net/rfc/opcache.no_cache   * First Published at: https://wiki.php.net/rfc/opcache.no_cache
Line 113: Line 113:
 Voting started on May 30th and ends on June 13th Voting started on May 30th and ends on June 13th
  
-<doodle title="Add opcache.allow_cache ini setting to support opcode optimization without caching" auth="tandre" voteType="single" closed="false">+<doodle title="Add opcache.allow_cache ini setting to support opcode optimization without caching" auth="tandre" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
Line 127: Line 127:
   - Other   - Other
  
-<doodle title="If you voted no on opcache.allow_cache, why?" auth="tandre" voteType="multi" closed="false">+<doodle title="If you voted no on opcache.allow_cache, why?" auth="tandre" voteType="multi" closed="true">
    * 1    * 1
    * 2    * 2
Line 136: Line 136:
 Also, would you be interested in moving opcode optimizations and the JIT out of the zend_extension opcache into PHP's core? Also, would you be interested in moving opcode optimizations and the JIT out of the zend_extension opcache into PHP's core?
  
-<doodle title="I would be interested in moving opcode optimizations into core" auth="tandre" voteType="single" closed="false">+<doodle title="I would be interested in moving opcode optimizations into core" auth="tandre" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
Line 144: Line 144:
  
 0.2: Previously, the ini setting override to disable caching was ''opcache.no_cache=1''. This was changed to ''opcache.allow_cache=0'' to avoid double negatives and to be consistent with naming of other ini settings such as ''allow_url_fopen'' and ''allow_url_include''. 0.2: Previously, the ini setting override to disable caching was ''opcache.no_cache=1''. This was changed to ''opcache.allow_cache=0'' to avoid double negatives and to be consistent with naming of other ini settings such as ''allow_url_fopen'' and ''allow_url_include''.
 +
 0.3: Fix documentation of changes to ''opcache_get_status()'' 0.3: Fix documentation of changes to ''opcache_get_status()''
 +
 0.4: Improve documentation of ini settings, add another example use case. 0.4: Improve documentation of ini settings, add another example use case.
  
rfc/opcache.no_cache.txt · Last modified: 2020/06/13 17:45 by tandre