Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | this patch should fix a bug where intermediate comvals were not | Harald Radi | 2002-04-26 | 1 | -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 #14353 | Derick Rethans | 2002-04-25 | 1 | -4/+4 | |
| | ||||||
* | changes related to the latest commit of the zend engine | Harald Radi | 2002-04-22 | 1 | -2/+2 | |
| | ||||||
* | whitespace fixes | Harald Radi | 2002-04-18 | 1 | -23/+10 | |
| | ||||||
* | Missing break; causes fallthrough which actually causes heap corruption in ↵ | Alan Brown | 2002-04-18 | 1 | -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 Brown | 2002-04-18 | 1 | -6/+26 | |
| | | | | which reports an exception. Better to map a NULL string pointer to ZVAL_NULL. | |||||
* | 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 | |
| | ||||||
* | @ fixed a bug that caused php to crash in php_COM_get_ids_of_names() ↵ | Harald Radi | 2002-03-15 | 1 | -0/+2 | |
| | | | | (Harald, Paul) | |||||
* | rpc apstraction module | Harald Radi | 2002-03-15 | 1 | -0/+7 | |
| | | | | | does only work with ZendEngine2 | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 3 | -6/+6 | |
| | ||||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-05 | 1 | -1/+1 | |
| | ||||||
* | Fixed two protos. | Egon Schmid | 2001-12-02 | 1 | -3/+3 | |
| | ||||||
* | Not all components populate every field in the ExceptInfo structure. Thus we ↵ | Alan Brown | 2001-11-09 | 1 | -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 message | Harald Radi | 2001-11-01 | 1 | -0/+1 | |
| | ||||||
* | fixed wrong constant definition | Harald Radi | 2001-10-18 | 1 | -1/+1 | |
| | ||||||
* | rename module entry | Harald Radi | 2001-10-17 | 1 | -2/+2 | |
| | ||||||
* | fixed unicode bug | Harald Radi | 2001-10-17 | 1 | -21/+48 | |
| | ||||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+18 | |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | |||||
* | fix declaration | Sascha Schumann | 2001-10-05 | 2 | -2/+2 | |
| | ||||||
* | no message | Harald Radi | 2001-10-04 | 2 | -7/+33 | |
| | ||||||
* | fixed Z_* conversion errors | Harald Radi | 2001-09-26 | 1 | -2/+2 | |
| | ||||||
* | Fixing Win32 build... | Frank M. Kromann | 2001-09-26 | 2 | -3/+3 | |
| | ||||||
* | no message | Harald Radi | 2001-09-25 | 1 | -32/+139 | |
| | ||||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 3 | -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 into | Harald Radi | 2001-09-24 | 6 | -100/+88 | |
| | | | | | | the COM module. also fixed a few bugs. | |||||
* | removed ->is_ref check, doesn't make sense and causes bugs | Harald Radi | 2001-09-10 | 2 | -5/+13 | |
| | ||||||
* | IDispatchs got released if they were passed to another component | Harald Radi | 2001-09-10 | 1 | -1/+11 | |
| | ||||||
* | com_*() functions returned an oo-resource instead of an resource id, | Harald Radi | 2001-09-08 | 2 | -9/+20 | |
| | | | | | thus subsequent com_*() calls to com-returnvalues failed. | |||||
* | Fixed some protos. | Egon Schmid | 2001-09-04 | 1 | -2/+3 | |
| | ||||||
* | whitespace | Zeev Suraski | 2001-08-23 | 1 | -1/+1 | |
| | ||||||
* | catch date conversion errors | Harald Radi | 2001-08-20 | 1 | -12/+17 | |
| | ||||||
* | hum, wasn't $foo->bar 's property type OE_IS_METHOD ? | Harald Radi | 2001-08-20 | 1 | -0/+6 | |
| | ||||||
* | Fixes for non-TS compilation | Shane Caraveo | 2001-08-19 | 1 | -4/+4 | |
| | ||||||
* | fixed a buggy cast | Harald Radi | 2001-08-17 | 1 | -2/+2 | |
| | ||||||
* | removed CoInitialize() and CoUninitialize() | Harald Radi | 2001-08-15 | 1 | -7/+7 | |
| | ||||||
* | fixed com_invoke retval | Harald Radi | 2001-08-14 | 1 | -2/+2 | |
| | ||||||
* | - Avoid using malloc() | Zeev Suraski | 2001-08-14 | 4 | -30/+36 | |
| | | | | | - Improve and fix leaks in the typelib constants registration mechanism | |||||
* | fixed bug in com_load_typelib | Harald Radi | 2001-08-14 | 1 | -3/+5 | |
| | ||||||
* | Whitespace | Zeev Suraski | 2001-08-14 | 1 | -200/+92 | |
| | ||||||
* | more whitespace | Zeev Suraski | 2001-08-14 | 1 | -46/+46 | |
| | ||||||
* | Whitespace & API updates | Zeev Suraski | 2001-08-14 | 1 | -145/+66 | |
| | ||||||
* | Whitespace and API updates (please keep code in the repository in K&R style | Zeev Suraski | 2001-08-14 | 1 | -432/+244 | |
| | | | | | like the CODING_STANDARDS ask, guys...) | |||||
* | Add missing break | Zeev Suraski | 2001-08-14 | 1 | -0/+1 | |
| | ||||||
* | Whenever typelibrary constants were loaded, there was a GP Fault at process ↵ | Alan Brown | 2001-08-14 | 1 | -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 specified | Harald Radi | 2001-08-14 | 1 | -0/+7 | |
| | ||||||
* | update todo | Harald Radi | 2001-08-14 | 1 | -0/+5 | |
| |