summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_com.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
* Promote warnings to Error in COM extensionGeorge Peter Banyard2020-09-211-11/+13
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-2/+2
* Add more precise type info for stubsMáté Kocsis2020-09-011-31/+30
* 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-271-5/+15
|\
| * Catch potential exceptions during to string conversionChristoph M. Becker2020-08-271-5/+15
* | 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-261-1/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-261-1/+3
| |\ \ | | |/
| | * Fix #64130: COM obj parameters passed by reference are not updatedChristoph M. Becker2020-08-261-1/+3
* | | 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
* | | Remove practically unused parameterChristoph M. Becker2020-08-111-5/+2
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-111-4/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-111-4/+2
| |\ \ | | |/
| | * Fix #48585: com_load_typelib holds reference, fails on second callChristoph M. Becker2020-08-111-4/+2
* | | Add a few missing parameter types in stubsMáté Kocsis2020-07-301-3/+8
* | | 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-061-12/+6
* | | Clean up constructor handling in com_dotnetChristoph M. Becker2020-04-061-4/+4
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-4/+4
* | | Use RETURN_THROWS() during ZPP in bz2, calendar, com_dotnet extensionsMáté Kocsis2019-12-311-6/+6
* | | Make zend_type a 2-field structNikita Popov2019-11-081-3/+3
* | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-1/+1
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Don't explicitly set return value on ZPP failureChristoph M. Becker2019-08-121-2/+2
* | | Don't throw manual exceptions on ZPP failureChristoph M. Becker2019-08-111-4/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-07-081-1/+1
|\ \ \ | |/ /
| * | Fix TsHashTable related race conditionsChristoph M. Becker2019-07-081-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-06-291-1/+1
|\ \ \ | |/ /
| * | Fix memory leak in COM ctorChristoph M. Becker2019-06-291-1/+1
* | | Remove ability to import case-insensitive constants from typelibsChristoph M. Becker2019-02-191-1/+2
|/ /
* | Deprecate case-insensitive constants via typelib importChristoph M. Becker2019-02-151-0/+4
* | Remove local variablesPeter Kokot2019-02-031-11/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Fix localized error messages and memory leaksAnatol Belski2018-09-171-9/+7
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Replaced separation with destructorDmitry Stogov2018-01-171-1/+2
* year++Xinchen Hui2018-01-021-1/+1
* Cleanup type conversionDmitry Stogov2017-12-071-2/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-121-1/+1
|\
| * better way to get ACPAnatol Belski2016-12-121-1/+1