summaryrefslogtreecommitdiff
path: root/ext/rpc/com
Commit message (Collapse)AuthorAgeFilesLines
...
* this patch should fix a bug where intermediate comvals were notHarald Radi2002-04-261-3/+2
| | | | | | | released before they were freed. this caused outproc com server to belive that they still referenced even when the php process already terminated.
* - Fix for bug #14353Derick Rethans2002-04-251-4/+4
|
* changes related to the latest commit of the zend engineHarald Radi2002-04-221-2/+2
|
* whitespace fixesHarald Radi2002-04-181-23/+10
|
* Missing break; causes fallthrough which actually causes heap corruption in ↵Alan Brown2002-04-181-4/+8
| | | | the debugging version despite being just plain wrong. Also placed a default "Unavailable" message when the object does not populate the EXCEPINFO structure. Also removed a minor memory leak.
* When V_BSTR() is NULL, we pass a NULL pointer into php_OLECHAR_to_char() ↵Alan Brown2002-04-181-6/+26
| | | | which reports an exception. Better to map a NULL string pointer to ZVAL_NULL.
* pass function signature in zend_parse_parameters styleHarald Radi2002-03-191-3/+3
| | | | | | | lookup cache works now per signature (not only method name) reviewed resource management # have to learn now ..
* fixed memleaksHarald Radi2002-03-191-13/+13
| | | | | | added method lookup caching pass function signature to hash function callback
* added lookup caching and now make use of the new threadHarald Radi2002-03-191-4/+8
| | | | | safe hashtables (not in cvs right now)
* blahHarald Radi2002-03-161-5/+105
|
* ongoing development ...Harald Radi2002-03-151-1/+5
|
* @ fixed a bug that caused php to crash in php_COM_get_ids_of_names() ↵Harald Radi2002-03-151-0/+2
| | | | (Harald, Paul)
* rpc apstraction moduleHarald Radi2002-03-151-0/+7
| | | | | does only work with ZendEngine2
* Update headers.Sebastian Bergmann2001-12-113-6/+6
|
* proto fixesHartmut Holzgraefe2001-12-051-1/+1
|
* Fixed two protos.Egon Schmid2001-12-021-3/+3
|
* Not all components populate every field in the ExceptInfo structure. Thus we ↵Alan Brown2001-11-091-9/+21
| | | | sometimes would try to convert NULL strings and see php_OLECHAR_to_char errors while displaying Exception information. This version is a little smarter about the member derefencing and the resulting error string.
* no messageHarald Radi2001-11-011-0/+1
|
* fixed wrong constant definitionHarald Radi2001-10-181-1/+1
|
* rename module entryHarald Radi2001-10-171-2/+2
|
* fixed unicode bugHarald Radi2001-10-171-21/+48
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+18
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* fix declarationSascha Schumann2001-10-052-2/+2
|
* no messageHarald Radi2001-10-042-7/+33
|
* fixed Z_* conversion errorsHarald Radi2001-09-261-2/+2
|
* Fixing Win32 build...Frank M. Kromann2001-09-262-3/+3
|
* no messageHarald Radi2001-09-251-32/+139
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-253-12/+12
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* removed VARIANT module and put the VARIANT class intoHarald Radi2001-09-246-100/+88
| | | | | | the COM module. also fixed a few bugs.
* removed ->is_ref check, doesn't make sense and causes bugsHarald Radi2001-09-102-5/+13
|
* IDispatchs got released if they were passed to another componentHarald Radi2001-09-101-1/+11
|
* com_*() functions returned an oo-resource instead of an resource id,Harald Radi2001-09-082-9/+20
| | | | | thus subsequent com_*() calls to com-returnvalues failed.
* Fixed some protos.Egon Schmid2001-09-041-2/+3
|
* whitespaceZeev Suraski2001-08-231-1/+1
|
* catch date conversion errorsHarald Radi2001-08-201-12/+17
|
* hum, wasn't $foo->bar 's property type OE_IS_METHOD ?Harald Radi2001-08-201-0/+6
|
* Fixes for non-TS compilationShane Caraveo2001-08-191-4/+4
|
* fixed a buggy castHarald Radi2001-08-171-2/+2
|
* removed CoInitialize() and CoUninitialize()Harald Radi2001-08-151-7/+7
|
* fixed com_invoke retvalHarald Radi2001-08-141-2/+2
|
* - Avoid using malloc()Zeev Suraski2001-08-144-30/+36
| | | | | - Improve and fix leaks in the typelib constants registration mechanism
* fixed bug in com_load_typelibHarald Radi2001-08-141-3/+5
|
* WhitespaceZeev Suraski2001-08-141-200/+92
|
* more whitespaceZeev Suraski2001-08-141-46/+46
|
* Whitespace & API updatesZeev Suraski2001-08-141-145/+66
|
* Whitespace and API updates (please keep code in the repository in K&R styleZeev Suraski2001-08-141-432/+244
| | | | | like the CODING_STANDARDS ask, guys...)
* Add missing breakZeev Suraski2001-08-141-0/+1
|
* Whenever typelibrary constants were loaded, there was a GP Fault at process ↵Alan Brown2001-08-141-10/+9
| | | | exit as shutdown_memory_manager seemed to delete constants that were supposed to have been deleted earlier. It seems as though CONST_PERSISTENT is a bad thing to use. Resetting that bit on the constant creation still seems to work and the GP Fault at exit is gone.
* hresult is returned if no return type is specifiedHarald Radi2001-08-141-0/+7
|
* update todoHarald Radi2001-08-141-0/+5
|