summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Use arena allocator for optimizer temporary data structuresDmitry Stogov2014-06-189-134/+128
* Use arena allocator for zend_class_entry, zend_op_array and zend_property_inf...Dmitry Stogov2014-06-182-10/+8
* Fixed HASH_FLAG_APPLY_PROTECTION flag usageDmitry Stogov2014-06-171-2/+3
* Don't include trailing zero into hash functionDmitry Stogov2014-06-172-25/+25
* Optimize out useles pathsDmitry Stogov2014-06-161-81/+56
* Use absolute addresses as branch targets for NEW, FE_RESET and FE_FETCHDmitry Stogov2014-06-112-0/+9
* Avoid repeatable zend_is_autogolobal() callsDmitry Stogov2014-06-102-1/+4
* Improved ZTS supportDmitry Stogov2014-06-091-14/+77
* Simplified and optimized ZEND_HANDLE_NUMERIC()Dmitry Stogov2014-06-031-3/+1
* Introduced immutable arrays. They don't need to be copyed and may be used dir...Dmitry Stogov2014-05-294-3/+44
* Merge branch 'master' into phpngXinchen Hui2014-05-261-0/+25
|\
| * Merge branch 'PHP-5.6'Xinchen Hui2014-05-261-0/+25
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-05-261-0/+25
| | |\
| | | * Update NEWs and add a testXinchen Hui2014-05-261-0/+25
* | | | Merge branch 'master' into phpngDmitry Stogov2014-05-261-4/+25
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6'Dmitry Stogov2014-05-261-4/+25
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-05-261-4/+25
| | |\ \ | | | |/
| | | * Fixed issue #183 (TMP_VAR is not only used once)Dmitry Stogov2014-05-261-4/+25
* | | | Merge branch 'master' into phpngDmitry Stogov2014-05-184-1/+14
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6'Dmitry Stogov2014-05-181-0/+6
| |\ \ \ | | |/ /
| | * | Support for __debugInfo (Joe Watkins)Dmitry Stogov2014-05-181-0/+6
| * | | Merge branch 'PHP-5.6'Dmitry Stogov2014-05-183-1/+12
| |\ \ \ | | |/ /
| | * | Optimize ZEND_POW (Rouven Weßling)Dmitry Stogov2014-05-183-0/+12
* | | | Fixed Zend Hash API usage (although it's in comments)Xinchen Hui2014-05-181-2/+2
* | | | Fixed new hash API usageDmitry Stogov2014-05-172-4/+4
* | | | return ptr, not statusPierre Joye2014-05-151-1/+1
* | | | Fixed hack. now we may store numbers not as pointers.Dmitry Stogov2014-05-152-14/+18
* | | | Re-applyed Bob's patch with minor fixesDmitry Stogov2014-05-073-0/+6
* | | | Reverted Bob's patch (it breaks many tests when run with opcache and needs to...Dmitry Stogov2014-05-073-8/+0
* | | | Re-added fix for bug #66015 and adapted for phpng branchBob Weinand2014-05-063-0/+8
* | | | Mark all strings stored in SHM as IS_INTERNED to avoid refcountingDmitry Stogov2014-05-061-0/+1
* | | | Fix use after free for doc_comment persistNikita Popov2014-05-051-1/+6
* | | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-304-30/+40
* | | | Optimized JMPZNZ to avoid multiplication at runtime (may be it makes sense to...Dmitry Stogov2014-04-302-1/+14
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-268-8/+80
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6'Bob Weinand2014-04-111-1/+1
| |\ \ \ | | |/ /
| | * | Shut up, my lovely compiler; I do not like your warningsBob Weinand2014-04-111-1/+1
| * | | Merge branch 'PHP-5.6'Bob Weinand2014-04-114-17/+29
| |\ \ \ | | |/ /
| | * | Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-114-17/+29
| * | | Merge branch 'PHP-5.6'Anatol Belski2014-03-251-3/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-03-251-3/+2
| | |\ \ | | | |/
| | | * fix disabling PGO for extensions, rel bug #65715Anatol Belski2014-03-251-3/+2
| * | | Merge branch 'PHP-5.6'Dmitry Stogov2014-02-212-0/+23
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-02-212-0/+23
| | |\ \ | | | |/
| | | * Added information about interned strings usageDmitry Stogov2014-02-212-0/+23
| * | | Merge branch 'PHP-5.6'Dmitry Stogov2014-02-211-1/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-02-211-1/+2
| | |\ \ | | | |/
| | | * Updated opcache versionDmitry Stogov2014-02-211-1/+2
| * | | Merge branch 'PHP-5.6'Dmitry Stogov2014-02-212-0/+43
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-02-212-0/+43
| | |\ \ | | | |/