summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* | | Always use IS_CONSTANT_AST (IS_CONSTANT is removed).Dmitry Stogov2017-10-101-1/+0
* | | Remove outdated README from ext/com_dotnetPeter Kokot2017-10-081-71/+0
* | | Kill compiler warnings in ext/com_dotnetKalle Sommer Nielsen2017-08-241-1/+1
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-52/+0
|/ /
* | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | Introduced "zend_type" - an abstraction for type-hinting representation.Dmitry Stogov2017-01-131-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-0214-14/+14
* | Merge branch 'PHP-7.1'Anatol Belski2016-12-122-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-122-2/+2
| |\
| | * better way to get ACPAnatol Belski2016-12-122-2/+2
* | | Merge branch 'PHP-7.1'Anatol Belski2016-12-121-1/+3
|\ \ \ | |/ /
| * | adapt patch for 7.1Anatol Belski2016-12-121-1/+3
* | | Merge branch 'PHP-7.1'Anatol Belski2016-12-121-2/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-121-2/+9
| |\ \ | | |/
| | * fix datatype for zpp, yet a followup on bug #73679Anatol Belski2016-12-121-2/+9
* | | Merge branch 'PHP-7.1'Anatol Belski2016-12-111-2/+4
|\ \ \ | |/ /
| * | improve fix for bug #73679 with new capabilities availableAnatol Belski2016-12-111-2/+4
| |/
* | Merge branch 'PHP-7.1'Anatol Belski2016-12-112-1/+28
|\ \ | |/
| * Fixed bug #73679 DOTNET read access violation using invalid codepageAnatol Belski2016-12-112-1/+28
* | Merge branch 'PHP-7.1'Anatol Belski2016-12-081-0/+2
|\ \ | |/
| * fix uninitialized memberAnatol Belski2016-12-081-0/+2
* | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
|/
* Fixed bug #73126 Cannot pass parameter 1 by referenceAnatol Belski2016-09-221-9/+7
* fix check for args by refAnatol Belski2016-08-251-2/+1
* Fixed bug #72922 COM called from PHP does not return out parametersAnatol Belski2016-08-252-6/+8
* Fixed bug #72569 DOTNET/COM array parameters broke in PHP7Anatol Belski2016-07-121-1/+6
* Fixed bug #72498 variant_date_from_timestamp null dereferenceAnatol Belski2016-07-012-0/+23
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0114-14/+14
|\