summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #69403 and other int overflowsStanislav Malyshev2015-05-101-11/+11
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* fix assembly of safe_address() for x86 and x86_64Nuno Lopes2013-07-031-2/+2
|
* Fix bug #64729: compilation failure on x32Gustavo Lopes2013-04-301-4/+14
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Support building PHP with the native client toolchain.Stuart Langley2012-09-171-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 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
|
* - 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 ↵Dmitry Stogov2010-09-081-10/+14
| | | | memory manager
* 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 ↵Pierre Joye2010-02-011-4/+17
| | | | (which is likely to be the case, on a 1st call)
* - 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
|
* MFH: Fix compiler warning. munmap expects a void pointer.David Soria Parra2009-01-251-1/+1
|
* MFH: Fix WSDavid Soria Parra2009-01-251-4/+4
|
* MFH: Patch by David Soria Parra <dsp@php.net>.Sebastian Bergmann2009-01-251-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fixed ability to use "internal" heaps in extensions.Dmitry Stogov2008-10-301-3/+13
|
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-9/+11
|
* remove unneeded defineStanislav Malyshev2008-08-011-1/+0
|
* Optimized ZEND_SIGNED_MULTIPLY_LONG() (Matt)Dmitry Stogov2008-07-241-0/+13
|
* Added check for small ZEMD_MM_SEG_SIZEDmitry Stogov2008-07-211-0/+3
|
* MFH: Fixed error message typoMatt Wilmas2008-05-111-1/+1
|
* Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=)Dmitry Stogov2008-02-141-1/+7
|
* Increased Zend MM cache sizeDmitry Stogov2008-01-241-1/+1
|
* oops..Antony Dovgal2008-01-151-1/+1
| | | | | I didn't mean to commit this
* MFH: rename macrosAntony Dovgal2008-01-151-1/+1
| | | | | patch by colder
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* x86_64 assembler optimization (Brain Shire)Dmitry Stogov2007-12-201-5/+35
|
* Macro definitions are moved to zend.hDmitry Stogov2007-11-211-5/+0
|
* Fixed windows build (Rob)Dmitry Stogov2007-11-061-15/+15
|
* Allow user defined malloc/realloc/freeDmitry Stogov2007-11-061-3/+22
|
* Added ability to control memory consumption between request using ↵Dmitry Stogov2007-10-251-2/+17
| | | | ZEND_MM_COMPACT environment variable
* Added "compact" handler for Zend MM storage.Dmitry Stogov2007-09-291-13/+15
|
* Fixed bug #41713 (Persistent memory consumption on win32 since 5.2)Dmitry Stogov2007-07-251-0/+9
|
* MFHAntony Dovgal2007-05-281-6/+6
|
* WIN64 supportDmitry Stogov2007-04-161-4/+14
|