257 Commits (3003cd2473fe2a12ba052d6304bd5846100fd1cc)

Author SHA1 Message Date
Dmitry Stogov f7c99da2fe Fixed bug #37144 (PHP crashes trying to assign into property of dead object) 20 years ago
Dmitry Stogov 8bb047ee97 Fixed bug #36759 (Objects destructors are invoked in wrong order when script is finished). 20 years ago
Antony Dovgal 3aaf62d159 there is no Unicode in 5_2 20 years ago
Marcus Boerger 704eced26b - MFH Fixed Bug #37667 (Object is not added into array returned by __get) 20 years ago
Marcus Boerger dd5cbcd24c - Fixed Bug #37811 define not using toString on objects 20 years ago
Marcus Boerger e9be807267 - MFH Add new test 20 years ago
Marcus Boerger d5811fc08a - MFH Fix test 20 years ago
Antony Dovgal 91f9af4360 add test 20 years ago
Antony Dovgal 41ada4ba9b add new tests 20 years ago
Antony Dovgal 8df36aaf32 fix test 20 years ago
Antony Dovgal c458d1347b fix tests 20 years ago
Dmitry Stogov 2a7d16f8fd Proper fix for bug #37707 ("clone $x" must call __clone() enven if result value is not used) 20 years ago
Ilia Alshanetsky 8d4bb9ca74 Fixed bug #37707 clone without assigning leaks memory 20 years ago
Antony Dovgal e8d568ea8d fix test 20 years ago
Antony Dovgal 8204511d71 MFH: do not allow to implement the same interface twice 20 years ago
Zeev Suraski 51d495850a Restore ZE1 compatibility mode (Zend Engine part - the modules patches 20 years ago
Antony Dovgal ff59351416 add new tests 20 years ago
Antony Dovgal c188ec09eb add more tests 20 years ago
Antony Dovgal 8f78a2727b add tests for E_STRICT that will become E_FATAL in PHP 6 20 years ago
Marcus Boerger 1b172b1371 - MFH Bugfix #37632 (Protected method access problem) 20 years ago
Marcus Boerger 493f39da2d - MFH: Fix bug #37212 (Access to protected property of common base class) 20 years ago
Marcus Boerger 1d5f721fd9 - MFH Sync error messages and simplify error message generation code 20 years ago
Marcus Boerger 7577130156 - MFH improve error messages 20 years ago
Marcus Boerger cd4ab2f6fe - MFH Use correct version 20 years ago
Marcus Boerger 397c88ae74 - MFH Add new tests 20 years ago
Antony Dovgal 557b7fbec5 fix tests 20 years ago
Dmitry Stogov be4c37919b Added test 20 years ago
Derick Rethans 07d0f0cf01 - MFH: Tests for BC breaking changes. 20 years ago
Antony Dovgal bc4e9efef7 add new test 20 years ago
Antony Dovgal 37ed02b199 change it to be consistent with the others 20 years ago
Marcus Boerger 288da2242e - Fix tests 20 years ago
Antony Dovgal f7eec29f84 fix tests 20 years ago
Marcus Boerger 43217a3225 i- ZE1_compat tests are no longer necessary 20 years ago
Dmitry Stogov bdef85af21 Fixed bug #37138 (__autoload tries to load callback'ed self and parent) 20 years ago
Antony Dovgal f233299f96 make it consistent with the other ones =) 20 years ago
Dmitry Stogov 67abcb58c3 Fixed bug #36513 (comment will be outputed in last line) 20 years ago
Dmitry Stogov 851801a795 Fixed test 20 years ago
Dmitry Stogov f23d01ad4d Fixed bug #37046 (foreach breaks static scope) 20 years ago
Dmitry Stogov 9d6e4964a1 Fixed bug #36568 (memory_limit setting on win32 has no effect) 20 years ago
Marcus Boerger f128dff1ff - Fix test 20 years ago
Antony Dovgal d43d090362 fix leak in zend_strtod() on big doubles 20 years ago
Dmitry Stogov 38409e944c Fixed bug #36303 (foreach on error_zval produces segfault) 20 years ago
Dmitry Stogov b179e081ab Fixed bug #36268 (Object destructors called even after fatal errors) 20 years ago
Dmitry Stogov c447acf863 Fixed bug #36071 (Engine Crash related with 'clone') 20 years ago
Dmitry Stogov 0f4302b872 Fixed bug #36037 (heredoc adds extra line number) 20 years ago
Dmitry Stogov b8360c376b Fixed bug #36006 (Problem with $this in __destruct()) 20 years ago
Marcus Boerger 66cfc793a2 - Fix test 20 years ago
Antony Dovgal 4972b45520 fix typo in the code and related tests 20 years ago
Antony Dovgal d7c1980a21 typofix 20 years ago
Antony Dovgal 3782a4acf2 fix test description 20 years ago