summaryrefslogtreecommitdiff
path: root/ext/com/conversion.c
Commit message (Collapse)AuthorAgeFilesLines
* ext/com is not compatible with ZE2, the ZE2 version is located inHarald Radi2003-01-101-875/+0
| | | | | ext/rpc/com
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* @ changed the VARIANT class to be able to create arrays of all typesHarald Radi2002-10-161-10/+16
| | | | | @ and not only VT_VARIANT
* @ Added missing AddRef() calls in the COM extension. This shouldHarald Radi2002-05-301-1/+2
| | | | | | | @ fix weird behaviour (in particular with ADODB). (Harald) # waah, this suxx
* integrating wez's patchHarald Radi2002-05-201-3/+2
|
* Added generic COM wrapper for PHP objects.Wez Furlong2002-05-201-2/+17
|
* this should finally fix bug #14353Harald Radi2002-05-151-2/+2
|
* - Fix for bug #14353Derick Rethans2002-04-251-4/+4
|
* whitespace fixesHarald Radi2002-04-181-23/+10
|
* When V_BSTR() is NULL, we pass a NULL pointer into php_OLECHAR_to_char() ↵Alan Brown2002-04-181-6/+26
| | | | which reports an exception. Better to map a NULL string pointer to ZVAL_NULL.
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* fixed unicode bugHarald Radi2001-10-171-21/+48
|
* no messageHarald Radi2001-10-041-7/+25
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-3/+3
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* removed VARIANT module and put the VARIANT class intoHarald Radi2001-09-241-11/+8
| | | | | | the COM module. also fixed a few bugs.
* removed ->is_ref check, doesn't make sense and causes bugsHarald Radi2001-09-101-1/+1
|
* whitespaceZeev Suraski2001-08-231-1/+1
|
* catch date conversion errorsHarald Radi2001-08-201-12/+17
|
* fixed a buggy castHarald Radi2001-08-171-2/+2
|
* - Avoid using malloc()Zeev Suraski2001-08-141-9/+9
| | | | | - Improve and fix leaks in the typelib constants registration mechanism
* WhitespaceZeev Suraski2001-08-141-200/+92
|
* merged from EXPERIMENTALHarald Radi2001-08-131-307/+297
| | | | | lots of cleanup work
* - Make com work with new object modelAndi Gutmans2001-08-121-0/+2
|
* WhitespaceZeev Suraski2001-08-111-9/+9
|
* 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
| | | | | | code slightly to be compatible with broken com implementations
* 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
| | | | | changed everthing to use the Z_* makros
* 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
| | | | | -small fixes in safearray to phparray code
* 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
| | | | | #i'm investigating this ...
* added a few more variant types for zval <-> variant conversionHarald Radi2001-02-181-2/+57
|
* multiple codepage supportHarald Radi2001-02-171-84/+29
| | | | | export global constants
* 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
|