#
173cf836 |
| 03-May-2004 |
Wez Furlong |
Enable writing to SafeArray dimensions.
|
#
92d87a6a |
| 03-May-2004 |
Wez Furlong |
Fix problem when assigning to a variable that holds an instance of a COM/VARIANT/DOTNET object.
|
#
027d4501 |
| 28-Apr-2004 |
Wez Furlong |
Fix for Bug #28161 (and probably others that I can't find in the bug db; the search interface sucks). Expand the proxy object so it can handle psuedo array style properties. ASP
Fix for Bug #28161 (and probably others that I can't find in the bug db; the search interface sucks). Expand the proxy object so it can handle psuedo array style properties. ASP/VB code like this: headObj.Attribute("RID") = rid can be expressed like this in PHP: $headObj->Attribute['RID'] = $rid; In theory, this feature can be used for "multi dimensional" properties: headObj.Attribute("RID", "Foo") = rid; like this: $headObj->Attribute['RID']['Foo'] = $rid;
show more ...
|
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5 |
|
#
27d7cd85 |
| 22-Mar-2004 |
Wez Furlong |
update for read handler api change
|
Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4 |
|
#
08ed2cb9 |
| 12-Feb-2004 |
Wez Furlong |
fix copy-n-past error in constructor. Spotted by Eric Colinet.
|
#
30171a75 |
| 12-Feb-2004 |
Zeev Suraski |
zend_default_classes.h -> zend_exceptions.h
|
Revision tags: php-5.0.0b4RC1 |
|
#
2a9e1294 |
| 08-Feb-2004 |
Zeev Suraski |
Update to new API
|
#
8424be84 |
| 04-Feb-2004 |
Zeev Suraski |
- Update with new destructor code
|
Revision tags: php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split |
|
#
c205153a |
| 13-Jan-2004 |
Wez Furlong |
reinstate this ifdef for people without .Net SDK
|
#
bba1ded0 |
| 13-Jan-2004 |
Wez Furlong |
Fix refcount on these return values to avoid a leak and allow object dtor's to be called. This in turn prevents a massive slow-down in CoUninitialize which would have to forcibly destroy the
Fix refcount on these return values to avoid a leak and allow object dtor's to be called. This in turn prevents a massive slow-down in CoUninitialize which would have to forcibly destroy the COM objects in request shutdown.
show more ...
|
#
4573a562 |
| 13-Jan-2004 |
Wez Furlong |
Fix leaking constructors. Implement a cache for method signatures and DISPID's to greatly improve performance when repeatedly accessing members with the same names.
|
#
b7d0b397 |
| 13-Jan-2004 |
Wez Furlong |
Support automatic handling of byref parameters
|
Revision tags: php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5
|
#
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 |
|
#
440c4d98 |
| 28-Nov-2003 |
Wez Furlong |
fix memleak
|
#
6c0584d8 |
| 27-Nov-2003 |
Wez Furlong |
fix win32 build - thanks Sebastian.
|
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 |
|
#
f27387c6 |
| 13-Oct-2003 |
Wez Furlong |
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.
|
#
2cc9511c |
| 07-Oct-2003 |
Zeev Suraski |
Fix cast callbacks
|
#
c6c240a4 |
| 05-Oct-2003 |
Zeev Suraski |
Sync with new API
|
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.
|