Dmitry Stogov
|
e439349e58
|
Expose zend_safe_address() and use it in zend_arena_calloc()
|
2014-09-18 13:31:25 +04:00 |
|
Dmitry Stogov
|
e646c6d5b5
|
Fixed compilation warnings
|
2014-09-18 04:02:43 +04:00 |
|
Nikita Popov
|
f4f9b54983
|
Revert "Move safe_address into zend_multiply.h"
This reverts commit 43b02e169c .
I'm getting symbol resolution issues for zend_error_noreturn in the
opcache.so, so reverting this for now.
|
2014-09-06 22:12:37 +02:00 |
|
Nikita Popov
|
43b02e169c
|
Move safe_address into zend_multiply.h
This allows reuse in zend_arena_calloc.
Also renamed the function to zend_safe_address as it's no longer
private to the allocator.
|
2014-09-06 14:03:59 +02:00 |
|
Dmitry Stogov
|
7d0416f401
|
Fixed overflow check
|
2014-09-05 16:13:06 +04:00 |
|
Dmitry Stogov
|
92164f6b7b
|
Fixed compilation warnings
|
2014-09-04 14:06:22 +04:00 |
|
Dmitry Stogov
|
8217e20ddb
|
Fixed compilation warnings
|
2014-07-15 15:51:40 +04:00 |
|
Dmitry Stogov
|
c85c795e46
|
Imporoved EXPECTED/UNEXPECTED macros to support not boolean expressions.
Fixed invalid EXPECTED() usage.
|
2014-07-09 19:32:09 +04:00 |
|
Dmitry Stogov
|
a4f38192ec
|
Use arena allocator for optimizer temporary data structures
|
2014-06-18 17:09:37 +04:00 |
|
Dmitry Stogov
|
e1b18e59f7
|
Use arena allocator for zend_class_entry, zend_op_array and zend_property_info that live till the end of request
|
2014-06-18 02:47:01 +04:00 |
|