summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
Commit message (Collapse)AuthorAgeFilesLines
* bool not booleanRasmus Lerdorf2002-08-131-2/+2
|
* Allow xmlrpc-epi header files stored under include/xmlrpc-epiYasuo Ohgaki2002-07-281-3/+8
|
* - Consistent error messagesDerick Rethans2002-07-061-1/+1
|
* Fix typo.foobar2002-07-051-1/+1
|
* merged in updates from SF project. bring php repository up to date with ↵Dan Libby2002-07-0513-40/+317
| | | | xmlrpc-epi version 0.51
* Fixed win32 build.Edin Kadribasic2002-07-031-0/+4
|
* Fix bug: #16252foobar2002-06-301-0/+5
|
* Fix some build error on win32 (snapshot build)foobar2002-06-291-4/+4
|
* Fixed bug: #17732.foobar2002-06-161-2/+5
| | | | | | xmlrpc_decode_request() and xmlrpc_set_type() expect some parameters to be passed by reference.
* - fixed memory leakUwe Steinmann2002-04-171-0/+3
|
* - Fixed a leak in xml_decode().Andrei Zmievski2002-04-062-2/+4
| | | | | - Fixed it so it's possible to compile as a shared extension.
* - 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
|
* - Made one test/setup macro for iconv and fixed it to checkfoobar2002-03-171-22/+2
| | | | | for libc first.
* * "new and improved" iconv testStig Bakken2002-03-151-10/+17
|
* - Whitespace part 1Derick Rethans2002-03-141-377/+353
|
* * another libconv->libiconv typoStig Bakken2002-03-131-1/+1
|
* old makefilesSascha Schumann2002-03-122-21/+0
|
* Please welcome the new build system.Sascha Schumann2002-03-072-10/+8
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* 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-112-4/+4
|
* * configure help indent fixStig Bakken2001-12-071-1/+1
|
* Make xmlrpc module compilable on windows. compiles, but untested.Shane Caraveo2001-12-0312-3/+249
|
* Unified the configure messages.foobar2001-11-301-3/+4
|
* patches to sync with sourceforge project, version 0.50. primary change: ↵Dan Libby2001-10-3010-92/+1227
| | | | adds support for SOAP v 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 some protos.Egon Schmid2001-10-171-17/+17
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-2/+4
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 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-261-5/+5
|
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-4/+4
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-110/+110
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* removed autogenerated file from cvsfoobar2001-09-221-7/+0
|
* * build fixStig Bakken2001-09-102-1/+4
|
* Almost missed this one..foobar2001-09-071-2/+2
|
* fix various build errors. default to no xmlrpcDan Libby2001-09-064-90/+46
|
* adding xmlrpc extension, per Stig's requestDan Libby2001-09-0635-0/+9552