summaryrefslogtreecommitdiff
path: root/ext/rpc/com/conversion.c
Commit message (Expand)AuthorAgeFilesLines
* moved to pecl by sascha. remove them from head.Sterling Hughes2003-06-251-855/+0
* updating license information in the headers.James Cox2003-06-101-3/+3
* Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry().Sebastian Bergmann2003-03-261-5/+5
* Win32 build improvementsZeev Suraski2003-02-171-0/+2
* a bunch of fixesHarald Radi2003-02-101-18/+15
* ZTS fixes.Ilia Alshanetsky2003-01-191-0/+4
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-13/+13
* false should be VT_FALSEFrank M. Kromann2003-01-131-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* ext/rpc/com should work now, but there's still lots of work left.Harald Radi2002-07-181-190/+173
* @ Added missing AddRef() calls in the COM extension. This shouldHarald Radi2002-05-301-1/+2
* 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() whic...Alan Brown2002-04-181-6/+26
* 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 isn'...Jeroen van Wolffelaar2001-09-251-3/+3
* removed VARIANT module and put the VARIANT class intoHarald Radi2001-09-241-11/+8
* 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
* WhitespaceZeev Suraski2001-08-141-200/+92
* merged from EXPERIMENTALHarald Radi2001-08-131-307/+297
* - 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
* 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