summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_variant.c
Commit message (Expand)AuthorAgeFilesLines
* Promote warnings to Error in COM extensionGeorge Peter Banyard2020-09-211-4/+4
* Remove proto comments from C filesMax Semenik2020-07-061-52/+26
* Merge branch 'PHP-7.4'Christoph M. Becker2020-06-291-14/+3
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-291-14/+3
| |\
| | * Fix #63208: BSTR to PHP string conversion not binary safeChristoph M. Becker2020-06-291-14/+3
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| * | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Clean up constructor handling in com_dotnetChristoph M. Becker2020-04-061-4/+4
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-031-4/+4
* | | Use RETURN_THROWS() during ZPP in bz2, calendar, com_dotnet extensionsMáté Kocsis2019-12-311-7/+7
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Don't throw manual exceptions on ZPP failureChristoph M. Becker2019-08-111-1/+0
* | | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
|/ /
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | Fix localized error messages and memory leaksAnatol Belski2018-09-171-3/+3
|/
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Merge branch 'PHP-7.2'Anatol Belski2018-04-031-2/+2
|\
| * Sync fix for bug #72498 for 32-bitAnatol Belski2018-04-031-2/+2
| * year++Xinchen Hui2018-01-021-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Always use IS_CONSTANT_AST (IS_CONSTANT is removed).Dmitry Stogov2017-10-101-1/+0
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/
* 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-011-0/+7
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-8/+8
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-18/+18
* | Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-64/+64
* | fix datatype mismatches, remove dead part of codeAnatol Belski2014-11-131-6/+5
* | several fixes to com_dotnet for x64Anatol Belski2014-10-281-2/+26
* | fix datatype mismatchesAnatol Belski2014-10-281-6/+11
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | 's' works with size_t round 2Anatol Belski2014-08-271-1/+1
* | master renames phase 1Anatol Belski2014-08-251-34/+34
* | ported ext/com_dotnetAnatol Belski2014-08-191-26/+26
* | basic macro replacements, all at onceAnatol Belski2014-08-191-15/+15
* | Implemented ext/com_dotnet support for phpngDmitry Stogov2014-08-111-12/+19
|/
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-291-1/+5
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-291-1/+5
| |\
| | * Fixed bug #66431 Special Character via COM Interface (CP_UTF8)Anatol Belski2014-04-291-1/+5
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-1/+1
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-1/+1
|/