| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "- fix bug #61504, fix build errors on windows and possibly other" | Gustavo André dos Santos Lopes | 2012-03-28 | 2 | -7430/+7430 |
| | | | | | This reverts commit 74ee335e3aea8c48380334098b8d20eb54d6c6be. | ||||
| * | - fix bug #61504, fix build errors on windows and possibly other | Pierre Joye | 2012-03-28 | 2 | -7430/+7430 |
| | | |||||
| * | Revert "Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)" | Xinchen Hui | 2012-03-24 | 2 | -46/+27 |
| | | | | | This reverts commit fcae164ea63979d7814d7aa114fe8351033e7400. | ||||
| * | Revert "Merge from PHP-5.4" | Xinchen Hui | 2012-03-24 | 1 | -19/+18 |
| | | | | | This reverts commit 9a87fe1c529eabc7aeec4559d916dda5fda3cdd2. | ||||
| * | Implemented FR #60738 (Allow 'set_error_handler' to handle NULL) | Xinchen Hui | 2012-03-24 | 2 | -27/+46 |
| | | |||||
| * | Merge from PHP-5.4 | Xinchen Hui | 2012-03-24 | 1 | -18/+19 |
| | | | | | Improve set_exception_handler | ||||
| * | Replace $Revision$ with $Id$ in keyword expansion enable files | David Soria Parra | 2012-03-20 | 2 | -2/+2 |
| | | |||||
| * | reduce memory usage | Xinchen Hui | 2012-03-12 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #60569 (Nullbyte truncates Exception $message). | Ilia Alshanetsky | 2012-03-11 | 2 | -1/+1 |
| | | |||||
| * | Typo when merging from trunk | Xinchen Hui | 2012-03-11 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks ↵ | Xinchen Hui | 2012-03-11 | 2 | -1/+16 |
| | | | | | / crashes) | ||||
| * | Fixed version numbers. | Derick Rethans | 2012-03-06 | 1 | -1/+1 |
| | | |||||
| * | Add the ZEND_DONT_UNLOAD_MODULES environment variable for debugging to 5.3 as | Derick Rethans | 2012-03-06 | 2 | -1/+9 |
| | | | | | | well. | ||||
| * | Fixed module numbering | Dmitry Stogov | 2012-03-05 | 1 | -2/+1 |
| | | |||||
| * | Improve fix for #61165, the previous one cause #43450 test failed | Xinchen Hui | 2012-02-26 | 1 | -3/+2 |
| | | |||||
| * | Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid ↵ | Xinchen Hui | 2012-02-25 | 4 | -120/+136 |
| | | | | | scanner mode) | ||||
| * | more verbose skip reason in test files with not so obvious extension ↵ | Olivier DOUCET | 2012-02-25 | 7 | -7/+7 |
| | | | | | requirements | ||||
| * | merge test to 5.3, and remove xfail since the bug was fixed | Xinchen Hui | 2012-02-25 | 1 | -0/+28 |
| | | |||||
| * | Fixed bug #61165 (Segfault - strip_tags()) | Xinchen Hui | 2012-02-25 | 1 | -2/+7 |
| | | |||||
| * | Fix #61095 (Lexing 0x0*+<NUM> incorrectly) | Etienne Kneuss | 2012-02-20 | 4 | -182/+199 |
| | | |||||
| * | Fixed bug #61072 (Memory leak when restoring an exception handler) | Xinchen Hui | 2012-02-14 | 1 | -2/+1 |
| | | |||||
| * | This test needs gc enabled | Rasmus Lerdorf | 2012-02-05 | 1 | -0/+2 |
| | | |||||
| * | Re-fixed bug #60825 (Segfault when running symfony 2 tests) | Xinchen Hui | 2012-01-24 | 3 | -35/+59 |
| | | |||||
| * | - add test for bug #60771 | Pierre Joye | 2012-01-18 | 1 | -0/+9 |
| | | |||||
| * | fixed failed tests (backport from PHP_5_4/trunk). | Rui Hirokawa | 2012-01-14 | 1 | -0/+0 |
| | | |||||
| * | regen for r321655 | Nuno Lopes | 2012-01-01 | 1 | -333/+335 |
| | | |||||
| * | fix memory leak in compile_string when there's a parse error (used e.g. in ↵ | Nuno Lopes | 2012-01-01 | 1 | -0/+2 |
| | | | | | eval or assert) | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 96 | -98/+98 |
| | | |||||
| * | - Fix tests | Felipe Pena | 2011-11-19 | 3 | -3/+7 |
| | | |||||
| * | - Fixed bug #43200 (Interface implementation / inheritence not possible in ↵ | Felipe Pena | 2011-11-19 | 3 | -1/+78 |
| | | | | | abstract classes) | ||||
| * | Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator) | Dmitry Stogov | 2011-11-18 | 2 | -4/+21 |
| | | |||||
| * | - Fixed bug #60099 (__halt_compiler() works in braced namespaces) | Felipe Pena | 2011-11-16 | 2 | -0/+15 |
| | | |||||
| * | adding memory check for FreeBSD also, TODO: refactor the free memory check ↵ | Ferenc Kovacs | 2011-11-02 | 1 | -0/+19 |
| | | | | | into a function in an include file | ||||
| * | Fixed bug #60139 (Anonymous functions create cycles not detected by the GC) | Dmitry Stogov | 2011-11-02 | 2 | -0/+43 |
| | | |||||
| * | allocating more than 2GB memory is slow. | Ferenc Kovacs | 2011-11-01 | 1 | -0/+1 |
| | | |||||
| * | check the available memory on linux and skip if it is not enough | Ferenc Kovacs | 2011-10-23 | 1 | -0/+15 |
| | | |||||
| * | shave off 900M memory from this test | Ferenc Kovacs | 2011-10-22 | 1 | -4/+1 |
| | | |||||
| * | Re-committing Alan's is_a revert/fix for bug #55475 | Rasmus Lerdorf | 2011-09-23 | 3 | -8/+14 |
| | | | | | | | | | Dmitry had done so earlier, but reverted pending discussion. It is completely clear that this should never have been changed in the 5.3 branch in the first place giving the number of things that broke because of it. | ||||
| * | Fixed test bug #55713 (Christopher Jones) | Pierrick Charron | 2011-09-16 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #50982 (incorrect assumption of PAGE_SIZE size) | Dmitry Stogov | 2011-09-15 | 1 | -5/+21 |
| | | |||||
| * | Reverted the fix for #55475 (is_a() triggers autoloader) before the common ↵ | Dmitry Stogov | 2011-09-15 | 1 | -1/+1 |
| | | | | | decision | ||||
| * | Fixed bug #55475 (is_a() triggers autoloader). (alan at akbkhome dot com) | Dmitry Stogov | 2011-09-15 | 1 | -1/+1 |
| | | |||||
| * | Fixed Bug #55649 (Undefined function Bug()). (Laruence) | Dmitry Stogov | 2011-09-13 | 1 | -0/+6 |
| | | |||||
| * | Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence) | Dmitry Stogov | 2011-09-13 | 2 | -1/+34 |
| | | |||||
| * | - fix skipif | Pierre Joye | 2011-09-06 | 1 | -2/+0 |
| | | |||||
| * | - use only the test name | Pierre Joye | 2011-08-31 | 1 | -3/+3 |
| | | |||||
| * | - make it parser version independent | Pierre Joye | 2011-08-31 | 1 | -2/+2 |
| | | |||||
| * | Reapply the commit of revision 315259 on 5.3.9 | Pierrick Charron | 2011-08-23 | 1 | -0/+6 |
| | | |||||
| * | Revert commit 315259 as requested | Pierrick Charron | 2011-08-22 | 1 | -6/+0 |
| | | | | | | # Will apply the patch on this branch after 5.3.8 | ||||
| * | - Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even ↵ | Pierrick Charron | 2011-08-22 | 1 | -0/+6 |
| | | | | | | | | though the class has none) # Patch was not committed on the PHP5.3 branch | ||||
