summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Bug #62956: fixing private method signature validationLars Strojny2012-08-282-1/+22
* Add test for #62907Xinchen Hui2012-08-261-0/+24
* Fixed bug #62358 (Segfault when using traits a lot)Xinchen Hui2012-08-231-0/+32
* - Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing tra...Felipe Pena2012-08-221-0/+21
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-121-0/+23
|\
| * Fixed bug #62763 (register_shutdown_function and extending class)Xinchen Hui2012-08-121-0/+23
* | expect pass for 5.4Xinchen Hui2012-07-311-2/+0
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-311-0/+13
|\ \ | |/
| * Test for bug #62680Xinchen Hui2012-07-311-0/+13
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-291-0/+6
|\ \ | |/
| * Skip test while zend_mm is disabledXinchen Hui2012-07-291-0/+6
* | Fix test, committed in wrong folderXinchen Hui2012-07-261-1/+1
* | Fixed bug #62653: (unset($array[$float]) causes a crash)Xinchen Hui2012-07-261-0/+33
* | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-302-11/+11
* | fix testStanislav Malyshev2012-05-291-1/+1
* | Fixed bug #62097Gustavo André dos Santos Lopes2012-05-231-0/+17
* | Fixed bug #61998 (Using traits with method aliases appears to result in crash...Dmitry Stogov2012-05-211-0/+68
* | fix bug #61782 - __clone/__destruct do not match other methods when checking ...Stanislav Malyshev2012-05-131-0/+29
* | fix bug #54547Stanislav Malyshev2012-05-131-0/+21
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-05-121-0/+15
|\ \ | |/
| * Fixed Bug #62005 (unexpected behavior when incrementally assigning to a membe...Xinchen Hui2012-05-121-0/+15
* | Fixed test bug #61892Xinchen Hui2012-05-032-0/+39
* | Fixed bug #61761 ('Overriding' a private static method with a different signa...Xinchen Hui2012-04-181-0/+18
* | Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4Xinchen Hui2012-03-241-17/+0
|\ \ | |/
| * Revert "Implemented FR #60738 (Allow 'set_error_handler' to handle NULL)"Xinchen Hui2012-03-241-17/+0
* | Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4Xinchen Hui2012-03-241-0/+17
|\ \ | |/
| * 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
| * Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scann...Xinchen Hui2012-02-251-0/+10
| * more verbose skip reason in test files with not so obvious extension requirem...Olivier DOUCET2012-02-257-7/+7
| * 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 ab...Felipe Pena2011-11-192-0/+76
| * 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 in...Ferenc Kovacs2011-11-021-0/+19
| * 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