Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug #77955 | Nikita Popov | 2019-05-23 | 1 | -0/+11 |
| | | | | | | Free metadata before freeing the arena. I don't have a repro script, but the added assertion fails for many existing tests prior to this change. | ||||
* | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
| | |||||
* | Remove old SVN keywords substitutions | Peter Kokot | 2018-06-16 | 1 | -2/+0 |
| | | | | | | | | When the PHP source code was versioned in Subversion, there was possible to substitute certain keywords such as $Id$ with revision number, last change time and author name. Such approach is not used in Git so this patch removes these outdated artifacts from source code files. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | further sync for vim mode lines | Anatol Belski | 2017-07-04 | 1 | -0/+2 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Fixed bug (Low probability segfault in zend_arena) | Xinchen Hui | 2016-02-09 | 1 | -1/+2 |
| | |||||
* | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | Expose zend_safe_address() and use it in zend_arena_calloc() | Dmitry Stogov | 2014-09-18 | 1 | -5/+5 |
| | |||||
* | Fixed compilation warnings | Dmitry Stogov | 2014-09-18 | 1 | -0/+1 |
| | |||||
* | Revert "Move safe_address into zend_multiply.h" | Nikita Popov | 2014-09-06 | 1 | -2/+8 |
| | | | | | | | This reverts commit 43b02e169c718335a82b8c90c3252194f988659a. I'm getting symbol resolution issues for zend_error_noreturn in the opcache.so, so reverting this for now. | ||||
* | Move safe_address into zend_multiply.h | Nikita Popov | 2014-09-06 | 1 | -8/+2 |
| | | | | | | | This allows reuse in zend_arena_calloc. Also renamed the function to zend_safe_address as it's no longer private to the allocator. | ||||
* | Fixed overflow check | Dmitry Stogov | 2014-09-05 | 1 | -2/+5 |
| | |||||
* | Fixed compilation warnings | Dmitry Stogov | 2014-09-04 | 1 | -1/+1 |
| | |||||
* | Fixed compilation warnings | Dmitry Stogov | 2014-07-15 | 1 | -2/+2 |
| | |||||
* | Imporoved EXPECTED/UNEXPECTED macros to support not boolean expressions. | Dmitry Stogov | 2014-07-09 | 1 | -1/+1 |
| | | | | Fixed invalid EXPECTED() usage. | ||||
* | Use arena allocator for optimizer temporary data structures | Dmitry Stogov | 2014-06-18 | 1 | -3/+21 |
| | |||||
* | Use arena allocator for zend_class_entry, zend_op_array and ↵ | Dmitry Stogov | 2014-06-18 | 1 | -0/+100 |
zend_property_info that live till the end of request |