summaryrefslogtreecommitdiff
path: root/ext/rpc/com/com_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* bugfix: collections didn't work correctlyHarald Radi2001-06-051-35/+24
* typelib is loaded automatically (depends on ini setting)Harald Radi2001-06-051-63/+166
* @ added the possibility to specify typelibs by full nameHarald Radi2001-06-031-33/+207
* removed unneeded functionHarald Radi2001-06-031-18/+2
* fixed typelib supportHarald Radi2001-06-031-28/+65
* removed hardcoded typelib version.Harald Radi2001-06-011-5/+14
* Fix creditsSterling Hughes2001-05-231-1/+1
* @added com_release($obj) and com_addref($obj) functionsHarald Radi2001-05-131-225/+432
* Fix naming issueSterling Hughes2001-05-101-7/+7
* E_ERROR instead of E_WARNING on nullpointer exceptionsHarald Radi2001-05-091-7/+13
* fixed leaky codeHarald Radi2001-05-031-9/+12
* removed itypeinfo calls because they didn't work on every machineHarald Radi2001-05-021-9/+13
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* @Using ITypeInfo instead of IDispatch if possible. This makes DCOM callsHarald Radi2001-03-201-110/+222
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Fix Win32 buildZeev Suraski2001-02-201-27/+24
* @- Added new object VARIANT() to encapsulate values for use withHarald Radi2001-02-181-6/+6
* multiple codepage supportHarald Radi2001-02-171-18/+38
* use *_EXTERN_C() and PHP_WIN32Harald Radi2001-01-291-18/+25
* fixed unicodeconversion and parameter passing bugs in com and dotnet modulesHarald Radi2001-01-281-0/+875