Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved to pecl by sascha. remove them from head. | Sterling Hughes | 2003-06-25 | 1 | -1362/+0 |
| | | | | | | discussed with harald, will remain in pecl till he has some more time to work on it. | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry(). | Sebastian Bergmann | 2003-03-26 | 1 | -3/+5 |
| | |||||
* | Fix incorrect TSRMLS_CC usage. | Wez Furlong | 2003-02-18 | 1 | -1/+1 |
| | | | | | Fix com_create_guid() | ||||
* | Implement com_create_guid(). | Wez Furlong | 2003-02-18 | 1 | -0/+23 |
| | | | | | | Add a special case for RETVAL_VARIANT when a variant is of type VT_DISPATCH but has a NULL dispatch pointer. This kind of variant is returned by the WindowsInstaller automation interface. | ||||
* | Implement com_indexed_prop_set() which allows setting of array-like indexed ↵ | Wez Furlong | 2003-02-18 | 1 | -0/+73 |
| | | | | | | | | properties on COM objects. It is expected that this function will be transient, waiting for engine-level and then rpc-level support to be implemented so that this can be integrated more completely. I'm committing this now so that others can help develop the msi installer scripts that require this feature. | ||||
* | Win32 build improvements | Zeev Suraski | 2003-02-17 | 1 | -0/+2 |
| | |||||
* | improved reverse lookup of ProgID based on an IDispatch pointer | Harald Radi | 2003-02-11 | 1 | -41/+73 |
| | |||||
* | a bunch of fixes | Harald Radi | 2003-02-10 | 1 | -102/+68 |
| | |||||
* | byref really means that we want the zval... | Wez Furlong | 2003-02-10 | 1 | -5/+4 |
| | |||||
* | Implement com_describe | Wez Furlong | 2003-02-10 | 1 | -2/+137 |
| | |||||
* | Error reporting leaks and cleanup | Wez Furlong | 2003-02-10 | 1 | -3/+3 |
| | |||||
* | Fix various little leaks and segfaults. | Wez Furlong | 2003-02-09 | 1 | -22/+15 |
| | | | | | | | | Fix scripts like this: $obj = new COM('Foo'); $obj2 = $obj->get_object(); $obj2->method(); // <-- would segfault here | ||||
* | ZTS fixes. | Ilia Alshanetsky | 2003-01-19 | 1 | -1/+1 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -9/+9 |
| | |||||
* | make layers loadable as self-sustaining php extension | Harald Radi | 2003-01-16 | 1 | -10/+38 |
| | | | | | which registeres itself in the rpc framework. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | - added a skeleton for new layers | Harald Radi | 2002-07-19 | 1 | -3/+2 |
| | | | | | - a bit cleanup | ||||
* | ext/rpc/com should work now, but there's still lots of work left. | Harald Radi | 2002-07-18 | 1 | -21/+593 |
| | |||||
* | merging parts of the old com extension to the new rpc extension | Harald Radi | 2002-07-10 | 1 | -11/+417 |
| | |||||
* | reflect the new abstraction changes in the demo layer | Harald Radi | 2002-06-09 | 1 | -22/+39 |
| | |||||
* | changes related to the latest commit of the zend engine | Harald Radi | 2002-04-22 | 1 | -2/+2 |
| | |||||
* | pass function signature in zend_parse_parameters style | Harald Radi | 2002-03-19 | 1 | -3/+3 |
| | | | | | | | lookup cache works now per signature (not only method name) reviewed resource management # have to learn now .. | ||||
* | fixed memleaks | Harald Radi | 2002-03-19 | 1 | -13/+13 |
| | | | | | | added method lookup caching pass function signature to hash function callback | ||||
* | added lookup caching and now make use of the new thread | Harald Radi | 2002-03-19 | 1 | -4/+8 |
| | | | | | safe hashtables (not in cvs right now) | ||||
* | blah | Harald Radi | 2002-03-16 | 1 | -5/+105 |
| | |||||
* | ongoing development ... | Harald Radi | 2002-03-15 | 1 | -1/+5 |
| | |||||
* | rpc apstraction module | Harald Radi | 2002-03-15 | 1 | -0/+7 |
does only work with ZendEngine2 |