summaryrefslogtreecommitdiff
path: root/ext/rpc
Commit message (Expand)AuthorAgeFilesLines
* added wez and ordered names alphabeticallyHarald Radi2002-05-311-1/+1
* #forgot somethingHarald Radi2002-05-301-4/+4
* @ Added missing AddRef() calls in the COM extension. This shouldHarald Radi2002-05-304-15/+22
* Add documentation comment for properties in com_print_typeinfoWez Furlong2002-05-211-0/+8
* Enhance com_print_typeinfo.Wez Furlong2002-05-211-80/+133
* Correct usage of convert_to_string_ex which is not allowed to zval*Wez Furlong2002-05-211-5/+4
* Reformat some comments.Wez Furlong2002-05-211-28/+22
* Fix a flag, remove an old comment.Wez Furlong2002-05-211-2/+1
* - Make sure that COM and VARIANT resources are returned as resourcesWez Furlong2002-05-215-53/+552
* integrating wez's patchHarald Radi2002-05-203-20/+13
* Added generic COM wrapper for PHP objects.Wez Furlong2002-05-204-6/+617
* this should finally fix bug #14353Harald Radi2002-05-151-2/+2
* - Fail gracefully and not just bail out with an error message from dirnameMarkus Fischer2002-05-111-0/+6
* remove temporary resources immediatelyHarald Radi2002-05-021-17/+22
* RETURN_NULL() is defined with braces while RETURN_TRUEHarald Radi2002-04-291-11/+11
* functions returned FALSE in case of error and the oo api returned NULL.Harald Radi2002-04-291-11/+11
* updated TODO listHarald Radi2002-04-271-12/+13
* don't set CLSCTX_REMOTE_SERVER if NULL is passed as servernameHarald Radi2002-04-271-9/+4
* this patch should fix a bug where intermediate comvals were notHarald Radi2002-04-261-3/+2
* - Fix for bug #14353Derick Rethans2002-04-251-4/+4
* Fixed the extension name.foobar2002-04-231-5/+5
* set up a proxy object when requesting a reference to a variableHarald Radi2002-04-222-3/+52
* changes related to the latest commit of the zend engineHarald Radi2002-04-226-62/+335
* Tiny typo..foobar2002-04-211-6/+6
* whitespace fixesHarald Radi2002-04-181-23/+10
* Missing break; causes fallthrough which actually causes heap corruption in th...Alan Brown2002-04-181-4/+8
* When V_BSTR() is NULL, we pass a NULL pointer into php_OLECHAR_to_char() whic...Alan Brown2002-04-181-6/+26
* - fixed memory leakUwe Steinmann2002-04-171-0/+3
* - Use the correct javac/jar binaries.foobar2002-04-142-6/+18
* - Fixed a leak in xml_decode().Andrei Zmievski2002-04-062-2/+4
* Fixed the build issues reported by Stas.foobar2002-03-314-149/+106
* - Use correct header file.foobar2002-03-261-0/+6
* Why was this here??foobar2002-03-251-11/+0
* fix the fixfoobar2002-03-221-1/+3
* - Fixed minor inconvenience with iconv detection when iconv is found in libcfoobar2002-03-221-0/+1
* This file is generated and not supposed to be in CVSfoobar2002-03-211-7/+0
* pass function signature in zend_parse_parameters styleHarald Radi2002-03-195-34/+120
* fixed memleaksHarald Radi2002-03-195-138/+235
* added lookup caching and now make use of the new threadHarald Radi2002-03-196-272/+214
* Fix buildStanislav Malyshev2002-03-181-4/+0
* - Made one test/setup macro for iconv and fixed it to checkfoobar2002-03-171-22/+2
* blahHarald Radi2002-03-167-72/+342
* TSRM fixHarald Radi2002-03-161-8/+8
* ongoing development ...Harald Radi2002-03-157-65/+267
* @ fixed a bug that caused php to crash in php_COM_get_ids_of_names() (Harald,...Harald Radi2002-03-151-0/+2
* * "new and improved" iconv testStig Bakken2002-03-151-10/+17
* fixed HashTable allocationHarald Radi2002-03-154-19/+129
* rpc apstraction moduleHarald Radi2002-03-157-0/+502
* - Whitespace part 1Derick Rethans2002-03-141-377/+353
* * another libconv->libiconv typoStig Bakken2002-03-131-1/+1