summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
* Move test to its folderGabriel Caruso2020-04-161-0/+0
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-261-1/+1
|\
| * Add missing 'skip' to bug79332.phpt skip messageLukas Berger2020-03-261-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-021-1/+1
|\ \ | |/
| * Fix #79333: com_print_typeinfo() leaks memoryChristoph M. Becker2020-03-021-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-022-10/+19
|\ \ | |/
| * Fix #79332: php_istreams are never freedChristoph M. Becker2020-03-022-10/+19
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-232-1/+21
|\ \ | |/
| * Fix #79299: com_print_typeinfo prints duplicate variablesChristoph M. Becker2020-02-232-1/+21
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-082-1/+17
|\ \ | |/
| * Fix #79248: Traversing empty VT_ARRAY throws com_exceptionChristoph M. Becker2020-02-082-1/+17
* | Fix #79247: Garbage collecting variant objects segfaultsChristoph M. Becker2020-02-082-1/+21
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-071-1/+3
|\ \ | |/
| * Skip test case on x86 where it otherwise fails [ci skip]Christoph M. Becker2020-02-071-1/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-072-1/+27
|\ \ | |/
| * Fix #79242: COM error constants don't match com_exception codesChristoph M. Becker2020-02-072-1/+27
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-062-1/+25
|\ \ | |/
| * Fix #66322: COMPersistHelper::SaveToFile can save to wrong locationChristoph M. Becker2020-02-062-1/+25
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-192-0/+24
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-192-0/+24
| |\
| | * Fix #78694: Appending to a variant array causes segfaultChristoph M. Becker2019-10-192-0/+24
* | | Fix #78650: new COM CrashChristoph M. Becker2019-10-092-1/+33
* | | Report errors from stream read and write operationsNikita Popov2019-07-221-3/+3
* | | Fix TsHashTable related race conditionsChristoph M. Becker2019-07-084-16/+66
* | | Fix memory leak in COM ctorChristoph M. Becker2019-06-291-1/+1
* | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-1/+2
* | | Fix saproxy_property_write signatureNikita Popov2019-04-151-1/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-182-2/+25
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-182-2/+25
| |\ \ | | |/
| | * Fix #77578: Crash when php unloadChristoph M. Becker2019-03-182-2/+25
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-4/+4
* | | zend_weakrefsJoe Watkins2019-03-122-0/+4
* | | Remove function_table var from the callerc9s2019-03-111-1/+1
* | | Remove legacy AC_CHECK_TYPE calls for uint and ulongPeter Kokot2019-03-062-6/+6
* | | Avoid potentially superfluous string reallocationChristoph M. Becker2019-02-221-11/+5
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-02-151-2/+2
|\ \ \ | |/ /
| * | Fix #77626: Persistence confusion in php_com_import_typelib()Christoph M. Becker2019-02-151-2/+2
* | | Deprecate marking typelibs to load constants case-insensitivelyChristoph M. Becker2019-02-151-0/+1
* | | Deprecate case-insensitive constants via typelib importChristoph M. Becker2019-02-152-1/+13
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-02-152-3/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-02-152-3/+21
| |\ \ | | |/
| | * Fix #77621: Already defined constants are not properly reportedChristoph M. Becker2019-02-152-3/+21
* | | Remove local variablesPeter Kokot2019-02-0310-44/+6
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-3014-14/+14
* | | Implement typed propertiesNikita Popov2019-01-112-2/+3
* | | Merge branch 'PHP-7.3'Christoph M. Becker2018-11-263-7/+1
|\ \ \ | |/ /
| * | Use zend_empty_arrayChristoph M. Becker2018-11-263-7/+1
* | | Merge branch 'PHP-7.3'Christoph M. Becker2018-11-234-1/+71
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-234-1/+71
| |\ \ | | |/
| | * Fix #77177: Serializing or unserializing COM objects crashesChristoph M. Becker2018-11-234-1/+71