summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_com.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-121-1/+1
|\
| * better way to get ACPAnatol Belski2016-12-121-1/+1
* | adapt patch for 7.1Anatol Belski2016-12-121-1/+3
|/
* fix datatype for zpp, yet a followup on bug #73679Anatol Belski2016-12-121-2/+9
* Fixed bug #72922 COM called from PHP does not return out parametersAnatol Belski2016-08-251-5/+6
* 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
* | Internal function argumensts cleanup (strict_types)Xinchen Hui2015-12-121-1/+1
* | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-5/+5
* | Patch improvement:Dmitry Stogov2015-03-301-2/+0
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-21/+21
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-62/+62
* | fix datatype mismatch and kick unused varAnatol Belski2014-11-131-2/+1
* | rework fix to php_com_do_invoke_byref,Anatol Belski2014-10-281-23/+29
* | fix possible zero derefAnatol Belski2014-10-281-1/+1
* | initialize the input arg lengthsAnatol Belski2014-10-281-1/+1
* | fix datatype mismatchesAnatol Belski2014-10-281-9/+9
* | fix EX usageAnatol Belski2014-10-031-4/+3
* | Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | 's' works with size_t round 3Anatol Belski2014-08-271-1/+1
* | 's' works with size_t round 2Anatol Belski2014-08-271-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-4/+4
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-13/+13
* | ported ext/com_dotnetAnatol Belski2014-08-191-6/+6
* | basic macro replacements, all at onceAnatol Belski2014-08-191-8/+8
* | Fixed modeDmitry Stogov2014-08-111-0/+0
* | Implemented ext/com_dotnet support for phpngDmitry Stogov2014-08-111-47/+55
|/
* Fix missing type checks in various functionsStanislav Malyshev2014-07-271-2/+2
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - cleanup broken double definition of php_win_err and rename it while being t...Pierre Joye2010-11-251-5/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-201-1/+1
* ZTS fixDmitry Stogov2007-04-091-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix bug #33734 and related (Something strange with COM Object)Rob Richards2006-12-241-7/+7
* COM initialization/deinitialization are done only if necessaryDmitry Stogov2006-11-171-0/+7
* Fixed bug #38198 (possible crash when COM reports an exception).Ilia Alshanetsky2006-10-101-1/+1
* Fix bug #35954 (Fatal com_exception casting object)Rob Richards2006-01-261-6/+6