summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix bug #63462 (Magic methods called twice for unset protected properties)Stanislav Malyshev2013-01-181-0/+74
|
* Fix Bug #63762 Sigsegv when Exception::$trace is changed by userJohannes Schlüter2012-12-131-0/+53
|
* Fixed bug #63635 (Segfault in gc_collect_cycles)Dmitry Stogov2012-11-291-0/+58
|
* Fixed bug #63468 (wrong called method as callback with inheritance)Dmitry Stogov2012-11-201-0/+30
|
* preg indenpent test script for #63055Xinchen Hui2012-10-191-0/+23
|
* Remove executable permission on incXinchen Hui2012-10-105-0/+0
|
* Remove executable permission on phptXinchen Hui2012-10-10268-0/+0
|
* Fixed bug #63111 (is_callable() lies for abstract static method)Dmitry Stogov2012-09-211-0/+36
|
* Fixed bug #61442 (exception threw in __autoload can not be catched)Xinchen Hui2012-09-191-0/+30
|
* - Fixed bug #61767 (Shutdown functions not called in certain error situation)Dmitry Stogov2012-09-064-0/+84
| | | | - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function)
* Fixed bug #62763 (register_shutdown_function and extending class)Xinchen Hui2012-08-121-0/+23
|
* Test for bug #62680Xinchen Hui2012-07-311-0/+13
|
* Skip test while zend_mm is disabledXinchen Hui2012-07-291-0/+6
|
* 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)