summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* Fixed bug #35316 (Application exception trying to create COM object)Rob Richards2005-11-274-1/+6
* - 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
* Use the correct free() here...Wez Furlong2004-09-191-1/+1
* Fix for Bug #29490 from Michael Sisolak.Wez Furlong2004-08-071-2/+7
* Even more verbosity...Wez Furlong2004-08-031-1/+4
* Even more verbosity in case of errorWez Furlong2004-08-031-14/+22
* Better error reportingWez Furlong2004-08-021-1/+2
* Allow COM to build under non-zts.Wez Furlong2004-07-312-45/+22
* Fix my favourite call user func mistakeWez Furlong2004-07-292-8/+13
* Use the correct lengths when building the name -> dispid mappingWez Furlong2004-07-291-22/+32
* that's not my copy of the exception ctor, do don't fiddle its flags.Wez Furlong2004-07-271-1/+1
* "better" "fix" for #29392.Wez Furlong2004-07-271-2/+13
* protect caller from a potential bailoutWez Furlong2004-07-271-5/+9
* Revert last fix, because it breaks dynamic methodsWez Furlong2004-07-271-2/+2
* Fix #29392 COM behaved badly for non-existant methodsWez Furlong2004-07-271-11/+24
* Possible fix for #29258 (unverified)Wez Furlong2004-07-191-1/+2
* Last dangerous alloca() bits.Ilia Alshanetsky2004-07-081-4/+4
* 64-bit bugsquash partyArd Biesheuvel2004-06-165-14/+14
* Implement com_get_active_object() and a helper object for working withWez Furlong2004-05-095-2/+850
* Urgh!Wez Furlong2004-05-091-1/+1
* Update for count_elements handler for overloaded objects.Wez Furlong2004-05-042-2/+40
* Enable writing to SafeArray dimensions.Wez Furlong2004-05-036-19/+103
* Fix problem when assigning to a variable that holds an instance ofWez Furlong2004-05-033-99/+480
* Fixup some constants and error handling.Wez Furlong2004-05-034-31/+33
* 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-285-27/+141
* Add testWez Furlong2004-04-221-0/+27
* A working fix for the safearray mapping bug.Wez Furlong2004-04-221-8/+16
* (probable) fix for Bug #27974: PHP Arrays are not mapped to VARIANTs.Wez Furlong2004-04-221-2/+66
* This wasn't updated for new parameters for object handlers yet...Wez Furlong2004-04-131-4/+2
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+52
* update for read handler api changeWez Furlong2004-03-221-4/+2
* s/emalloc/safe_emalloc/ where appropriate.Ilia Alshanetsky2004-03-182-2/+2
* Rename hasMore() to valid() as discussed. (Part V)Marcus Boerger2004-03-082-4/+4
* Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.Zeev Suraski2004-02-151-2/+2
* Fix prototype/warningZeev Suraski2004-02-121-1/+1
* fix copy-n-past error in constructor.Wez Furlong2004-02-121-2/+2
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-127-7/+7
* Update to new APIZeev Suraski2004-02-081-1/+1
* - Update with new destructor codeZeev Suraski2004-02-044-7/+8
* update todo part of readmeWez Furlong2004-01-201-8/+3