summaryrefslogtreecommitdiff
path: root/ext/com_dotnet
Commit message (Expand)AuthorAgeFilesLines
...
* Update for count_elements handler for overloaded objects.Wez Furlong2004-05-042-2/+40
* Enable writing to SafeArray dimensions.Wez Furlong2004-05-036-19/+103
* Fix problem when assigning to a variable that holds an instance ofWez Furlong2004-05-033-99/+480
* Fixup some constants and error handling.Wez Furlong2004-05-034-31/+33
* Should have tested this change before committing.Wez Furlong2004-04-281-1/+1
* Fix for Bug #28161 (and probably others that I can't find in the bug db;Wez Furlong2004-04-285-27/+141
* Add testWez Furlong2004-04-221-0/+27
* A working fix for the safearray mapping bug.Wez Furlong2004-04-221-8/+16
* (probable) fix for Bug #27974: PHP Arrays are not mapped to VARIANTs.Wez Furlong2004-04-221-2/+66
* This wasn't updated for new parameters for object handlers yet...Wez Furlong2004-04-131-4/+2
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+52
* update for read handler api changeWez Furlong2004-03-221-4/+2
* s/emalloc/safe_emalloc/ where appropriate.Ilia Alshanetsky2004-03-182-2/+2
* Rename hasMore() to valid() as discussed. (Part V)Marcus Boerger2004-03-082-4/+4
* Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.Zeev Suraski2004-02-151-2/+2
* Fix prototype/warningZeev Suraski2004-02-121-1/+1
* fix copy-n-past error in constructor.Wez Furlong2004-02-121-2/+2
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-127-7/+7
* Update to new APIZeev Suraski2004-02-081-1/+1
* - Update with new destructor codeZeev Suraski2004-02-044-7/+8
* update todo part of readmeWez Furlong2004-01-201-8/+3
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
* reinstate this ifdef for people without .Net SDKWez Furlong2004-01-131-0/+2
* Fix refcount on these return values to avoid a leak and allow object dtor's t...Wez Furlong2004-01-131-0/+4
* Fix leaking constructors.Wez Furlong2004-01-134-77/+135
* Support automatic handling of byref parametersWez Furlong2004-01-133-4/+127
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-0811-11/+11
* Port other major parts of PHP 4 COM extension into PHP 5 com_dotnetWez Furlong2004-01-0714-159/+1957
* Explicitly depend on oleaut32.libWez Furlong2003-12-191-1/+1
* Fix use of the CorRuntimeHost; once it has been stopped for a process, it can...Wez Furlong2003-12-183-9/+28
* Kill unused variables.Ilia Alshanetsky2003-12-091-7/+0
* com_create_guid() returns...Wez Furlong2003-12-063-1/+22
* Make these tests work under win32Wez Furlong2003-12-051-3/+1
* check for .net headersWez Furlong2003-12-051-1/+1
* Clarify a little.Wez Furlong2003-12-031-1/+1
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+13
* Fix #25664 - COM crashes when calling a Delphi implementations of ITypeInfo.Wez Furlong2003-11-281-15/+2
* fix memleakWez Furlong2003-11-281-1/+1
* fix win32 build - thanks Sebastian.Wez Furlong2003-11-271-0/+7
* bah. does it really make any difference where rewind lives in the struct!?Wez Furlong2003-10-181-2/+2
* fix cruft from previous incarnation of the iteratorsWez Furlong2003-10-171-2/+3
* add com iterator supportWez Furlong2003-10-173-0/+184
* Fix possible segfault (this one came up when a method could not be found).Wez Furlong2003-10-132-2/+6
* A much better fix for moniker based COM object creation.Wez Furlong2003-10-071-36/+60
* Fix cast callbacksZeev Suraski2003-10-071-3/+4
* potential fix for #25759, although it will need further review.Wez Furlong2003-10-061-1/+4
* Sync with new APIZeev Suraski2003-10-051-11/+1
* Fix leak - non persistent hashes cannot be used in MINIT!Zeev Suraski2003-08-181-1/+1
* emalloc -> safe_emallocIlia Alshanetsky2003-08-183-4/+4