Wez Furlong
59823eca66
com_create_guid() returns...
2003-12-06 17:31:40 +00:00
Wez Furlong
98f1021dd8
Make these tests work under win32
2003-12-05 13:42:04 +00:00
Wez Furlong
24e54d43e6
check for .net headers
2003-12-05 02:58:31 +00:00
Wez Furlong
2d0eaa3989
Clarify a little.
2003-12-03 00:15:10 +00:00
Wez Furlong
05b9b20ed8
Add new (optional!) win32 build infrastructure.
...
Will follow up to internals@ shortly.
2003-12-02 23:17:04 +00:00
Wez Furlong
cab6d93bdd
Fix #25664 - COM crashes when calling a Delphi implementations of ITypeInfo.
...
Problem was that our extension assumes that the first param to ITypeInfo::Invoke was a reference to the COM object; this is not necessarily true and caused a crash in this instance.
Problem solved by removing the ITypeInfo::Invoke call, as it doesn't buy us anything anyway.
2003-11-28 17:11:16 +00:00
Wez Furlong
440c4d983f
fix memleak
2003-11-28 15:41:45 +00:00
Wez Furlong
6c0584d8f1
fix win32 build - thanks Sebastian.
2003-11-27 17:58:58 +00:00
Wez Furlong
0577d9310b
bah. does it really make any difference where rewind lives in the struct!?
2003-10-18 15:56:16 +00:00
Wez Furlong
398f032203
fix cruft from previous incarnation of the iterators
2003-10-17 21:03:01 +00:00
Wez Furlong
d8d1ca3f3b
add com iterator support
2003-10-17 20:52:18 +00:00
Wez Furlong
f27387c68c
Fix possible segfault (this one came up when a method could not be found).
...
Add a couple of headers used by another file that is not yet ready to
commit.
2003-10-13 01:29:39 +00:00
Wez Furlong
18bfcc8897
A much better fix for moniker based COM object creation.
...
We now support binding monikers to remote machines.
However, MSDN docs indicate that this isn't yet implemented
as of Win2000.
2003-10-07 18:50:07 +00:00
Zeev Suraski
2cc9511cc7
Fix cast callbacks
2003-10-07 15:47:25 +00:00
Wez Furlong
a1b5c341a2
potential fix for #25759 , although it will need further review.
2003-10-06 15:10:38 +00:00
Zeev Suraski
c6c240a455
Sync with new API
2003-10-05 08:08:49 +00:00
Zeev Suraski
e404e1d0fe
Fix leak - non persistent hashes cannot be used in MINIT!
2003-08-18 20:45:00 +00:00
Ilia Alshanetsky
741014089e
emalloc -> safe_emalloc
2003-08-18 04:41:48 +00:00
Wez Furlong
cb7f8881ea
add credits
2003-08-14 20:48:06 +00:00
Wez Furlong
61313924a4
fix .net build
2003-08-14 20:31:38 +00:00
Wez Furlong
6df5d5ba20
Add new COM (and .Net) extension for php5.
...
Not yet complete, but should work for most people.
2003-08-14 16:49:56 +00:00