summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Fix testsFelipe Pena2011-11-193-3/+7
* - Fixed bug #43200 (Interface implementation / inheritence not possible in ab...Felipe Pena2011-11-193-1/+78
* Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)Dmitry Stogov2011-11-182-4/+21
* - Fixed bug #60099 (__halt_compiler() works in braced namespaces)Felipe Pena2011-11-162-0/+15
* adding memory check for FreeBSD also, TODO: refactor the free memory check in...Ferenc Kovacs2011-11-021-0/+19
* Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)Dmitry Stogov2011-11-022-0/+43
* allocating more than 2GB memory is slow.Ferenc Kovacs2011-11-011-0/+1
* check the available memory on linux and skip if it is not enoughFerenc Kovacs2011-10-231-0/+15
* shave off 900M memory from this testFerenc Kovacs2011-10-221-4/+1
* Re-committing Alan's is_a revert/fix for bug #55475Rasmus Lerdorf2011-09-233-8/+14
* Fixed test bug #55713 (Christopher Jones)Pierrick Charron2011-09-161-1/+1
* Fixed bug #50982 (incorrect assumption of PAGE_SIZE size)Dmitry Stogov2011-09-151-5/+21
* Reverted the fix for #55475 (is_a() triggers autoloader) before the common de...Dmitry Stogov2011-09-151-1/+1
* Fixed bug #55475 (is_a() triggers autoloader). (alan at akbkhome dot com)Dmitry Stogov2011-09-151-1/+1
* Fixed Bug #55649 (Undefined function Bug()). (Laruence)Dmitry Stogov2011-09-131-0/+6
* Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)Dmitry Stogov2011-09-132-1/+34
* - fix skipifPierre Joye2011-09-061-2/+0
* - use only the test namePierre Joye2011-08-311-3/+3
* - make it parser version independentPierre Joye2011-08-311-2/+2
* Reapply the commit of revision 315259 on 5.3.9Pierrick Charron2011-08-231-0/+6
* Revert commit 315259 as requestedPierrick Charron2011-08-221-6/+0
* - Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even tho...Pierrick Charron2011-08-221-0/+6
* Fix typoEtienne Kneuss2011-08-081-1/+1
* Fix typoPierrick Charron2011-08-081-1/+1
* Use snprintf to make the static analyzers happyPierrick Charron2011-08-081-1/+1
* Use snprintf and strncat to make the static analyzers happyPierrick Charron2011-08-081-3/+3
* function_name cannot be falsePierrick Charron2011-08-071-1/+1
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-0/+2
* - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-2/+2
* Another potential missing va_end() found by CoverityRasmus Lerdorf2011-08-051-0/+1
* Fix missing va_end() found by CoverityRasmus Lerdorf2011-08-051-0/+1
* Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)Dmitry Stogov2011-08-022-0/+72
* Fixed bug #50816 (Using class constants in array definition fails).Dmitry Stogov2011-08-013-75/+147
* - Use ZEND_FE_END macro hereFelipe Pena2011-07-251-1/+1
* - Added new macro to be used in the end of zend_function_entry declaration (G...Felipe Pena2011-07-251-0/+2
* remove warning for is_a() BCStanislav Malyshev2011-07-121-1/+0
* Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)Dmitry Stogov2011-07-113-20/+72
* - Year++Felipe Pena2011-07-103-4/+4
* - Missing to commit this change here... (thanks nikic)Felipe Pena2011-07-081-0/+6
* - Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even tho...Felipe Pena2011-07-071-0/+30
* Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)Dmitry Stogov2011-07-043-26/+29
* Fixed typoPatrick Allaert2011-06-201-1/+1
* - Fix build on WindowsFelipe Pena2011-06-131-6/+7
* - Fixed bug #54624 (class_alias and type hint)Felipe Pena2011-06-122-4/+42
* - Fix test againFelipe Pena2011-06-121-1/+1
* - Added Bison 2.5 to bison_version_listFelipe Pena2011-06-121-1/+1
* - Restore test (the change related to this test weren't committed to this bra...Felipe Pena2011-06-121-2/+1
* - Avoid zend_do_ticks() call for each statement in parsingFelipe Pena2011-06-123-10/+9
* - Fixed bug #55007 (compiler fail after previous fail)Felipe Pena2011-06-072-0/+24
* - Restore fix for #39863 (do not accept paths with NULL in them)Felipe Pena2011-06-062-218/+258