summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #62474: com_event_sink crashes on certain argumentsChristoph M. Becker2020-10-261-0/+14
* Fix #64130: COM obj parameters passed by reference are not updatedChristoph M. Becker2020-08-261-0/+27
* Fix #63208: BSTR to PHP string conversion not binary safeChristoph M. Becker2020-06-291-0/+17
* Add missing 'skip' to bug79332.phpt skip messageLukas Berger2020-03-261-1/+1
* Fix #79332: php_istreams are never freedChristoph M. Becker2020-03-021-0/+18
* Fix #79299: com_print_typeinfo prints duplicate variablesChristoph M. Becker2020-02-231-0/+20
* Fix #79248: Traversing empty VT_ARRAY throws com_exceptionChristoph M. Becker2020-02-081-0/+16
* Skip test case on x86 where it otherwise fails [ci skip]Christoph M. Becker2020-02-071-1/+3
* Fix #79242: COM error constants don't match com_exception codesChristoph M. Becker2020-02-071-0/+22
* Fix #66322: COMPersistHelper::SaveToFile can save to wrong locationChristoph M. Becker2020-02-061-0/+24
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-191-0/+19
|\
| * Fix #78694: Appending to a variant array causes segfaultChristoph M. Becker2019-10-191-0/+19
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-181-0/+23
|\ \ | |/
| * Fix #77578: Crash when php unloadChristoph M. Becker2019-03-181-0/+23
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-02-151-0/+18
|\ \ | |/
| * Fix #77621: Already defined constants are not properly reportedChristoph M. Becker2019-02-151-0/+18
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-231-0/+57
|\ \ | |/
| * Fix #77177: Serializing or unserializing COM objects crashesChristoph M. Becker2018-11-231-0/+57
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+1
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-147-13/+13
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+1
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-146-12/+12
* | Remove unused Git attributes identPeter Kokot2018-07-254-4/+4
* | Merge branch 'PHP-7.2'Anatol Belski2018-04-031-1/+0
|\ \ | |/
| * Sync fix for bug #72498 for 32-bitAnatol Belski2018-04-031-1/+0
* | Add and fix SKIPIF sectionsGabriel Caruso2018-02-041-1/+1
* | Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-041-1/+0
|/
* Fixed bug #73679 DOTNET read access violation using invalid codepageAnatol Belski2016-12-111-0/+20
* Fixed bug #72498 variant_date_from_timestamp null dereferenceAnatol Belski2016-07-011-0/+16
* restricted test to English locale (fails otherwise)Christoph M. Becker2015-06-261-1/+4
* fixed broken test (syntax error in SKIPIF section)Christoph M. Becker2015-06-261-1/+1
* Add test for bug #69939Kalle Sommer Nielsen2015-06-261-0/+11
* several fixes to com_dotnet for x64Anatol Belski2014-10-282-1/+640
* exclude the 32 bit only testAnatol Belski2014-10-281-1/+3
* Fixed bug #66431 Special Character via COM Interface (CP_UTF8)Anatol Belski2014-04-292-0/+102
* Remove executable permission on phptXinchen Hui2012-10-101-0/+0
* Fix bug #61481 Test Bug - ext/com_dotnet/tests/bug49192Anatoliy Belsky2012-04-031-0/+14
* fix #49192 - crash in GC when get_properties handler returns nullStanislav Malyshev2010-04-011-0/+13
* MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash...Kalle Sommer Nielsen2009-07-011-0/+19
* - fix bug #33386 (ScriptControl only sees last function of class): com_wrapper.cRob Richards2006-12-242-0/+63
* fix heap corruption when adding/caching typelib (also fixes bug 39606)Rob Richards2006-12-091-0/+22
* Fixed bug #34272 (empty array onto COM object blows up)Rob Richards2006-02-041-0/+22
* Enable writing to SafeArray dimensions.Wez Furlong2004-05-031-1/+17
* Fix problem when assigning to a variable that holds an instance ofWez Furlong2004-05-031-94/+470
* Add testWez Furlong2004-04-221-0/+27
* Make these tests work under win32Wez Furlong2003-12-051-3/+1
* Add new COM (and .Net) extension for php5.Wez Furlong2003-08-141-0/+263