rfc:optimizerplus

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
rfc:optimizerplus [2013/02/16 19:25] – Clarify 5.5 integration zeevrfc:optimizerplus [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Integrating Zend Optimizer+ into the PHP distribution ====== ====== Integrating Zend Optimizer+ into the PHP distribution ======
-  * Version: 0.83+  * Version: 1.01
   * Date: 2013-01-28   * Date: 2013-01-28
   * Author: Zeev Suraski <zeev@php.net>   * Author: Zeev Suraski <zeev@php.net>
-  * Status: Under Discussion+  * Status: Implemented in PHP 5.5
   * First Published at: http://wiki.php.net/rfc/optimizerplus   * First Published at: http://wiki.php.net/rfc/optimizerplus
  
Line 100: Line 100:
 The integration proposed for PHP 5.5.0 is mostly 'soft' integration.  That means that there'll be no tight coupling between Optimizer+ and PHP;  Those who wish to use another opcode cache will be able to do so, by not loading Optimizer+ and loading another opcode cache instead.  As per the Suggested Roadmap above, we might want to review this decision in the future;  There might be room for further performance or functionality gains from tighter integration;  None are known at this point, and they're beyond the scope of this RFC. The integration proposed for PHP 5.5.0 is mostly 'soft' integration.  That means that there'll be no tight coupling between Optimizer+ and PHP;  Those who wish to use another opcode cache will be able to do so, by not loading Optimizer+ and loading another opcode cache instead.  As per the Suggested Roadmap above, we might want to review this decision in the future;  There might be room for further performance or functionality gains from tighter integration;  None are known at this point, and they're beyond the scope of this RFC.
  
-===== Suggested Voting Options =====+===== Vote ===== 
 + 
 +Vote starts Feb 27th, and ends March 7th 
 + 
 +<doodle title="rfc/optimizerplus" auth="user" voteType="multi" closed="true"> 
 +   * Integrate into 5.5, even if minor delay required 
 +   * Integrate into 5.5 only if it's not delayed, otherwise - 5.6 
 +   * Don’t integrate Optimizer+ to PHP, make avail through PECL only 
 +</doodle>
  
-  * Integrate Optimizer+ into PHP 5.5.0, allow up to 2 months delay 
-  * Integrate Optimizer+ into PHP, but don’t delay 5.5.0 for it; If it's not ready on time - wait for 5.6.0 
-  * Don’t integrate Optimizer+ to PHP, provide it as an optional component in PECL only 
  
 ===== Changelog ===== ===== Changelog =====
Line 118: Line 123:
   * 0.82  - Added Naming section   * 0.82  - Added Naming section
   * 0.83  - Clarify 5.5 integration   * 0.83  - Clarify 5.5 integration
 +  * 1.00  - Vote
 +  * 1.01  - Clarify third voting option
 +
rfc/optimizerplus.1361042731.txt.gz · Last modified: 2017/09/22 13:28 (external edit)