Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: fix test | Antony Dovgal | 2007-02-19 | 1 | -1/+1 |
* | fix typo | Antony Dovgal | 2007-02-16 | 1 | -1/+1 |
* | fix typo | Stanislav Malyshev | 2007-02-16 | 1 | -1/+1 |
* | add safe_realloc | Stanislav Malyshev | 2007-02-16 | 2 | -0/+57 |
* | Allow C++ extensions to use CG(), EG() ... (Caroline) | Dmitry Stogov | 2007-02-16 | 1 | -2/+3 |
* | Fixed zend_llist_remove_tail (Michael Wallner) | Dmitry Stogov | 2007-02-16 | 1 | -3/+5 |
* | Fixed bug #40236 (php -a function allocation eats memory) | Dmitry Stogov | 2007-02-15 | 7 | -7/+44 |
* | new/improved tests | Antony Dovgal | 2007-02-13 | 1 | -0/+36 |
* | MFH: new tests | Antony Dovgal | 2007-02-07 | 48 | -0/+763 |
* | Removed dead code | Dmitry Stogov | 2007-02-01 | 2 | -5/+5 |
* | Fixed possible crash because of dereference of NULL | Dmitry Stogov | 2007-02-01 | 1 | -8/+4 |
* | Enable canary protection in DEBUG mode only. | Dmitry Stogov | 2007-02-01 | 1 | -1/+1 |
* | fix test | Antony Dovgal | 2007-01-22 | 1 | -2/+1 |
* | MFH: catch overflow right away | Antony Dovgal | 2007-01-20 | 1 | -3/+8 |
* | Syntax highlighting fix for hex numbers. | Ilia Alshanetsky | 2007-01-18 | 1 | -9/+8 |
* | fix folding | Antony Dovgal | 2007-01-18 | 1 | -38/+41 |
* | fix test | Antony Dovgal | 2007-01-15 | 1 | -0/+2 |
* | missing comma | Antony Dovgal | 2007-01-15 | 1 | -1/+1 |
* | fix error message and #40111 | Antony Dovgal | 2007-01-15 | 1 | -2/+1 |
* | Fixed bug #39969 (ini setting short_open_tag has no effect when using --enabl... | Dmitry Stogov | 2007-01-12 | 1 | -4/+22 |
* | Fixed bug #35634 (Erroneous "Class declarations may not be nested" error rais... | Dmitry Stogov | 2007-01-11 | 2 | -1/+54 |
* | - Fixed bug #35106 (nested foreach fails when array variable has a reference). | Dmitry Stogov | 2007-01-10 | 15 | -37/+224 |
* | Fix 'b' prefix in highlighting and tokenizer. (Matt W) | Andrei Zmievski | 2007-01-09 | 1 | -21/+9 |
* | Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in rang... | Dmitry Stogov | 2007-01-09 | 1 | -9/+7 |
* | Fixed bug #40002 (Try/Catch performs poorly) | Dmitry Stogov | 2007-01-09 | 1 | -0/+31 |
* | Bump year. | Dmitry Stogov | 2007-01-09 | 1 | -2/+2 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 83 | -84/+84 |
* | Simplify & optimize code | Ilia Alshanetsky | 2006-12-30 | 1 | -4/+8 |
* | that was not intentional | Antony Dovgal | 2006-12-28 | 1 | -2/+2 |
* | MFH | Antony Dovgal | 2006-12-28 | 1 | -11/+2 |
* | Avoid strcpy() & strcat() | Ilia Alshanetsky | 2006-12-28 | 1 | -5/+8 |
* | Fixed compiler warning | Ilia Alshanetsky | 2006-12-26 | 1 | -1/+1 |
* | is_numeric_string() optimization | Ilia Alshanetsky | 2006-12-26 | 8 | -98/+207 |
* | Ensure that OnUpdateLongGEZero is greater or equal to 0. | Ilia Alshanetsky | 2006-12-25 | 2 | -0/+23 |
* | Fixed bug #39825 (foreach produces memory error) | Dmitry Stogov | 2006-12-25 | 3 | -9/+31 |
* | Fixed bug #39944 (References broken) | Dmitry Stogov | 2006-12-25 | 4 | -6/+119 |
* | Fixed possible size_t overflow | Dmitry Stogov | 2006-12-25 | 1 | -6/+17 |
* | MFH | Antony Dovgal | 2006-12-21 | 1 | -0/+5 |
* | Fix a possible memory leak | Ilia Alshanetsky | 2006-12-21 | 1 | -2/+5 |
* | Fixed possible memory leak | Ilia Alshanetsky | 2006-12-21 | 1 | -0/+2 |
* | MFH | Antony Dovgal | 2006-12-20 | 1 | -0/+5 |
* | MFH | Antony Dovgal | 2006-12-20 | 1 | -7/+6 |
* | MFH | Antony Dovgal | 2006-12-20 | 1 | -2/+6 |
* | More correct patch for b-prefixes. | Andrei Zmievski | 2006-12-20 | 1 | -3/+19 |
* | MFH: fix #39903 (Notice message when executing __halt_compiler() more than once) | Antony Dovgal | 2006-12-20 | 1 | -1/+1 |
* | use Z_* macros | Antony Dovgal | 2006-12-20 | 1 | -10/+10 |
* | Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't mak... | Dmitry Stogov | 2006-12-20 | 2 | -97/+9 |
* | - Fixed incorrect function names on FreeBSD where inet_pton() was named | Hannes Magnusson | 2006-12-20 | 1 | -0/+3 |
* | Support 'b' prefix in front of string literals for forward compatibility | Andrei Zmievski | 2006-12-19 | 1 | -3/+3 |
* | Fix tests | Hannes Magnusson | 2006-12-19 | 1 | -2/+2 |