#
e10c206d |
| 07-Jan-2004 |
Wez Furlong |
Port other major parts of PHP 4 COM extension into PHP 5 com_dotnet extension. This enables: - iteration of SafeArray types via foreach() - proxying of multi-dimensional SafeArray typ
Port other major parts of PHP 4 COM extension into PHP 5 com_dotnet extension. This enables: - iteration of SafeArray types via foreach() - proxying of multi-dimensional SafeArray types so that multi-dimension array accesses work (untested!) - Fix COM exceptions, and expose them as their own class of exception "com_exception" - auto typelib file import (com.typelib_file ini option) - event sinking - wrapper to map PHP objects to COM - fix mapping of variant values to PHP values # Could someone please add com_saproxy.c and com_wrapper.c to the .dsp # file?
show more ...
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
59823eca |
| 06-Dec-2003 |
Wez Furlong |
com_create_guid() returns...
|
#
cab6d93b |
| 28-Nov-2003 |
Wez Furlong |
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; th
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.
show more ...
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3 |
|
#
18bfcc88 |
| 07-Oct-2003 |
Wez Furlong |
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.
|
#
a1b5c341 |
| 06-Oct-2003 |
Wez Furlong |
potential fix for #25759, although it will need further review.
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4 |
|
#
74101408 |
| 18-Aug-2003 |
Ilia Alshanetsky |
emalloc -> safe_emalloc
|
#
6df5d5ba |
| 14-Aug-2003 |
Wez Furlong |
Add new COM (and .Net) extension for php5. Not yet complete, but should work for most people.
|