Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed incorrect reinitialization | Dmitry Stogov | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | MFH: Take small blocks cache into account in memory_get_usage() | Arnaud Le Blanc | 2009-05-30 | 1 | -1/+5 |
| | |||||
* | - MFH: Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo) | Felipe Pena | 2009-04-01 | 1 | -0/+5 |
| | |||||
* | MFH: Fix compiler warning. munmap expects a void pointer. | David Soria Parra | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | MFH: Fix WS | David Soria Parra | 2009-01-25 | 1 | -4/+4 |
| | |||||
* | MFH: Patch by David Soria Parra <dsp@php.net>. | Sebastian Bergmann | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed ability to use "internal" heaps in extensions. | Dmitry Stogov | 2008-10-30 | 1 | -3/+13 |
| | |||||
* | Added check for small ZEMD_MM_SEG_SIZE | Dmitry Stogov | 2008-07-21 | 1 | -0/+3 |
| | |||||
* | MFH: Fixed error message typo | Matt Wilmas | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=) | Dmitry Stogov | 2008-02-14 | 1 | -1/+7 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | x86_64 assembler optimization (Brain Shire) | Dmitry Stogov | 2007-12-20 | 1 | -5/+35 |
| | |||||
* | Added ability to control memory consumption between request using ↵ | Dmitry Stogov | 2007-10-25 | 1 | -2/+16 |
| | | | | ZEND_MM_COMPACT environment variable | ||||
* | Fixed bug #41713 (Persistent memory consumption on win32 since 5.2) | Dmitry Stogov | 2007-07-25 | 1 | -0/+9 |
| | |||||
* | MFH | Antony Dovgal | 2007-05-28 | 1 | -6/+6 |
| | |||||
* | WIN64 support | Dmitry Stogov | 2007-04-16 | 1 | -4/+14 |
| | |||||
* | Fixed 64-bit support | Dmitry Stogov | 2007-04-09 | 1 | -12/+18 |
| | |||||
* | Fixed bug #40883 (mysql_query() is allocating memory incorrectly). (Tony) | Dmitry Stogov | 2007-03-23 | 1 | -0/+44 |
| | |||||
* | Improved Zend Memory Manager to guarantee reasonable time for worst cases of ↵ | Dmitry Stogov | 2007-03-20 | 1 | -329/+600 |
| | | | | best-fit free block searching algorithm. | ||||
* | MFH: fix #40800 (cannot disable memory_limit with -1) | Antony Dovgal | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | Fixed bug #40770 (Apache child exits when PHP memory limit reached) | Dmitry Stogov | 2007-03-12 | 1 | -0/+3 |
| | |||||
* | MFH: declare zend_mm_random() only when needed | Antony Dovgal | 2007-03-06 | 1 | -0/+2 |
| | |||||
* | MFH: fix heap protection on SPARC, required by GCC4 | Antony Dovgal | 2007-02-19 | 1 | -3/+3 |
| | | | | | patch by Dmitry | ||||
* | fix typo | Antony Dovgal | 2007-02-16 | 1 | -1/+1 |
| | |||||
* | add safe_realloc | Stanislav Malyshev | 2007-02-16 | 1 | -0/+52 |
| | |||||
* | Enable canary protection in DEBUG mode only. | Dmitry Stogov | 2007-02-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in ↵ | Dmitry Stogov | 2007-01-09 | 1 | -9/+7 |
| | | | | range of signed integer) | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed possible size_t overflow | Dmitry Stogov | 2006-12-25 | 1 | -6/+17 |
| | |||||
* | Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't ↵ | Dmitry Stogov | 2006-12-20 | 1 | -74/+9 |
| | | | | make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M. | ||||
* | Fixed random generation of cookies and canaries | Dmitry Stogov | 2006-12-18 | 1 | -24/+57 |
| | |||||
* | MFH: __builtin_expect() exists only in GCC 3.0 and higher | Dmitry Stogov | 2006-12-18 | 1 | -1/+1 |
| | |||||
* | - I prefer cookie to be the first element. | Andi Gutmans | 2006-12-15 | 1 | -2/+2 |
| | |||||
* | Added internal heap protection | Dmitry Stogov | 2006-12-15 | 1 | -95/+254 |
| | | | | | | | . safe unlinking . cookies . canary protection (debug build only) | ||||
* | Fixed possible failure | Dmitry Stogov | 2006-12-08 | 1 | -5/+4 |
| | |||||
* | Fixed bug #38274 (Memlimit fatal error sent to "wrong" stderr when using ↵ | Dmitry Stogov | 2006-12-04 | 1 | -4/+33 |
| | | | | fastcgi) | ||||
* | Bug #39438 (Fatal error: Out of memory) | Dmitry Stogov | 2006-12-01 | 1 | -11/+11 |
| | |||||
* | typo | Dmitry Stogov | 2006-12-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #39702 (php crashes in the allocator on linux-m68k) | Dmitry Stogov | 2006-12-01 | 1 | -0/+7 |
| | |||||
* | Fixed bug #39640 (Segfault with "Allowed memory size exhausted") | Dmitry Stogov | 2006-12-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #39652 (Wrong negative results from memeory_get_usage()) | Dmitry Stogov | 2006-12-01 | 1 | -15/+29 |
| | |||||
* | Fixed bug #39534 (Error in maths to calculate of ↵ | Dmitry Stogov | 2006-11-23 | 1 | -1/+11 |
| | | | | ZEND_MM_ALIGNED_MIN_HEADER_SIZE). (wharmby at uk dot ibm dot com) | ||||
* | Fixed incorrect heap corruptiuon detection code | Dmitry Stogov | 2006-11-13 | 1 | -8/+9 |
| | |||||
* | Zend Memory Manager Improvements | Dmitry Stogov | 2006-11-10 | 1 | -20/+26 |
| | | | | | | . use HeapAlloc() instead of VirtualAlloc() . use "win32" storage manager (instead of "malloc") on Windows by default | ||||
* | Make zend_memory_peak_usage() to be avalable even without --enable-memory-limit | Dmitry Stogov | 2006-10-12 | 1 | -2/+4 |
| | |||||
* | Added safety checks against integer overflow. | Ilia Alshanetsky | 2006-09-30 | 1 | -3/+2 |
| | |||||
* | Added is_zend_mm() to allow runtime check for zend memory manager | Dmitry Stogov | 2006-09-14 | 1 | -0/+9 |
| | |||||
* | Show name of storage layer in case of initialization fault. | Dmitry Stogov | 2006-08-31 | 1 | -1/+1 |
| |