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:09] – Add "If you voted no, why?" section tandrerfc:opcache.no_cache [2020/06/06 20:46] – fix changelog formatting tandre
Line 119: Line 119:
  
 ==== If you voted no, why? ==== ==== If you voted no, why? ====
 +
 +The [[https://wiki.php.net/rfc/opcache.no_cache#discussion|Discussion]] section mentioned alternative approaches to this RFC. This feedback is being gathered if it may be useful for other work on Opcache such as moving optimizations into PHP's core.
  
   - I would only vote for optimizations without caching if Opcache's opcode optimizations were moved into core first.   - I would only vote for optimizations without caching if Opcache's opcode optimizations were moved into core first.
Line 130: Line 132:
    * 3    * 3
    * 4    * 4
 +</doodle>
 +
 +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">
 +   * Yes
 +   * No
 </doodle> </doodle>
  
Line 135: 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