summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3114-14/+14
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-202-2/+2
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-074-12/+12
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-272-2/+2
* ZTS fixDmitry Stogov2007-04-091-1/+1
* TypoMartin Kraemer2007-03-141-1/+1
* Fixed bug #35872 (Prevent object store references during RSHUTDOWN)andy wharmby2007-03-053-10/+22
* - avoid sprintfMarcus Boerger2007-02-241-3/+3
* Cosmetic fix - safe_emalloc(nmemb, size, offset)Stanislav Malyshev2007-02-211-2/+2
* MF5.2: CreateInstance requires BSTR (should fix #33188)Stanislav Malyshev2007-02-211-2/+8
* typoDmitry Stogov2007-02-191-1/+1
* ADW: Fix COM extension bug #35463. Fix in/out argument processingandy wharmby2007-02-024-0/+150
* ADW: Fixed COM extension bug #37927. Correct the processing of in/out argum...andy wharmby2007-02-011-1/+1
* Bump year.Sebastian Bergmann2007-01-0114-14/+14
* update function signatureRob Richards2006-12-241-1/+1
* MFB: fix bug #33734 and related (Something strange with COM Object)Rob Richards2006-12-244-17/+17
* MFB:Rob Richards2006-12-245-10/+92
* MFB: fix heap corruption when adding/caching typelib (also fixes bug 39606)Rob Richards2006-12-092-3/+25
* COM initialization/deinitialization are done only if necessaryDmitry Stogov2006-11-174-0/+10
* MFB: Fixed bug #36644 (possible crash in variant_date_from_timestamp()).Ilia Alshanetsky2006-11-131-0/+5
* MFB: Fixed bug #38400 (Use of com.typelib_file may cause a crash).Ilia Alshanetsky2006-10-181-2/+2
* - Add an extra parameter to the cast_object handler that can be used byAndrei Zmievski2006-10-131-2/+3
* MFB: Fixed bug #38198 (possible crash when COM reports an exception).Ilia Alshanetsky2006-10-101-1/+1
* MFB: Fix for #38985 (Wez)Edin Kadribasic2006-10-061-1/+1
* MFB: Added missing validation checks around expand_filepath()Ilia Alshanetsky2006-09-161-2/+7
* Prevent opening of empty filename ""Dmitry Stogov2006-09-081-1/+1
* MFB: Fixed #37602 by olek at neurosoft dot plEdin Kadribasic2006-08-251-1/+1
* Added automatic module globals managementDmitry Stogov2006-06-131-4/+9
* fix buildFrank M. Kromann2006-04-294-11/+11
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-8/+4
* Start nuking safe_mode. Still a lot of work to do...Andi Gutmans2006-02-191-8/+1
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-1/+1
* modify get_iterator calls for engine changeRob Richards2006-02-074-28/+43
* MFB51: Fixed bug #34272 (empty array onto COM object blows up)Rob Richards2006-02-043-1/+25
* MFB51: Fix bug #35954 (Fatal com_exception casting object)Rob Richards2006-01-263-12/+12
* bump year and license versionfoobar2006-01-0114-42/+42
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #35316 (Application exception trying to create COM object)Rob Richards2005-11-275-13/+16
* unicode enable COM parameters (but not method/property names yet)Wez Furlong2005-08-132-6/+8
* vs.net 2005 introduces 64-bit time_t.Wez Furlong2005-08-131-1/+3
* ZTS fixes.Sebastian Bergmann2005-08-121-1/+1
* - Bumber up yearfoobar2005-08-0314-14/+14
* fix C++ commentsAntony Dovgal2005-04-221-2/+2
* merge from branch: fixes for #32758 and #32759Wez Furlong2005-04-194-46/+7
* merge bug fixes from branchWez Furlong2005-04-181-6/+19
* removed unused vars.Ilia Alshanetsky2005-04-182-4/+1
* emalloc -> safe_emalloc.Ilia Alshanetsky2004-11-211-2/+2
* fix crash when calling com methodsRob Richards2004-11-201-1/+2
* Fix crash bug.Wez Furlong2004-10-091-9/+10
* Improve .Net support; this should reduce "failed to init .net" errors.Wez Furlong2004-10-091-71/+160