summaryrefslogtreecommitdiff
path: root/ext/xmlrpc/xmlrpc-epi-php.c
Commit message (Collapse)AuthorAgeFilesLines
...
* MFH: fix ZTS buildRob Richards2005-10-051-9/+9
|
* fix #32179 (xmlrpc_encode() segfaults with recursive references)Antony Dovgal2005-10-041-15/+28
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Fixed bug #33523 (Memory leak in xmlrpc_encode_request()).Ilia Alshanetsky2005-06-301-0/+4
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* fix for dereferncing null pointer (mfladischer@gmx.net)George Schlossnagle2003-10-151-1/+6
|
* Fixed compiler warnings.Ilia Alshanetsky2003-08-311-2/+2
|
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
|
* Use new infrastructure.Zeev Suraski2003-08-031-5/+2
| | | | | There are bound to be some messups, please report build/runtime bugs!
* Id tag added.Andrey Hristov2003-07-191-2/+4
| | | | | Proto fixes
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Fix two crash bugs when optional parameters are not specified.Wez Furlong2003-03-011-11/+21
| | | | | Fix folding markers.
* Made the code use php_error_docref().Ilia Alshanetsky2003-01-141-400/+354
| | | | | | Removed pointless checks around array_init() and emalloc(). Switched to zend_get_parameters_ex() argument parsing API.
* Fixed ZTS build.Edin Kadribasic2003-01-131-0/+2
|
* - Fixed bug #20155: xmlrpc compile problem with zendengine2 (Path by JanDerick Rethans2003-01-101-2/+2
| | | | | | | Schneider) @- Fixed bug #20155: xmlrpc compile problem with zendengine2 (Derick, Jan @ Schneider)
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* time is a function. Use the name of the variable 'timestamp'Frank M. Kromann2002-11-261-1/+1
|
* Fix bug: #19124, xmlrpc extension builds ok now as shared extension.foobar2002-08-301-3/+4
|
* bool not booleanRasmus Lerdorf2002-08-131-2/+2
|
* - 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-051-17/+68
| | | | xmlrpc-epi version 0.51
* 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-061-1/+1
| | | | | - Fixed it so it's possible to compile as a shared extension.
* - Whitespace part 1Derick Rethans2002-03-141-377/+353
|
* Maintain headers.Sebastian Bergmann2002-02-281-2/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Make xmlrpc module compilable on windows. compiles, but untested.Shane Caraveo2001-12-031-0/+4
|
* patches to sync with sourceforge project, version 0.50. primary change: ↵Dan Libby2001-10-301-11/+52
| | | | adds support for SOAP v 1.1
* ZTS fixesThies C. Arntzen2001-10-261-18/+21
|
* make it compile again and nuke most warningsThies C. Arntzen2001-10-251-11/+18
|
* 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.
* adding xmlrpc extension, per Stig's requestDan Libby2001-09-061-0/+1421