summaryrefslogtreecommitdiff
path: root/ext/rpc/com/com_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* moved to pecl by sascha. remove them from head.Sterling Hughes2003-06-251-930/+0
* updating license information in the headers.James Cox2003-06-101-3/+3
* MFB ext/comHarald Radi2003-03-271-1/+1
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-3/+3
* fix rpc_error callWez Furlong2003-02-101-1/+1
* a bunch of fixesHarald Radi2003-02-101-4/+2
* Error reporting clean upWez Furlong2003-02-101-7/+11
* Error reporting leaks and cleanupWez Furlong2003-02-101-5/+3
* Fix various little leaks and segfaults.Wez Furlong2003-02-091-5/+5
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Remove \n from error messagesDerick Rethans2002-11-101-1/+1
* - added a skeleton for new layersHarald Radi2002-07-191-4/+10
* ext/rpc/com should work now, but there's still lots of work left.Harald Radi2002-07-181-1561/+140
* #forgot somethingHarald Radi2002-05-301-4/+4
* @ Added missing AddRef() calls in the COM extension. This shouldHarald Radi2002-05-301-14/+18
* 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-211-3/+416
* integrating wez's patchHarald Radi2002-05-201-15/+3
* Added generic COM wrapper for PHP objects.Wez Furlong2002-05-201-4/+35
* 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
* don't set CLSCTX_REMOTE_SERVER if NULL is passed as servernameHarald Radi2002-04-271-9/+4
* Missing break; causes fallthrough which actually causes heap corruption in th...Alan Brown2002-04-181-4/+8
* @ 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-111-2/+2
* 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
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+18
* fixed Z_* conversion errorsHarald Radi2001-09-261-2/+2
* Fixing Win32 build...Frank M. Kromann2001-09-261-2/+2
* no messageHarald Radi2001-09-251-32/+139
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-6/+6
* removed VARIANT module and put the VARIANT class intoHarald Radi2001-09-241-7/+28
* IDispatchs got released if they were passed to another componentHarald Radi2001-09-101-1/+11
* com_*() functions returned an oo-resource instead of an resource id,Harald Radi2001-09-081-7/+3
* Fixed some protos.Egon Schmid2001-09-041-2/+3
* hum, wasn't $foo->bar 's property type OE_IS_METHOD ?Harald Radi2001-08-201-0/+6
* removed CoInitialize() and CoUninitialize()Harald Radi2001-08-151-7/+7
* fixed com_invoke retvalHarald Radi2001-08-141-2/+2
* - Avoid using malloc()Zeev Suraski2001-08-141-18/+24
* fixed bug in com_load_typelibHarald Radi2001-08-141-3/+5
* Whitespace and API updates (please keep code in the repository in K&R styleZeev Suraski2001-08-141-432/+244
* Add missing breakZeev Suraski2001-08-141-0/+1