summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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 source code filesPeter Kokot2018-10-145-7/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-6/+6
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+1
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-146-12/+12
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-145-7/+0
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-08-024-11/+8
| |\ \ | | |/
* | | Classify object handlers are required/optionalNikita Popov2018-10-161-1/+1
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+1
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-146-12/+12
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-145-7/+0
* | | Fix localized error messages and memory leaksAnatol Belski2018-09-175-24/+17
* | | Use zend_class_entry/zend_function type names instead of _zend_class_entry/_z...Dmitry Stogov2018-08-222-6/+6
* | | Merge branch 'PHP-7.2'Anatol Belski2018-08-024-11/+8
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-08-024-11/+8
| |\
| | * Fix callbacksAnatol Belski2018-08-024-11/+8
* | | Sync with ab8094c6Anatol Belski2018-07-261-2/+1