Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved to pecl by sascha. remove them from head. | Sterling Hughes | 2003-06-25 | 83 | -20285/+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 | 24 | -72/+72 |
| | |||||
* | Adjust path to bundled expat sources for Win32 build. | Sebastian Bergmann | 2003-05-03 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #22944 (--with-java "make install" fails) | foobar | 2003-04-04 | 1 | -2/+6 |
| | |||||
* | MFB ext/com | Harald Radi | 2003-03-27 | 1 | -1/+1 |
| | | | | | | fix #22899 invoke is called twice | ||||
* | Eliminate TSRMLS_FETCH() calls in destroy_op_array() and zend_get_class_entry(). | Sebastian Bergmann | 2003-03-26 | 5 | -15/+26 |
| | |||||
* | Fix build for activescript sapi | Wez Furlong | 2003-03-02 | 1 | -0/+2 |
| | |||||
* | Add folding markers and editor directive blocks. | Jon Parise | 2003-02-19 | 3 | -2/+64 |
| | |||||
* | Remove a stray COM reference. | Jon Parise | 2003-02-18 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -0/+26 |
| | | | | | | 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 | 4 | -0/+8 |
| | |||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x. | ||||
* | Fixed warnings. | Ilia Alshanetsky | 2003-02-13 | 1 | -2/+2 |
| | |||||
* | Added missing header needed for rpc_error(). | Ilia Alshanetsky | 2003-02-13 | 1 | -0/+2 |
| | |||||
* | Fix random crashes | Zeev Suraski | 2003-02-11 | 1 | -0/+1 |
| | |||||
* | clean up source and improve hashing for implicitly | Harald Radi | 2003-02-11 | 3 | -51/+79 |
| | | | | | created objects (aka return values) | ||||
* | improved reverse lookup of ProgID based on an IDispatch pointer | Harald Radi | 2003-02-11 | 2 | -41/+74 |
| | |||||
* | fix rpc_error call | Wez Furlong | 2003-02-10 | 1 | -1/+1 |
| | |||||
* | a bunch of fixes | Harald Radi | 2003-02-10 | 10 | -193/+171 |
| | |||||
* | s/com/skeleton/ is not always a good idea | Harald Radi | 2003-02-10 | 1 | -1/+1 |
| | |||||
* | 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 clean up | Wez Furlong | 2003-02-10 | 1 | -7/+11 |
| | |||||
* | Newly created objects should use a separate function_table from the global ↵ | Wez Furlong | 2003-02-10 | 1 | -3/+11 |
| | | | | | | | | class entry table. For objects instantiated via new, make sure that intern->function_table uses the newly created table when the class is registered. For generic per-object hashing, copy the ce->function_table into intern->function_table. | ||||
* | Error reporting leaks and cleanup | Wez Furlong | 2003-02-10 | 2 | -8/+6 |
| | |||||
* | fix a memleak | Harald Radi | 2003-02-09 | 1 | -5/+4 |
| | |||||
* | Fix various little leaks and segfaults. | Wez Furlong | 2003-02-09 | 3 | -35/+21 |
| | | | | | | | | Fix scripts like this: $obj = new COM('Foo'); $obj2 = $obj->get_object(); $obj2->method(); // <-- would segfault here | ||||
* | Add get_class_name handler so that the current var_dump implementation does ↵ | Wez Furlong | 2003-02-09 | 2 | -3/+58 |
| | | | | | | | not segfault. Add a generic rpc_object_from_data() function for generating rpc objects from C code (as discussed with Harald). | ||||
* | Fix some warnings | Wez Furlong | 2003-02-09 | 1 | -3/+3 |
| | |||||
* | ZTS fixes. | Ilia Alshanetsky | 2003-01-19 | 1 | -4/+4 |
| | |||||
* | ZTS fixes. | Ilia Alshanetsky | 2003-01-19 | 2 | -1/+5 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 6 | -37/+35 |
| | |||||
* | change library name | Harald Radi | 2003-01-16 | 1 | -4/+4 |
| | |||||
* | update skeleton | Harald Radi | 2003-01-16 | 3 | -12/+69 |
| | |||||
* | for those who prefer to have com as a shared lib | Harald Radi | 2003-01-16 | 1 | -0/+167 |
| | |||||
* | make layers loadable as self-sustaining php extension | Harald Radi | 2003-01-16 | 9 | -151/+124 |
| | | | | | which registeres itself in the rpc framework. | ||||
* | Typo fixes. | Ilia Alshanetsky | 2003-01-15 | 1 | -2/+2 |
| | |||||
* | Getting rid of the old API parsing code. | Ilia Alshanetsky | 2003-01-15 | 2 | -14/+14 |
| | |||||
* | Porting of patch applied to ext/xmlrpc. | Ilia Alshanetsky | 2003-01-14 | 1 | -400/+354 |
| | |||||
* | false should be VT_FALSE | Frank M. Kromann | 2003-01-13 | 1 | -1/+1 |
| | |||||
* | Adjust paths to the new location java.dsp | Edin Kadribasic | 2003-01-13 | 1 | -30/+30 |
| | |||||
* | Fix ZTS build here too. | Edin Kadribasic | 2003-01-13 | 1 | -0/+2 |
| | | | | | | | | # # What is the correct location of XMLRPC extension? # Can the reduntand one be removed then and the build system fixed # to acommodate that. | ||||
* | Patch by Giuseppe Tanzilli <g.tanzilli@gruppocsf.com>. | Sebastian Bergmann | 2003-01-12 | 1 | -1/+3 |
| | |||||
* | Add missing ,. | Sebastian Bergmann | 2003-01-11 | 1 | -1/+1 |
| | |||||
* | fix build | Harald Radi | 2003-01-11 | 3 | -7/+19 |
| | |||||
* | - Fixed bug #20155: xmlrpc compile problem with zendengine2 (Path by Jan | Derick Rethans | 2003-01-10 | 1 | -2/+2 |
| | | | | | | | Schneider) @- Fixed bug #20155: xmlrpc compile problem with zendengine2 (Derick, Jan @ Schneider) | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 21 | -21/+21 |
| | |||||
* | Fix bugs #20270, #15702, #18600. Patch by Tony J. White <tjw@tjw.org>. | Sebastian Bergmann | 2002-12-04 | 1 | -19/+7 |
| |