Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed pefree_size (efree_size will be expaned to do {} while () form) | Xinchen Hui | 2018-07-23 | 1 | -1/+8 |
| | |||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | Don't inline "slow" and rarely used functions. | Dmitry Stogov | 2015-09-09 | 1 | -27/+3 |
| | |||||
* | Ensure proper data alignment | Dmitry Stogov | 2015-08-31 | 1 | -0/+3 |
| | |||||
* | Add myself into list of authors of the most refactored files. | Dmitry Stogov | 2015-08-31 | 1 | -0/+1 |
| | |||||
* | Reimplemented ability to get debug info (C source file and line number) in ↵ | Dmitry Stogov | 2015-08-11 | 1 | -0/+11 |
| | | | | phpdbg without hacks and ABI breaks. | ||||
* | Fixed bug #70098 (Real memory usage doesn't decrease) | Dmitry Stogov | 2015-08-04 | 1 | -0/+2 |
| | |||||
* | Added missing API functions | Dmitry Stogov | 2015-07-09 | 1 | -0/+2 |
| | |||||
* | Better check for __builtin_constant_p() availability | Dmitry Stogov | 2015-06-25 | 1 | -1/+1 |
| | |||||
* | Fixed phpdbg build | Dmitry Stogov | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Refactored custom storage API. | Dmitry Stogov | 2015-05-14 | 1 | -5/+95 |
| | |||||
* | Changed zend_smart_str allocation granularity to do the better job together ↵ | Dmitry Stogov | 2015-04-16 | 1 | -0/+14 |
| | | | | | | with Zend MM and avoid useless calls to erealloc(). The actual reallocation routiones are seprated from inlined code to reduce code size. | ||||
* | Revert "Changed zend_smart_str allocation granularity to do the better job ↵ | Dmitry Stogov | 2015-04-16 | 1 | -14/+0 |
| | | | | | | together with Zend MM and avoid useless calls to erealloc()." That commit significantly increased the code size because of intensive inlining and more expensive reallocation code. This reverts commit 5275e5560bb186bc3950a0dbf15fe0e54ee4c6ec. | ||||
* | Changed zend_smart_str allocation granularity to do the better job together ↵ | Dmitry Stogov | 2015-04-16 | 1 | -0/+14 |
| | | | | with Zend MM and avoid useless calls to erealloc(). | ||||
* | Minimize copying of HashTable realocation | Dmitry Stogov | 2015-03-05 | 1 | -7/+19 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 1 | -3/+3 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -8/+8 |
| | |||||
* | Added API function to retrive current custom heap handlers | Dmitry Stogov | 2014-10-14 | 1 | -0/+4 |
| | |||||
* | Allow to substitute storage layer in memory manager. | Dmitry Stogov | 2014-10-14 | 1 | -0/+17 |
| | |||||
* | Use fastcall calling convention for heap functions | Dmitry Stogov | 2014-10-06 | 1 | -4/+4 |
| | |||||
* | Changed "inline" into "zend_always_inline" | Dmitry Stogov | 2014-09-18 | 1 | -3/+3 |
| | |||||
* | reduce the struct size by 8 byte on 64 bit | Anatol Belski | 2014-09-13 | 1 | -1/+1 |
| | | | | this one looks like debug only, but still useful | ||||
* | Revert "Move safe_address into zend_multiply.h" | Nikita Popov | 2014-09-06 | 1 | -0/+1 |
| | | | | | | | 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 | -1/+0 |
| | | | | | | | 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 support for C++ | Dmitry Stogov | 2014-09-05 | 1 | -2/+2 |
| | |||||
* | Replaced Zend Memory Manager | Dmitry Stogov | 2014-08-26 | 1 | -53/+91 |
| | |||||
* | master renames phase 6 | Anatol Belski | 2014-08-25 | 1 | -7/+7 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | |||||
* | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -9/+10 |
| | |||||
* | Revert "stash" (pushed by accident) | Xinchen Hui | 2014-07-18 | 1 | -90/+15 |
| | | | | This reverts commit a18bf5fc9303e2739ee7026bdb3bbf272bf4baa8. | ||||
* | stash | Xinchen Hui | 2014-07-16 | 1 | -15/+90 |
| | |||||
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -3/+0 |
| | |||||
* | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ↵ | Dmitry Stogov | 2014-04-03 | 1 | -2/+2 |
| | | | | candidate for GC, etc) | ||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-12 | 1 | -6/+0 |
| | |||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -11/+4 |
| | |||||
* | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|\ | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Eliminated the TSRMLS_FETCH() in zend_set_memory_limit() | Kalle Sommer Nielsen | 2013-11-18 | 1 | -1/+1 |
|/ | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | add support for the alloc_size __attribute__ (through ↵ | Nuno Lopes | 2012-05-23 | 1 | -3/+3 |
| | | | | | | ZEND_ATTRIBUTE_ALLOC_SIZE and ZEND_ATTRIBUTE_ALLOC_SIZE2 requires GCC >= 4.3 or clang >= 3.2 to perform anything useful | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -2/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - macros--; ZEND_FAST_* are now gone | Pierre Joye | 2010-09-15 | 1 | -22/+8 |
| | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30) | Dmitry Stogov | 2009-09-03 | 1 | -0/+14 |
| |