Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use arena allocator for optimizer temporary data structures | Dmitry Stogov | 2014-06-18 | 9 | -134/+128 |
* | Use arena allocator for zend_class_entry, zend_op_array and zend_property_inf... | Dmitry Stogov | 2014-06-18 | 2 | -10/+8 |
* | Fixed HASH_FLAG_APPLY_PROTECTION flag usage | Dmitry Stogov | 2014-06-17 | 1 | -2/+3 |
* | Don't include trailing zero into hash function | Dmitry Stogov | 2014-06-17 | 2 | -25/+25 |
* | Optimize out useles paths | Dmitry Stogov | 2014-06-16 | 1 | -81/+56 |
* | Use absolute addresses as branch targets for NEW, FE_RESET and FE_FETCH | Dmitry Stogov | 2014-06-11 | 2 | -0/+9 |
* | Avoid repeatable zend_is_autogolobal() calls | Dmitry Stogov | 2014-06-10 | 2 | -1/+4 |
* | Improved ZTS support | Dmitry Stogov | 2014-06-09 | 1 | -14/+77 |
* | Simplified and optimized ZEND_HANDLE_NUMERIC() | Dmitry Stogov | 2014-06-03 | 1 | -3/+1 |
* | Introduced immutable arrays. They don't need to be copyed and may be used dir... | Dmitry Stogov | 2014-05-29 | 4 | -3/+44 |
* | Merge branch 'master' into phpng | Xinchen Hui | 2014-05-26 | 1 | -0/+25 |
|\ | |||||
| * | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-05-26 | 1 | -0/+25 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2014-05-26 | 1 | -0/+25 |
| | |\ | |||||
| | | * | Update NEWs and add a test | Xinchen Hui | 2014-05-26 | 1 | -0/+25 |
* | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-26 | 1 | -4/+25 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2014-05-26 | 1 | -4/+25 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2014-05-26 | 1 | -4/+25 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed issue #183 (TMP_VAR is not only used once) | Dmitry Stogov | 2014-05-26 | 1 | -4/+25 |
* | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-18 | 4 | -1/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2014-05-18 | 1 | -0/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | Support for __debugInfo (Joe Watkins) | Dmitry Stogov | 2014-05-18 | 1 | -0/+6 |
| * | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2014-05-18 | 3 | -1/+12 |
| |\ \ \ | | |/ / | |||||
| | * | | Optimize ZEND_POW (Rouven Weßling) | Dmitry Stogov | 2014-05-18 | 3 | -0/+12 |
* | | | | Fixed Zend Hash API usage (although it's in comments) | Xinchen Hui | 2014-05-18 | 1 | -2/+2 |
* | | | | Fixed new hash API usage | Dmitry Stogov | 2014-05-17 | 2 | -4/+4 |
* | | | | return ptr, not status | Pierre Joye | 2014-05-15 | 1 | -1/+1 |
* | | | | Fixed hack. now we may store numbers not as pointers. | Dmitry Stogov | 2014-05-15 | 2 | -14/+18 |
* | | | | Re-applyed Bob's patch with minor fixes | Dmitry Stogov | 2014-05-07 | 3 | -0/+6 |
* | | | | Reverted Bob's patch (it breaks many tests when run with opcache and needs to... | Dmitry Stogov | 2014-05-07 | 3 | -8/+0 |
* | | | | Re-added fix for bug #66015 and adapted for phpng branch | Bob Weinand | 2014-05-06 | 3 | -0/+8 |
* | | | | Mark all strings stored in SHM as IS_INTERNED to avoid refcounting | Dmitry Stogov | 2014-05-06 | 1 | -0/+1 |
* | | | | Fix use after free for doc_comment persist | Nikita Popov | 2014-05-05 | 1 | -1/+6 |
* | | | | Split IS_BOOL into IS_FALSE and IS_TRUE | Dmitry Stogov | 2014-04-30 | 4 | -30/+40 |
* | | | | Optimized JMPZNZ to avoid multiplication at runtime (may be it makes sense to... | Dmitry Stogov | 2014-04-30 | 2 | -1/+14 |
* | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 8 | -8/+80 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.6' | Bob Weinand | 2014-04-11 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Shut up, my lovely compiler; I do not like your warnings | Bob Weinand | 2014-04-11 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-5.6' | Bob Weinand | 2014-04-11 | 4 | -17/+29 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix bug #66015 by reverting "Removed operations on constant arrays." | Bob Weinand | 2014-04-11 | 4 | -17/+29 |
| * | | | Merge branch 'PHP-5.6' | Anatol Belski | 2014-03-25 | 1 | -3/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-03-25 | 1 | -3/+2 |
| | |\ \ | | | |/ | |||||
| | | * | fix disabling PGO for extensions, rel bug #65715 | Anatol Belski | 2014-03-25 | 1 | -3/+2 |
| * | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2014-02-21 | 2 | -0/+23 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2014-02-21 | 2 | -0/+23 |
| | |\ \ | | | |/ | |||||
| | | * | Added information about interned strings usage | Dmitry Stogov | 2014-02-21 | 2 | -0/+23 |
| * | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2014-02-21 | 1 | -1/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2014-02-21 | 1 | -1/+2 |
| | |\ \ | | | |/ | |||||
| | | * | Updated opcache version | Dmitry Stogov | 2014-02-21 | 1 | -1/+2 |
| * | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2014-02-21 | 2 | -0/+43 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2014-02-21 | 2 | -0/+43 |
| | |\ \ | | | |/ |