]> granicus.if.org Git - php/commit
fixed unicodeconversion and parameter passing bugs in com and dotnet modules
authorHarald Radi <phanto@php.net>
Sun, 28 Jan 2001 03:24:51 +0000 (03:24 +0000)
committerHarald Radi <phanto@php.net>
Sun, 28 Jan 2001 03:24:51 +0000 (03:24 +0000)
commitdac7ab13da334669403076c423ffceae37b15cee
tree8d18714af2a775cad5e28a4aee19717f45f4f4ea
parent622ff39185da53fabac02b5e9be766cc82d73c18
fixed unicodeconversion and parameter passing bugs in com and dotnet modules
ext/com/COM.c [new file with mode: 0644]
ext/com/VARIANT.c [new file with mode: 0644]
ext/com/conversion.c [new file with mode: 0644]
ext/com/conversion.h [new file with mode: 0644]
ext/com/php_VARIANT.h [new file with mode: 0644]
ext/rpc/com/com_wrapper.c [new file with mode: 0644]
ext/rpc/com/conversion.c [new file with mode: 0644]
ext/rpc/com/conversion.h [new file with mode: 0644]
ext/rpc/com/php_variant.h [new file with mode: 0644]
ext/rpc/com/variant.c [new file with mode: 0644]