summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-22/+22
* Revert "stash" (pushed by accident)Xinchen Hui2014-07-181-2007/+2008
* stashXinchen Hui2014-07-161-2008/+2007
* Simplify call-frame handlingDmitry Stogov2014-07-071-1/+1
* Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e...Dmitry Stogov2014-07-031-1/+1
* Removed EG(active_op_array) and use corresponding value from EG(current_execu...Dmitry Stogov2014-07-021-3/+13
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-2/+3
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.6'Dmitry Stogov2013-12-261-1/+1
|\ \ | |/
| * Fixed ZEND_MM_MEM_TYPE=mmap_zeroDmitry Stogov2013-12-261-1/+1
* | Eliminated the TSRMLS_FETCH() in zend_set_memory_limit()Kalle Sommer Nielsen2013-11-181-3/+1
|/
* Fix assembly of safe_address() for aarch64Ard Biesheuvel2013-07-041-1/+1
* fix assembly of safe_address() for x86 and x86_64Nuno Lopes2013-07-031-2/+2
* Merge branch 'PHP-5.4' into PHP-5.5Gustavo Lopes2013-04-301-4/+13
|\
| * Fix bug #64729: compilation failure on x32Gustavo Lopes2013-04-301-4/+14
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Low-level ARM optimizationsArd Biesheuvel2013-02-111-0/+45
* | Improve x86 inline assemblerArd Biesheuvel2013-02-111-5/+5
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4'Stanislav Malyshev2012-09-171-3/+3
|\ \ | |/
| * Support building PHP with the native client toolchain.Stuart Langley2012-09-171-3/+3
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-4/+4
| * Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)Dmitry Stogov2011-09-131-1/+1
| * Zend Signal HandlingIlia Alshanetsky2011-06-221-14/+50
| * MFH: Fixed bug #54957 (Memleak in alloc_globals_ctor)Dmitry Stogov2011-05-311-0/+3
* | add support for the alloc_size __attribute__ (through ZEND_ATTRIBUTE_ALLOC_SI...Nuno Lopes2012-05-231-2/+2
* | CS fixes.Derick Rethans2012-01-291-6/+6
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-4/+4
* | Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)Dmitry Stogov2011-09-131-1/+1
* | Missing ifdef related to the previous patchIlia Alshanetsky2011-06-021-1/+2
* | Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-13/+48
* | Fixed bug #54957 (Memleak in alloc_globals_ctor)Dmitry Stogov2011-05-311-0/+3
|/
* - null deref fixPierre Joye2011-02-071-1/+11
* - Year++Felipe Pena2011-01-011-1/+1
* Bug #51155 (Unreasonable non-emalloc allocations of memory)Dmitry Stogov2010-10-041-19/+47
* Fixed bug #52888 (Zend MM shutdown crash)Dmitry Stogov2010-09-201-0/+4
* We don't need to preallocate a memory segment in case we don't use zend memor...Dmitry Stogov2010-09-081-10/+14
* Fixed incorrect reinitializationDmitry Stogov2010-07-141-1/+1
* Reused single segment between requests. Saved one malloc/free for each request.Dmitry Stogov2010-07-071-6/+33
* - try again to get a crypto context when the key container did not exist (whi...Pierre Joye2010-02-011-4/+17
* - Ensure that stderr output are not buffered, portability for testsPierre Joye2010-01-251-0/+32
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30)Dmitry Stogov2009-09-031-13/+0
* - MFHAndi Gutmans2009-08-091-4/+6
* MFH: Take small blocks cache into account in memory_get_usage()Arnaud Le Blanc2009-05-301-1/+5
* - MFH: Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo)Felipe Pena2009-04-011-0/+5
* Fixed warningDmitry Stogov2009-03-201-0/+4