Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | We don't need to preallocate a memory segment in case we don't use zend ↵ | Dmitry Stogov | 2010-09-08 | 1 | -10/+14 |
| | | | | memory manager | ||||
* | Fixed incorrect reinitialization | Dmitry Stogov | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | Reused single segment between requests. Saved one malloc/free for each request. | Dmitry Stogov | 2010-07-07 | 1 | -6/+33 |
| | |||||
* | - try again to get a crypto context when the key container did not exist ↵ | Pierre Joye | 2010-02-01 | 1 | -4/+17 |
| | | | | (which is likely to be the case, on a 1st call) | ||||
* | - Ensure that stderr output are not buffered, portability for tests | Pierre Joye | 2010-01-25 | 1 | -0/+32 |
| | |||||
* | 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 | -13/+0 |
| | |||||
* | - MFH | Andi Gutmans | 2009-08-09 | 1 | -4/+6 |
| | |||||
* | 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 |
| | |||||
* | Fixed warning | Dmitry Stogov | 2009-03-20 | 1 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | - MFH: Removed some TSRMLS_FETCH()s | Felipe Pena | 2008-08-15 | 1 | -9/+11 |
| | |||||
* | remove unneeded define | Stanislav Malyshev | 2008-08-01 | 1 | -1/+0 |
| | |||||
* | Optimized ZEND_SIGNED_MULTIPLY_LONG() (Matt) | Dmitry Stogov | 2008-07-24 | 1 | -0/+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 |
| | |||||
* | Increased Zend MM cache size | Dmitry Stogov | 2008-01-24 | 1 | -1/+1 |
| | |||||
* | oops.. | Antony Dovgal | 2008-01-15 | 1 | -1/+1 |
| | | | | | I didn't mean to commit this | ||||
* | MFH: rename macros | Antony Dovgal | 2008-01-15 | 1 | -1/+1 |
| | | | | | patch by colder | ||||
* | 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 |
| | |||||
* | Macro definitions are moved to zend.h | Dmitry Stogov | 2007-11-21 | 1 | -5/+0 |
| | |||||
* | Fixed windows build (Rob) | Dmitry Stogov | 2007-11-06 | 1 | -15/+15 |
| | |||||
* | Allow user defined malloc/realloc/free | Dmitry Stogov | 2007-11-06 | 1 | -3/+22 |
| |