summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Bug #62005 (unexpected behavior when incrementally assigning to a ↵Xinchen Hui2012-05-121-0/+15
| | | | member of a null object)
* Revert "Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)"Xinchen Hui2012-03-241-17/+0
| | | | This reverts commit fcae164ea63979d7814d7aa114fe8351033e7400.
* Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)Xinchen Hui2012-03-241-0/+17
|
* reduce memory usageXinchen Hui2012-03-121-1/+1
|
* Fixed bug #60569 (Nullbyte truncates Exception $message).Ilia Alshanetsky2012-03-111-0/+0
|
* Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks ↵Xinchen Hui2012-03-111-0/+15
| | | | / crashes)
* Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid ↵Xinchen Hui2012-02-251-0/+10
| | | | scanner mode)
* more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-257-7/+7
| | | | requirements
* merge test to 5.3, and remove xfail since the bug was fixedXinchen Hui2012-02-251-0/+28
|
* Fix #61095 (Lexing 0x0*+<NUM> incorrectly)Etienne Kneuss2012-02-201-0/+9
|
* This test needs gc enabledRasmus Lerdorf2012-02-051-0/+2
|
* Re-fixed bug #60825 (Segfault when running symfony 2 tests)Xinchen Hui2012-01-241-0/+19
|
* - add test for bug #60771Pierre Joye2012-01-181-0/+9
|
* fixed failed tests (backport from PHP_5_4/trunk).Rui Hirokawa2012-01-141-0/+0
|
* - Fix testsFelipe Pena2011-11-193-3/+7
|
* - Fixed bug #43200 (Interface implementation / inheritence not possible in ↵Felipe Pena2011-11-192-0/+76
| | | | abstract classes)
* Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator)Dmitry Stogov2011-11-181-0/+16
|
* - Fixed bug #60099 (__halt_compiler() works in braced namespaces)Felipe Pena2011-11-161-0/+10
|
* adding memory check for FreeBSD also, TODO: refactor the free memory check ↵Ferenc Kovacs2011-11-021-0/+19
| | | | into a function in an include file
* Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)Dmitry Stogov2011-11-021-0/+30
|
* 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
|
* Fixed test bug #55713 (Christopher Jones)Pierrick Charron2011-09-161-1/+1
|
* Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence)Dmitry Stogov2011-09-131-0/+33
|
* - 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
|
* Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)Dmitry Stogov2011-08-021-0/+31
|
* Fixed bug #50816 (Using class constants in array definition fails).Dmitry Stogov2011-08-012-1/+49
|
* Fixed bug #54305 (Crash in gc_remove_zval_from_buffer)Dmitry Stogov2011-07-111-0/+22
|
* - Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even ↵Felipe Pena2011-07-071-0/+30
| | | | though the class has none)
* Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)Dmitry Stogov2011-07-042-1/+23
|
* Fixed typoPatrick Allaert2011-06-201-1/+1
|
* - Fixed bug #54624 (class_alias and type hint)Felipe Pena2011-06-121-0/+26
|
* - Fix test againFelipe Pena2011-06-121-1/+1
|
* - Restore test (the change related to this test weren't committed to this ↵Felipe Pena2011-06-121-2/+1
| | | | branch)
* - Fixed bug #55007 (compiler fail after previous fail)Felipe Pena2011-06-071-0/+23
|
* Fix testsHannes Magnusson2011-06-031-1/+1
| | | | | #Note to self; do not rename tests just before committing
* Add tests for broken function argumentsHannes Magnusson2011-06-032-0/+18
|
* Fixed bug #54910 (Crash when calling call_user_func with unknown function name)Dmitry Stogov2011-05-311-0/+28
|
* Fixed testPhilip Olson2011-05-241-2/+3
|
* - Fixed bug #54804 (__halt_compiler and imported namespaces) (Pierrick)Felipe Pena2011-05-192-0/+14
|
* Fixed bug #54585 (track_errors causes segfault)Dmitry Stogov2011-04-251-0/+15
|
* Fixed bug #54367 (Use of closure causes problem in ArrayAccess).Dmitry Stogov2011-04-201-0/+24
|
* Fixed bug #54268 (Double free when destroy_zend_class fails)Dmitry Stogov2011-04-151-0/+35
|
* - Fixed bug #54358 (Closure, use and reference)Dmitry Stogov2011-04-082-0/+97
| | | | | - Fixed bug #54039 (use() of static variables in lambda functions can break staticness)
* Missed testsDmitry Stogov2011-04-071-0/+23
|
* - Fixed bug #54265 (crash when variable gets reassigned in error handler)Johannes Schlüter2011-03-171-0/+17
| | | | | (re-apply 309308, dmitry)
* - Revert r309308 temporarily to get 5.3.6 outJohannes Schlüter2011-03-171-17/+0
|