summaryrefslogtreecommitdiff
path: root/ext/com/conversion.c
Commit message (Expand)AuthorAgeFilesLines
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-16/+16
* - Yet another one...Andi Gutmans2001-07-291-2/+2
* - More object macrosAndi Gutmans2001-07-281-3/+3
* 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
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-111-2/+2
* Nuke zval_resetZeev Suraski2001-07-111-2/+2
* var_reset -> ZVAL_RESETZeev Suraski2001-07-111-2/+2
* cleanupHarald Radi2001-06-241-25/+14
* - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))Andi Gutmans2001-06-191-2/+2
* added coauthorsHarald Radi2001-06-121-0/+9
* added experimetal php->safearray supportHarald Radi2001-06-121-8/+67
* added experimental enum supportHarald Radi2001-06-111-154/+146
* bugfix: collections didn't work correctlyHarald Radi2001-06-051-7/+7
* put VT_ARRAY outside of the switchHarald Radi2001-06-051-82/+80
* -used makros for zval modifications where possibleHarald Radi2001-06-051-160/+141
* added safearray to pval conversion for 1d arraysHarald Radi2001-06-031-10/+108
* removed unneeded functionHarald Radi2001-06-031-9/+101
* modified because of the changes in com.cHarald Radi2001-05-131-585/+598
* removed itypeinfo calls because they didn't work on every machineHarald Radi2001-05-021-8/+31
* added a few more variant types for zval <-> variant conversionHarald Radi2001-02-181-2/+57
* multiple codepage supportHarald Radi2001-02-171-84/+29
* fixes the problem that php.exe compiled on win2k platform won't run on any otherHarald Radi2001-02-051-589/+586
* added currency, date, IUnknown and NULL datatypesHarald Radi2001-01-311-63/+173
* pass another com object as parameterHarald Radi2001-01-301-21/+38
* use *_EXTERN_C() and PHP_WIN32Harald Radi2001-01-291-16/+19
* fixed unicodeconversion and parameter passing bugs in com and dotnet modulesHarald Radi2001-01-281-0/+497