summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_extension.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2015-01-151-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* 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: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-32/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+32
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-32/+0
* - Added arginfoFelipe Pena2008-07-141-32/+219
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Fixed bug #35872 (Prevent object store references during RSHUTDOWN)andy wharmby2007-03-051-0/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #38400 (Use of com.typelib_file may cause a crash).Ilia Alshanetsky2006-10-181-2/+2
* Prevent opening of empty filename ""Dmitry Stogov2006-09-081-1/+1
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+9
* - Update after api changesRob Richards2006-05-101-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* fix C++ commentsAntony Dovgal2005-04-221-2/+2
* that's not my copy of the exception ctor, do don't fiddle its flags.Wez Furlong2004-07-271-1/+1
* Implement com_get_active_object() and a helper object for working withWez Furlong2004-05-091-1/+4
* Enable writing to SafeArray dimensions.Wez Furlong2004-05-031-0/+1
* Fixup some constants and error handling.Wez Furlong2004-05-031-0/+13
* Should have tested this change before committing.Wez Furlong2004-04-281-1/+1
* Fix for Bug #28161 (and probably others that I can't find in the bug db;Wez Furlong2004-04-281-4/+1
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* Fix leaking constructors.Wez Furlong2004-01-131-0/+1
* - 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-9/+100
* Fix use of the CorRuntimeHost; once it has been stopped for a process, it can...Wez Furlong2003-12-181-0/+6
* com_create_guid() returns...Wez Furlong2003-12-061-0/+1
* add com iterator supportWez Furlong2003-10-171-0/+3
* Fix leak - non persistent hashes cannot be used in MINIT!Zeev Suraski2003-08-181-1/+1
* Add new COM (and .Net) extension for php5.Wez Furlong2003-08-141-0/+242