summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
...
* | | Clean DONE tags from testsFabien Villepinte2019-11-076-12/+0
* | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-192-0/+24
|\ \ \ | |/ /
| * | 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
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-092-1/+33
|\ \ \ \ | |/ / /
| * | | Fix #78650: new COM CrashChristoph M. Becker2019-10-092-1/+33
* | | | Fix com_dotnet buildChristoph M. Becker2019-10-071-1/+1
* | | | Comparison cleanup:Dmitry Stogov2019-10-072-2/+12
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-2514-28/+0
* | | | Don't set nullability flag for parameters without typeNikita Popov2019-09-231-1/+1
* | | | Change representation of zend_type from type code to MAY_BE_* maskNikita Popov2019-09-231-1/+1
* | | | 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-114-11/+1
* | | | Add com_dotnet function stubsChristoph M. Becker2019-08-113-108/+191
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-3/+3
|\ \ \ \ | |/ / /
| * | | Report errors from stream read and write operationsNikita Popov2019-07-221-3/+3
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-07-084-16/+66
|\ \ \ \ | |/ / /
| * | | Fix TsHashTable related race conditionsChristoph M. Becker2019-07-084-16/+66
* | | | 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 get() object handlerNikita Popov2019-05-292-18/+0
* | | | Remove set() object handlerNikita Popov2019-05-292-11/+0
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-281-1/+2
|\ \ \ \ | |/ / /
| * | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-1/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-151-1/+2
|\ \ \ \ | |/ / /
| * | | Fix saproxy_property_write signatureNikita Popov2019-04-151-1/+2
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-03-182-2/+25
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-152-4/+4
|\ \ \ \ | |/ / /
| * | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-4/+4
* | | | Merge branch 'PHP-7.4'Joe Watkins2019-03-122-0/+5
|\ \ \ \ | |/ / /
| * | | zend_weakrefsJoe Watkins2019-03-122-0/+4
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-111-1/+1
|\ \ \ \ | |/ / /
| * | | Remove function_table var from the callerc9s2019-03-111-1/+1
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-062-6/+6
|\ \ \ \ | |/ / /
| * | | Remove legacy AC_CHECK_TYPE calls for uint and ulongPeter Kokot2019-03-062-6/+6
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-02-221-11/+5
|\ \ \ \ | |/ / /
| * | | Avoid potentially superfluous string reallocationChristoph M. Becker2019-02-221-11/+5
* | | | Remove ability to import case-insensitive constants from typelibsChristoph M. Becker2019-02-192-4/+5
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-02-151-2/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-02-151-0/+1
|\ \ \ \ | |/ / /
| * | | Deprecate marking typelibs to load constants case-insensitivelyChristoph M. Becker2019-02-151-0/+1
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-02-152-1/+13
|\ \ \ \ | |/ / /
| * | | Deprecate case-insensitive constants via typelib importChristoph M. Becker2019-02-152-1/+13