Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | - MF52: calloc must actually clear the requested size (Andrei) | Pierre Joye | 2009-06-28 | 1 | -1/+1 | |
| | ||||||
* | Fix WS | David Soria Parra | 2009-01-25 | 1 | -15/+15 | |
| | ||||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH: Fix compile error | Arnaud Le Blanc | 2008-10-27 | 1 | -2/+2 | |
| | ||||||
* | - MFH: Removed some TSRMLS_FETCH()s | Felipe Pena | 2008-08-15 | 1 | -1/+1 | |
| | ||||||
* | MFH: Add pestrndup() | Matt Wilmas | 2008-06-13 | 1 | -0/+1 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | Fixed windows build (Rob) | Dmitry Stogov | 2007-11-06 | 1 | -3/+3 | |
| | ||||||
* | Allow user defined malloc/realloc/free | Dmitry Stogov | 2007-11-06 | 1 | -0/+5 | |
| | ||||||
* | Added "compact" handler for Zend MM storage. | Dmitry Stogov | 2007-09-29 | 1 | -0/+1 | |
| | ||||||
* | Improved Zend Memory Manager to guarantee reasonable time for worst cases of ↵ | Dmitry Stogov | 2007-03-20 | 1 | -1/+2 | |
| | | | | best-fit free block searching algorithm. | |||||
* | MFH: fix #40800 (cannot disable memory_limit with -1) | Antony Dovgal | 2007-03-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed calloc wrapper | Ilia Alshanetsky | 2007-03-07 | 1 | -2/+2 | |
| | ||||||
* | Add checks around raw allocation code | Ilia Alshanetsky | 2007-03-07 | 1 | -8/+36 | |
| | ||||||
* | fix typo | Stanislav Malyshev | 2007-02-16 | 1 | -1/+1 | |
| | ||||||
* | add safe_realloc | Stanislav Malyshev | 2007-02-16 | 1 | -0/+5 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | Make zend_memory_peak_usage() to be avalable even without --enable-memory-limit | Dmitry Stogov | 2006-10-12 | 1 | -2/+0 | |
| | ||||||
* | Allow future extensibility without binary compatibility break | Dmitry Stogov | 2006-10-05 | 1 | -0/+1 | |
| | ||||||
* | Added is_zend_mm() to allow runtime check for zend memory manager | Dmitry Stogov | 2006-09-14 | 1 | -0/+1 | |
| | ||||||
* | Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean ↵ | Dmitry Stogov | 2006-07-25 | 1 | -2/+2 | |
| | | | | argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system. | |||||
* | New memory manager | Dmitry Stogov | 2006-07-18 | 1 | -104/+113 | |
| | ||||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 | |
| | ||||||
* | fix compile warning with Apache2 and Zend VM disabled | Antony Dovgal | 2005-12-16 | 1 | -0/+1 | |
| | | | | | (someone forgot to do MFH) | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | - Added the --disable-zend-memory-manager switch to disable the Zend memory | Derick Rethans | 2005-06-07 | 1 | -2/+0 | |
| | | | | | | manager. #- I discussed this with Dmitry today - we found it useful. | |||||
* | - Nuke the code duplication | foobar | 2005-04-07 | 1 | -10/+5 | |
| | ||||||
* | Fix build when USE_ZEND_ALLOC is 0 | foobar | 2005-04-07 | 1 | -2/+2 | |
| | ||||||
* | Fix strdup() bug when USE_ZEND_ALLOC is disabled | Zeev Suraski | 2005-04-07 | 1 | -3/+5 | |
| | ||||||
* | - Added missing defines. | Derick Rethans | 2004-08-11 | 1 | -0/+8 | |
| | | | | | #- I did say the patch was for 4.3 ;-) | |||||
* | - Commit Derick's patch for allowing Zend to use regular libc memory | Andi Gutmans | 2004-08-07 | 1 | -0/+43 | |
| | | | | | | | - allocation functions. Mainly useful in conjunction with tools such as - valgrind which enables us to find bugs we might not find with the - current memory managers boundary protection. | |||||
* | - Improve performance by inlining zend_ptr_stack_n_push(). var_args can | Andi Gutmans | 2004-07-30 | 1 | -1/+0 | |
| | | | | | usually not be inlined by compilers. | |||||
* | - Add safe_pemalloc() | Moriyoshi Koizumi | 2004-07-20 | 1 | -0/+2 | |
| |