summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
* Migrate skip checks to --EXTENSIONS--, p1Max Semenik2021-03-2228-83/+56
* Use zend_string_equals() API instead of strcmp() in COM extensionGeorge Peter Banyard2021-03-171-3/+3
* Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-226-29/+90
* Merge branch 'PHP-8.0'Christoph M. Becker2021-01-242-1/+10
|\
| * Add missing stub for com_exceptionChristoph M. Becker2021-01-242-1/+10
* | Replace zend_bool uses with boolNikita Popov2021-01-154-10/+10
|/
* Fix COMPersistHelper::__construct() stubChristoph M. Becker2020-11-242-4/+4
* Strip trailing line breaks and periods from Windows error messagesChristoph M. Becker2020-11-122-186/+186
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-10-262-20/+38
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-262-20/+38
| |\
| | * Fix #62474: com_event_sink crashes on certain argumentsChristoph M. Becker2020-10-262-20/+38
* | | Update ext/com_dotnet parameter namesChristoph M. Becker2020-10-084-32/+31
* | | Promote warnings to Error in COM extensionGeorge Peter Banyard2020-09-2110-29/+40
* | | Run tidyNikita Popov2020-09-183-5/+5
* | | Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-2/+2
* | | Add more precise type info for stubsMáté Kocsis2020-09-013-38/+35
* | | Prevent com::__construct() to modify the $server_name arrayChristoph M. Becker2020-08-311-36/+23
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-272-7/+23
|\ \ \ | |/ /
| * | Catch potential exceptions during to string conversionChristoph M. Becker2020-08-273-11/+34
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-261-2/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-261-2/+4
| |\ \ | | |/
| | * Fix com_safearray_proxy related memory management issuesChristoph M. Becker2020-08-261-2/+4
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-261-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-261-1/+1
| |\ \ | | |/
| | * Separate COM::__construct()s $server_name arrayChristoph M. Becker2020-08-261-1/+1
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-262-1/+30
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-262-1/+30
| |\ \ | | |/
| | * Fix #64130: COM obj parameters passed by reference are not updatedChristoph M. Becker2020-08-262-1/+30
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-251-1/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-251-1/+0
| |\ \ | | |/
| | * Avoid double-freeChristoph M. Becker2020-08-251-1/+0
* | | Fix #55847: DOTNET .NET 4.0 GAC new locationChristoph M. Becker2020-08-222-4/+41
* | | Autogenerate function entries for COMPersistHelperChristoph M. Becker2020-08-113-18/+27
* | | Remove practically unused parameterChristoph M. Becker2020-08-114-13/+5
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-112-7/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-112-7/+3
| |\ \ | | |/
| | * Fix #48585: com_load_typelib holds reference, fails on second callChristoph M. Becker2020-08-112-7/+3
* | | Add another round of missing parameter types to stubsMáté Kocsis2020-08-072-1/+2
* | | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-1/+1
* | | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-1/+1
* | | Add a few missing parameter types in stubsMáté Kocsis2020-07-304-40/+46
* | | Cleanup argument handling of Zend functions and methodsMáté Kocsis2020-07-211-2/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-201-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-201-1/+1
| |\ \ | | |/
| | * Fix #63527: DCOM does not work with Username, Password parameterChristoph M. Becker2020-07-201-1/+1
* | | Remove proto comments from C filesMax Semenik2020-07-064-96/+48
* | | Add get_gc handle for object iteratorsNikita Popov2020-07-012-2/+4
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-294-14/+77
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-294-14/+77
| |\ \ | | |/
| | * Fix #63208: BSTR to PHP string conversion not binary safeChristoph M. Becker2020-06-294-14/+77