summaryrefslogtreecommitdiff
path: root/ext/com/COM.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whenever typelibrary constants were loaded, there was a GP Fault at process e...Alan Brown2001-08-141-10/+9
* hresult is returned if no return type is specifiedHarald Radi2001-08-141-0/+7
* make next() return a single value instead of an array with one elementHarald Radi2001-08-141-0/+9
* merged from EXPERIMENTALHarald Radi2001-08-131-193/+311
* WhitespaceZeev Suraski2001-08-111-22/+22
* Some more TSRMLS_FETCH workZeev Suraski2001-07-311-11/+8
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-1/+0
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-2/+3
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-2/+4
* - More Object macro work. I couldn't test this one so let me know if itAndi Gutmans2001-07-281-7/+7
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+1
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-11/+2
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-111-1/+1
* Nuke zval_resetZeev Suraski2001-07-111-1/+1
* var_reset -> ZVAL_RESETZeev Suraski2001-07-111-1/+1
* changed CLSIDfromProgId to CLSIDfromStringHarald Radi2001-06-281-1/+1
* added verbose ini entryHarald Radi2001-06-241-1/+2
* fixed bug that resource was freed twiceHarald Radi2001-06-241-88/+79
* - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))Andi Gutmans2001-06-191-2/+2
* fixed malloc() / emalloc() bugHarald Radi2001-06-151-5/+21
* added experimental enum supportHarald Radi2001-06-111-227/+427