summaryrefslogtreecommitdiff
path: root/ext/com
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fix for Bug #25664; calling ITypeInfo::Invoke with bogus params.Wez Furlong2003-11-281-18/+1
* Fix leak when loading constants from a type-library.Wez Furlong2003-07-081-25/+16
* Fix use of ZEND_EXTERN_MODULE_GLOBALS which mysteriously includes aSascha Schumann2003-05-201-1/+1
* Fix memory leak in the COM extension.Wez Furlong2003-05-161-1/+10
* fix #22899Harald Radi2003-03-271-1/+1
* fix memleak and wrong refcountingHarald Radi2003-02-242-26/+24
* fixing bugs #22295, #22218 and #22162 (duplicates)Harald Radi2003-02-201-9/+13
* fixed memleakHarald Radi2003-02-101-4/+1
* fix warningsHarald Radi2003-01-291-5/+0
* fix for bug #20282 (and propably some of theHarald Radi2003-01-294-112/+60
* MFH: Bump year.Sebastian Bergmann2002-12-314-4/+4
* - Remove \n from error messagesDerick Rethans2002-11-101-1/+1
* Correct a copy-n-paste bug. Spotted by Michael Sisolak <msisolak@yahoo.com>Wez Furlong2002-10-311-1/+1
* @ fixes bugs #19156 and #19544 (memleak)Harald Radi2002-10-171-4/+4
* @ changed the VARIANT class to be able to create arrays of all typesHarald Radi2002-10-163-12/+18
* fixes bugs #19156 and #19544Harald Radi2002-10-021-15/+16
* Implement com_invoke_ex, which allows the user to specify the invoke kindWez Furlong2002-08-262-43/+161
* removed a possible NULL pointer referencing inside an error handlerHarald Radi2002-08-051-2/+11
* found a memleakHarald Radi2002-08-051-2/+3
* Unify error messagesDerick Rethans2002-06-261-25/+25
* removed CONST_EFREE_PERSISTENT so that andi can commit his patchHarald Radi2002-06-211-3/+2
* removed CONST_EFREE_PERSISTENT so that andi can commit his patchHarald Radi2002-06-211-4/+11
* removed CONST_EFREE_PERSISTENT so that andi can commit his patchHarald Radi2002-06-211-5/+1
* added wez and ordered names alphabeticallyHarald Radi2002-05-311-1/+1
* #forgot somethingHarald Radi2002-05-301-4/+4
* @ Added missing AddRef() calls in the COM extension. This shouldHarald Radi2002-05-304-15/+22
* Add documentation comment for properties in com_print_typeinfoWez Furlong2002-05-211-0/+8
* Enhance com_print_typeinfo.Wez Furlong2002-05-211-80/+133
* Correct usage of convert_to_string_ex which is not allowed to zval*Wez Furlong2002-05-211-5/+4
* Reformat some comments.Wez Furlong2002-05-211-28/+22
* Fix a flag, remove an old comment.Wez Furlong2002-05-211-2/+1
* - Make sure that COM and VARIANT resources are returned as resourcesWez Furlong2002-05-215-53/+552
* integrating wez's patchHarald Radi2002-05-203-20/+13
* Added generic COM wrapper for PHP objects.Wez Furlong2002-05-204-6/+617
* this should finally fix bug #14353Harald Radi2002-05-151-2/+2
* remove temporary resources immediatelyHarald Radi2002-05-021-17/+22
* RETURN_NULL() is defined with braces while RETURN_TRUEHarald Radi2002-04-291-11/+11
* functions returned FALSE in case of error and the oo api returned NULL.Harald Radi2002-04-291-11/+11
* updated TODO listHarald Radi2002-04-271-12/+13
* don't set CLSCTX_REMOTE_SERVER if NULL is passed as servernameHarald Radi2002-04-271-9/+4
* this patch should fix a bug where intermediate comvals were notHarald Radi2002-04-261-3/+2
* - Fix for bug #14353Derick Rethans2002-04-251-4/+4
* whitespace fixesHarald Radi2002-04-181-23/+10
* Missing break; causes fallthrough which actually causes heap corruption in th...Alan Brown2002-04-181-4/+8
* When V_BSTR() is NULL, we pass a NULL pointer into php_OLECHAR_to_char() whic...Alan Brown2002-04-181-6/+26
* @ fixed a bug that caused php to crash in php_COM_get_ids_of_names() (Harald,...Harald Radi2002-03-151-0/+2
* Update headers.Sebastian Bergmann2001-12-113-6/+6
* proto fixesHartmut Holzgraefe2001-12-051-1/+1
* Fixed two protos.Egon Schmid2001-12-021-3/+3
* Not all components populate every field in the ExceptInfo structure. Thus we ...Alan Brown2001-11-091-9/+21