summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_extension.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* 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
* | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-1/+1
* | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-1/+1
* | cleaning up the version macrosAnatol Belski2015-03-231-1/+1
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-9/+9
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-1/+5
|\ \
| * | fix datatype mismatchAnatol Belski2014-11-131-1/+1
| * | several fixes to com_dotnet for x64Anatol Belski2014-10-281-0/+4
* | | opcache, intl, gmp, exif, com, bcmath to use static tsrmlsAnatol Belski2014-10-171-0/+6
|/ /
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | restore the length var and fix the com_dotnet iniAnatol Belski2014-09-011-1/+1
* | master renames phase 1Anatol Belski2014-08-251-3/+3
* | ported ext/com_dotnetAnatol Belski2014-08-191-4/+12
* | basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-3/+3
|/
* 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