summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #77177: Serializing or unserializing COM objects crashesChristoph M. Becker2018-11-231-1/+3
* year++Xinchen Hui2018-01-021-1/+1
* 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-021-1/+1
* fix uninitialized memberAnatol Belski2016-12-081-0/+2
* 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-251-1/+2
* 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 bug #69939 (Casting object to bool returns false)Kalle Sommer Nielsen2015-06-261-0/+1
* | Use fast method to check if first arguments should be passed by reference (no...Dmitry Stogov2015-04-221-0/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-15/+15
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-52/+52
* | fix datatype mismatchesAnatol Belski2014-10-281-2/+2
* | Update get_class_name semanticsNikita Popov2014-10-091-1/+1
* | Remove get_class_entry handlers in COMNikita Popov2014-10-091-8/+0
* | fix EX usageAnatol Belski2014-10-031-1/+1
* | 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
* | several signature and data type fixesAnatol Belski2014-08-261-1/+1
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* | master renames phase 1Anatol Belski2014-08-251-9/+9
* | 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-81/+66
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #60167 (Crash / memory corruption in ext/com_dotnet) (Timm Friebe).Dmitry Stogov2011-11-251-6/+9
* - Year++Felipe Pena2011-01-011-1/+1
* Kill some more constness warnings in com_dotnet/phar/standardKalle Sommer Nielsen2010-11-191-1/+1
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-5/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Fix compiler warningsKalle Sommer Nielsen2009-05-191-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-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
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-4/+4
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix bug #33734 and related (Something strange with COM Object)Rob Richards2006-12-241-5/+5
* - fix bug #33386 (ScriptControl only sees last function of class): com_wrapper.cRob Richards2006-12-241-1/+1
* COM initialization/deinitialization are done only if necessaryDmitry Stogov2006-11-171-0/+1
* Fix for #38985 (Wez)Edin Kadribasic2006-10-061-1/+1
* - Update after api changesRob Richards2006-05-101-10/+1
* fix mem leak with iteratorsRob Richards2006-02-071-1/+1