summaryrefslogtreecommitdiff
path: root/ext/rpc
Commit message (Collapse)AuthorAgeFilesLines
* MFH (use of correct javac/jar binaries)foobar2002-04-143-7/+20
|
* MFH the use of correct header file -fixfoobar2002-03-261-0/+6
|
* MFH fixes for the iconv stufffoobar2002-03-261-0/+3
|
* This file is generated, not supposed to be here.foobar2002-03-211-7/+0
|
* MFH: Jani's fix to my iconv fixStig Bakken2002-03-191-22/+2
|
* MFHHarald Radi2002-03-151-0/+2
|
* * MFH: "new and improved" iconv testStig Bakken2002-03-151-10/+17
|
* * MFH: another libconv->libiconv typoStig Bakken2002-03-131-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-282-4/+2
|
* - Fix for bug #15227: Compiling the CGI binary with xmlrpc fails toDerick Rethans2002-01-251-1/+5
| | | | | build/link expat
* more unquoted messages with kommas fixedHartmut Holzgraefe2002-01-041-1/+1
|
* Update headers.Sebastian Bergmann2001-12-118-16/+16
|
* * configure help indent fixStig Bakken2001-12-071-1/+1
|
* proto fixesHartmut Holzgraefe2001-12-051-0/+8
|
* proto fixesHartmut Holzgraefe2001-12-051-1/+1
|
* Mark ext/java as what it is: experimental.Sebastian Bergmann2001-12-042-0/+10
|
* Make xmlrpc module compilable on windows. compiles, but untested.Shane Caraveo2001-12-0312-3/+249
|
* Fixed two protos.Egon Schmid2001-12-021-3/+3
|
* Unified the configure messages.foobar2001-11-302-8/+9
|
* Removing winutil.c from this project. the functions needed are found in ↵Frank M. Kromann2001-11-271-4/+0
| | | | php4ts.dll
* 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
|
* Works now with phpizefoobar2001-10-311-1/+6
|
* patches to sync with sourceforge project, version 0.50. primary change: ↵Dan Libby2001-10-3010-92/+1227
| | | | adds support for SOAP v 1.1
* fix visual studio .net warningHarald Radi2001-10-261-1/+1
|
* ZTS fixesThies C. Arntzen2001-10-263-35/+25
|
* make it compile again and nuke most warningsThies C. Arntzen2001-10-253-19/+26
|
* MFBSterling Hughes2001-10-211-2/+10
|
* fixed wrong constant definitionHarald Radi2001-10-181-1/+1
|
* Fixed some protos.Egon Schmid2001-10-171-17/+17
|
* 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-114-12/+34
| | | | | | 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
|
* 4rd run... now also var.Z_*Jeroen van Wolffelaar2001-09-261-7/+7
|
* 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now.Jeroen van Wolffelaar2001-09-262-8/+8
|
* Fixing Win32 build...Frank M. Kromann2001-09-262-3/+3
|
* no messageHarald Radi2001-09-251-32/+139
|
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-252-5/+5
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-255-167/+167
| | | | 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 autogenerated file from cvsfoobar2001-09-221-7/+0
|
* fix build.foobar2001-09-101-1/+1
|
* Fix a problem when withval pointed to a symlink and automaticSascha Schumann2001-09-101-2/+5
| | | | | detection for the java libraries failed
* 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
|
* * build fixStig Bakken2001-09-102-1/+4
|
* 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.