Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Move safe_address into zend_multiply.h | Nikita Popov | 2014-09-06 | 1 | -124/+4 | |
| | | | | | | | | | | | | | | | | | | | | | This allows reuse in zend_arena_calloc. Also renamed the function to zend_safe_address as it's no longer private to the allocator. | |||||
* | | | fix number format | Anatol Belski | 2014-08-28 | 1 | -2/+2 | |
| | | | ||||||
* | | | fixed bitset computing on win64 build | Anatol Belski | 2014-08-26 | 1 | -13/+12 | |
| | | | ||||||
* | | | Fixed zero-size allocation in debug build | Dmitry Stogov | 2014-08-26 | 1 | -0/+2 | |
| | | | ||||||
* | | | temporary fix for win64 | Anatol Belski | 2014-08-26 | 1 | -1/+2 | |
| | | | ||||||
* | | | Replaced Zend Memory Manager | Dmitry Stogov | 2014-08-26 | 1 | -2107/+1690 | |
| | | | ||||||
* | | | several signature and data type fixes | Anatol Belski | 2014-08-26 | 1 | -2/+2 | |
| | | | ||||||
* | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -4/+4 | |
| | | | ||||||
* | | | master renames phase 2 | Anatol Belski | 2014-08-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -23/+23 | |
| | | | ||||||
* | | | further fixes on core | Anatol Belski | 2014-08-16 | 1 | -5/+5 | |
| | | | ||||||
* | | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -22/+22 | |
| | | | ||||||
* | | | Revert "stash" (pushed by accident) | Xinchen Hui | 2014-07-18 | 1 | -2007/+2008 | |
| | | | | | | | | | | | | This reverts commit a18bf5fc9303e2739ee7026bdb3bbf272bf4baa8. | |||||
* | | | stash | Xinchen Hui | 2014-07-16 | 1 | -2008/+2007 | |
| | | | ||||||
* | | | Simplify call-frame handling | Dmitry Stogov | 2014-07-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are ↵ | Dmitry Stogov | 2014-07-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | executing something. | |||||
* | | | Removed EG(active_op_array) and use corresponding value from ↵ | Dmitry Stogov | 2014-07-02 | 1 | -3/+13 | |
| | | | | | | | | | | | | EG(current_execute_data) | |||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -2/+3 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2013-12-26 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Fixed ZEND_MM_MEM_TYPE=mmap_zero | |||||
| * | | Fixed ZEND_MM_MEM_TYPE=mmap_zero | Dmitry Stogov | 2013-12-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | Eliminated the TSRMLS_FETCH() in zend_set_memory_limit() | Kalle Sommer Nielsen | 2013-11-18 | 1 | -3/+1 | |
|/ / | ||||||
* | | Fix assembly of safe_address() for aarch64 | Ard Biesheuvel | 2013-07-04 | 1 | -1/+1 | |
| | | ||||||
* | | fix assembly of safe_address() for x86 and x86_64 | Nuno Lopes | 2013-07-03 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Gustavo Lopes | 2013-04-30 | 1 | -4/+13 | |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.4: Fix bug #64729: compilation failure on x32 Conflicts: Zend/zend_alloc.c | |||||
| * | Fix bug #64729: compilation failure on x32 | Gustavo Lopes | 2013-04-30 | 1 | -4/+14 | |
| | | ||||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Low-level ARM optimizations | Ard Biesheuvel | 2013-02-11 | 1 | -0/+45 | |
| | | | | | | | | | | - added ARM versions of zend_mm_high_bit()/zend_mm_low_bit() - improved safe_address() | |||||
* | | Improve x86 inline assembler | Ard Biesheuvel | 2013-02-11 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | - added cc annotation to inline asm that clobbers the condition flags - remove hardcoded constants (IS_LONG,IS_DOUBLE) - remove hardcoded offsets (zval->value, zval->type) | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-09-17 | 1 | -3/+3 | |
|\ \ | |/ | | | | | | | | | | | * PHP-5.4: update news Support building PHP with the native client toolchain. test should fail | |||||
| * | Support building PHP with the native client toolchain. | Stuart Langley | 2012-09-17 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | The native client compiler defines the C macro __x86_64__, but the size of an unsigned int is only 4 bytes. This causes the compile to fail because the inline asm code compiled is for an 8 byte unsigned int. Add the correct defines to fix this. As detailed in: http://code.google.com/p/nativeclient/issues/detail?id=2255 | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -4/+4 | |
| | | ||||||
| * | Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 | |
| | | ||||||
| * | Zend Signal Handling | Ilia Alshanetsky | 2011-06-22 | 1 | -14/+50 | |
| | | ||||||
| * | MFH: Fixed bug #54957 (Memleak in alloc_globals_ctor) | Dmitry Stogov | 2011-05-31 | 1 | -0/+3 | |
| | | ||||||
* | | add support for the alloc_size __attribute__ (through ↵ | Nuno Lopes | 2012-05-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | ZEND_ATTRIBUTE_ALLOC_SIZE and ZEND_ATTRIBUTE_ALLOC_SIZE2 requires GCC >= 4.3 or clang >= 3.2 to perform anything useful | |||||
* | | CS fixes. | Derick Rethans | 2012-01-29 | 1 | -6/+6 | |
| | | ||||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -4/+4 | |
| | | ||||||
* | | Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence) | Dmitry Stogov | 2011-09-13 | 1 | -1/+1 | |
| | | ||||||
* | | Missing ifdef related to the previous patch | Ilia Alshanetsky | 2011-06-02 | 1 | -1/+2 | |
| | | ||||||
* | | Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals) | Ilia Alshanetsky | 2011-06-02 | 1 | -13/+48 | |
| | | | | | | | | | | | | | | | | This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation # Patch by Lucas Nealan, Arnaud Le Blanc, Brian Shire & Ilia Alshanetsky | |||||
* | | Fixed bug #54957 (Memleak in alloc_globals_ctor) | Dmitry Stogov | 2011-05-31 | 1 | -0/+3 | |
|/ | ||||||
* | - null deref fix | Pierre Joye | 2011-02-07 | 1 | -1/+11 | |
| | ||||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | ||||||
* | Bug #51155 (Unreasonable non-emalloc allocations of memory) | Dmitry Stogov | 2010-10-04 | 1 | -19/+47 | |
| | ||||||
* | Fixed bug #52888 (Zend MM shutdown crash) | Dmitry Stogov | 2010-09-20 | 1 | -0/+4 | |
| |