summaryrefslogtreecommitdiff
path: root/ext/com
Commit message (Expand)AuthorAgeFilesLines
...
* - Yet another one...Andi Gutmans2001-07-291-2/+2
* - More object macrosAndi Gutmans2001-07-282-10/+10
* - More Object macro work. I couldn't test this one so let me know if itAndi Gutmans2001-07-282-13/+13
* 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
* removed duplicate code and changedHarald Radi2001-07-241-346/+379
* fixed a bug in 'case VT_DATE'Harald Radi2001-07-181-4/+9
* Get rid of var_uninit()Zeev Suraski2001-07-151-1/+1
* 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-113-8/+8
* Nuke zval_resetZeev Suraski2001-07-113-8/+8
* var_reset -> ZVAL_RESETZeev Suraski2001-07-113-8/+8
* changed CLSIDfromProgId to CLSIDfromStringHarald Radi2001-06-281-1/+1
* added verbose ini entryHarald Radi2001-06-241-1/+2
* cast errorHarald Radi2001-06-241-1/+1
* fixed bug that resource was freed twiceHarald Radi2001-06-241-88/+79
* cleanupHarald Radi2001-06-242-116/+112
* cleanupHarald Radi2001-06-244-15/+63
* - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))Andi Gutmans2001-06-192-4/+4
* fixed malloc() / emalloc() bugHarald Radi2001-06-151-5/+21
* added coauthorsHarald Radi2001-06-121-0/+9
* added Alan Brown to creditsHarald Radi2001-06-121-1/+1
* added experimetal php->safearray supportHarald Radi2001-06-121-8/+67
* added experimental enum supportHarald Radi2001-06-113-392/+601
* bugfix: collections didn't work correctlyHarald Radi2001-06-052-42/+31
* put VT_ARRAY outside of the switchHarald Radi2001-06-051-82/+80
* typelib is loaded automatically (depends on ini setting)Harald Radi2001-06-051-63/+166
* -used makros for zval modifications where possibleHarald Radi2001-06-051-160/+141
* added safearray to pval conversion for 1d arraysHarald Radi2001-06-032-11/+109
* @ added the possibility to specify typelibs by full nameHarald Radi2001-06-031-33/+207
* removed unneeded functionHarald Radi2001-06-033-28/+103
* 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
* renamedHarald Radi2001-05-131-1/+1
* modified because of the changes in com.cHarald Radi2001-05-133-609/+631
* @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-024-18/+49
* - 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-204-147/+277
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* Fix Win32 buildZeev Suraski2001-02-201-27/+24
* export global constants for codepage and variant typeHarald Radi2001-02-181-8/+9
* added a few more variant types for zval <-> variant conversionHarald Radi2001-02-181-2/+57
* @- Added new object VARIANT() to encapsulate values for use withHarald Radi2001-02-181-6/+6
* added myself to CREDITSHarald Radi2001-02-181-1/+1
* multiple codepage supportHarald Radi2001-02-174-189/+160