summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #39297 (Memory corryption because of indirect modification of overl...Dmitry Stogov2006-11-081-0/+45
* Fixed bug #33282 (Re-assignment by reference does not clear the is_ref flag)Ilia Alshanetsky2006-11-071-0/+19
* Fixed bug #39304 (Segmentation fault with list unpacking of string offset)Dmitry Stogov2006-10-301-0/+9
* Fix testHannes Magnusson2006-10-201-1/+2
* add testAntony Dovgal2006-10-041-0/+19
* Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)Dmitry Stogov2006-10-031-0/+11
* MFH: fix #39003 (__autoload() is called for type hinting)Antony Dovgal2006-10-021-0/+24
* new testsAntony Dovgal2006-09-282-0/+58
* add new testsAntony Dovgal2006-09-282-0/+58
* Fixed bug #38808 ("maybe ref" issue for current() and others)Dmitry Stogov2006-09-261-0/+17
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-09-261-0/+17
* Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)Dmitry Stogov2006-09-192-0/+31
* fix tests on MacOSAntony Dovgal2006-09-132-2/+2
* Fixed bug #38772 (inconsistent overriding of methods in different visibility ...Dmitry Stogov2006-09-121-0/+42
* fix testsAntony Dovgal2006-09-112-2/+2
* add testsAntony Dovgal2006-09-112-0/+74
* fix testAntony Dovgal2006-09-111-2/+2
* MFH: fix #38624 (Strange warning when incrementing an object property and exc...Antony Dovgal2006-08-281-0/+34
* add testAntony Dovgal2006-08-151-0/+25
* Fixed bug #38287 (static variables mess up global vars)Dmitry Stogov2006-08-071-0/+45
* Fixed bug #38234 (Exception in __clone makes memory leak)Dmitry Stogov2006-07-271-0/+18
* Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from insid...Dmitry Stogov2006-07-271-0/+50
* Fixed bug #38220 (Crash on some object operations)Dmitry Stogov2006-07-261-0/+92
* Fixed bug #38211 (variable name and cookie name match breaks script execution)Dmitry Stogov2006-07-261-0/+10
* Test for bug #38146 (Cannot use array returned from foo::__get('bar') in writ...Dmitry Stogov2006-07-241-0/+19
* Changed error message (E_ERROR -> E_NOTICE) in case of indirect modification ...Dmitry Stogov2006-07-212-3/+16
* Fixed bug #37144 (PHP crashes trying to assign into property of dead object)Dmitry Stogov2006-07-191-0/+2
* Fixed bug #36759 (Objects destructors are invoked in wrong order when script ...Dmitry Stogov2006-07-121-0/+27
* there is no Unicode in 5_2Antony Dovgal2006-07-112-33/+0
* - MFH Fixed Bug #37667 (Object is not added into array returned by __get)Marcus Boerger2006-07-101-0/+43
* - Fixed Bug #37811 define not using toString on objectsMarcus Boerger2006-07-091-0/+28
* - MFH Add new testMarcus Boerger2006-07-091-0/+26
* - MFH Fix testMarcus Boerger2006-07-091-16/+5
* add testAntony Dovgal2006-07-061-0/+12
* add new testsAntony Dovgal2006-06-2716-0/+794
* fix testAntony Dovgal2006-06-201-1/+1
* fix testsAntony Dovgal2006-06-192-3/+3
* Proper fix for bug #37707 ("clone $x" must call __clone() enven if result val...Dmitry Stogov2006-06-081-1/+6
* Fixed bug #37707 clone without assigning leaks memoryIlia Alshanetsky2006-06-071-0/+11
* fix testAntony Dovgal2006-06-061-2/+2
* MFH: do not allow to implement the same interface twiceAntony Dovgal2006-06-063-0/+45
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-057-0/+207
* add new testsAntony Dovgal2006-06-016-0/+214
* add more testsAntony Dovgal2006-05-314-0/+84
* add tests for E_STRICT that will become E_FATAL in PHP 6Antony Dovgal2006-05-318-0/+192
* - MFH Bugfix #37632 (Protected method access problem)Marcus Boerger2006-05-291-0/+135
* - MFH: Fix bug #37212 (Access to protected property of common base class)Marcus Boerger2006-05-271-0/+55
* - MFH Sync error messages and simplify error message generation codeMarcus Boerger2006-05-261-3/+2
* - MFH improve error messagesMarcus Boerger2006-05-212-2/+2
* - MFH Use correct versionMarcus Boerger2006-05-201-1/+3