summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_com.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* merge from branch: fixes for #32758 and #32759Wez Furlong2005-04-191-2/+2
* 64-bit bugsquash partyArd Biesheuvel2004-06-161-3/+3
* Implement com_get_active_object() and a helper object for working withWez Furlong2004-05-091-0/+52
* Fix for Bug #28161 (and probably others that I can't find in the bug db;Wez Furlong2004-04-281-0/+15
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* Fix leaking constructors.Wez Furlong2004-01-131-1/+20
* Support automatic handling of byref parametersWez Furlong2004-01-131-0/+121
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
* Port other major parts of PHP 4 COM extension into PHP 5 com_dotnetWez Furlong2004-01-071-7/+174
* com_create_guid() returns...Wez Furlong2003-12-061-0/+20
* Fix #25664 - COM crashes when calling a Delphi implementations of ITypeInfo.Wez Furlong2003-11-281-15/+2