summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
* Fix #79333: com_print_typeinfo() leaks memoryChristoph M. Becker2020-03-021-1/+1
* Fix #79332: php_istreams are never freedChristoph M. Becker2020-03-022-10/+19
* Fix #79299: com_print_typeinfo prints duplicate variablesChristoph M. Becker2020-02-232-1/+21
* Fix #79248: Traversing empty VT_ARRAY throws com_exceptionChristoph M. Becker2020-02-082-1/+17
* Skip test case on x86 where it otherwise fails [ci skip]Christoph M. Becker2020-02-071-1/+3
* Fix #79242: COM error constants don't match com_exception codesChristoph M. Becker2020-02-072-1/+27
* Fix #66322: COMPersistHelper::SaveToFile can save to wrong locationChristoph M. Becker2020-02-062-1/+25
* 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.2' into PHP-7.3Christoph M. Becker2019-03-182-2/+25
|\ \ | |/
| * Fix #77578: Crash when php unloadChristoph M. Becker2019-03-182-2/+25
* | Fix #77626: Persistence confusion in php_com_import_typelib()Christoph M. Becker2019-02-151-2/+2
* | 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
* | Use zend_empty_arrayChristoph M. Becker2018-11-263-7/+1
* | 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
|\ \ | |/
| * 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
* | | Remove unused Git attributes identPeter Kokot2018-07-2519-33/+4
* | | Remove some dead codeKalle Sommer Nielsen2018-07-231-7/+1
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* | | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-2/+2
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-283-6/+6
* | | Merge branch 'PHP-7.2'Anatol Belski2018-04-032-3/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-04-032-3/+2
| |\ \ | | |/
| | * Sync fix for bug #72498 for 32-bitAnatol Belski2018-04-032-3/+2
| | * year++Xinchen Hui2018-01-0214-14/+14
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-0414-14/+14
| * | year++Xinchen Hui2018-01-0214-14/+14
* | | Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* | | Convert iterator by reference errors to exceptionsNikita Popov2018-02-192-2/+4
* | | Share identical arginfosGabriel Caruso2018-02-191-74/+14
* | | Add and fix SKIPIF sectionsGabriel Caruso2018-02-041-1/+1
* | | Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-041-1/+0
* | | Replaced separation with destructorDmitry Stogov2018-01-171-1/+2
* | | year++Xinchen Hui2018-01-0214-14/+14
* | | Add _IS_NUMBER as cast_object() target typeNikita Popov2017-12-261-0/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-142-2/+2
* | | Cleanup type conversionDmitry Stogov2017-12-071-2/+1