summaryrefslogtreecommitdiff
path: root/ext/rpc
Commit message (Expand)AuthorAgeFilesLines
* - 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-282-2/+2
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-272-4/+4
* 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-152-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-114-9/+9
* Nuke zval_resetZeev Suraski2001-07-114-9/+9
* var_reset -> ZVAL_RESETZeev Suraski2001-07-114-9/+9
* changed CLSIDfromProgId to CLSIDfromStringHarald Radi2001-06-281-1/+1
* added verbose ini entryHarald Radi2001-06-241-1/+2
* adapted to changes from com moduleHarald Radi2001-06-241-11/+11
* 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-193-5/+5
* 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
* @added an additional parameter to dotnet_load to specify the codepage (phanto)Harald Radi2001-05-131-9/+21
* Nuke more quotesSascha Schumann2001-05-121-16/+16
* 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
* adapted because of the changes in the com moduleHarald Radi2001-05-021-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
* make dotnet module build again & fix dsp ouput dirDaniel Beulshausen2001-04-302-6/+6
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-031-2/+2
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-8/+8
* @Using ITypeInfo instead of IDispatch if possible. This makes DCOM callsHarald Radi2001-03-204-147/+277
* - Fix copyright notices with 2001Andi Gutmans2001-02-265-5/+5
* Fix Win32 buildZeev Suraski2001-02-201-27/+24