Merge pull request #51 from FinesseRus/patch-1
[plcapi.git] / lib /
2016-06-26 gggeekMerge branch 'master' of github.com:gggeek/phpxmlrpc
2016-06-26 Gaetano GiuntaMerge pull request #38 from Tuxity/i8-support
2016-06-14 TuxitySupport i8 type
2016-01-20 gggeekremove from the phpxmlrpcval class the support for...
2015-07-12 Gaetano GiuntaMerge pull request #27 from gggeek/php53 4.0.0-alpha
2015-05-30 gggeekfix backwards compatibility in xmlrpc_wrappers.inc
2015-05-25 gggeekAdd more compatibility stuff in xmlrpcs.inc; split...
2015-05-25 gggeekAdd a warning to the manual; move more method names...
2015-05-17 gggeekWIP: Make wrap_xmlrpc_method return a closure by defaul...
2015-04-19 gggeekSet default internal charset to UTF8 and change tests...
2015-04-19 gggeekFix: encoder needs the kindOf method on requests
2015-04-11 gggeekFix server and client: support LATIN-1 requests/respons...
2015-04-06 gggeekIncrease backwards compatibility with version 3: make...
2015-03-24 gggeekWhitespace: add terminating LF to .inc files
2015-03-24 gggeekRefactoring ongoing: move http headers parsing away...
2015-03-23 gggeekMove deprecated methods into the compatibility classes...
2014-12-16 gggeekbypass completely autoloading for old-style api
2014-12-14 gggeekWIP fix bugs after introduction of namespaces, found...
2014-12-14 gggeekWIP introduce namespaces; move all global functions...
2014-12-10 gggeekCRLF -> LF
2014-12-10 gggeeknitpick: private => protected singleton member in base...
2014-12-10 gggeekFix leftovers from branch merging; remove more php...
2014-12-09 gggeekMerge 5.3 branch, as that becomes the new master, and...
2014-12-08 gggeekFix testsuite failure for https mode
2014-12-07 gggeekno need to call anymore $client->setSSLVerifyHost(2...
2014-06-15 gggeekTag for 3.0.0 release
2014-05-26 gggeekOne more nitpick
2014-05-26 gggeekNitpicks: formatting, commented-out code
2014-05-26 gggeekRename php file containing server class, remove phpunit
2014-05-26 gggeekMore tabs/to/spaces conversion, plus remove closing...
2014-05-26 Gaetano GiuntaMerge pull request #3 from Smarre/master
2014-05-23 Samu Voutilainenxmlrpcmsg: Convert createPayload() from private to...
2014-05-23 Samu VoutilainenModernized old classes
2014-05-23 Samu VoutilainenMoved Phpxmlrpc class to own file
2014-05-23 Samu VoutilainenRenamed Xmlrpc class to Phpxmlrpc
2014-05-23 Samu VoutilainenSplitted classes from xmlrpc.php to separate files
2014-05-23 Samu VoutilainenConvert tabs to spaces.
2014-05-23 Samu VoutilainenRenamed .inc files to .php files
2014-05-22 Samu Voutilainenxmlrpc.inc: changed verifyhost from 1 to 2.
2014-05-22 Samu Voutilainenxmlrpc.inc: Converted $GLOBALS array to internal class...
2014-05-21 Samu Voutilainenxmlrpc.inc: removed deprecated xmlrpc_backslash global
2014-05-21 Samu Voutilainenxmlrpc.inc: remove deprecated xmlEntities
2014-05-21 Samu Voutilainenxmlrpc.inc: removed dl("xml.so")
2014-02-03 gggeekBump requirements to 5.1.0; grammar fixes in comments
2014-01-10 gggeek- welcome 2014
2014-01-10 gggeek- when using curl and keepalive, reset curl handle...
2013-11-19 gggeekRemove $id$ tag now that we are on git; update copyrigh...
2011-01-19 ggiunta- whitespace
2011-01-19 ggiunta- remove a test for php versions lower than 5.0
2010-05-23 ggiunta- changelog update
2010-05-23 ggiunta- omit port on http 'Host' header if it is 80;
2010-05-23 ggiunta- fix bug 3002710: ex:nil not bound because ex namespac...
2010-04-12 ggiunta- method setAcceptedCompression was failing to disable...
2009-09-05 ggiuntagit-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code...
2009-09-05 ggiuntaadded new method SetUserAgent to client to allow having...
2009-09-05 ggiunta* xmlrpcs.inc, xmlrpcs.inc: remove code that was left...
2009-08-05 ggiunta- improve compatibility with php 5.0.x
2009-08-02 ggiunta- xmlrpcs.inc: add a new member var in server class...
2009-07-31 ggiunta- support for datetime objects and timestamps for xmrlc...
2009-07-26 ggiunta- fix typo in a comment
2009-07-26 ggiunta- add a comment in a phpdoc block
2009-07-16 ggiunta- xmlrpc.inc: add support for the <ex:nil/> from the...
2009-07-02 ggiunta- fix issue 2814470: Fix for signature-check mismatch...
2009-05-07 ggiunta- replace all usage of '= & new' with '= new', as this...
2009-05-06 ggiunta- temoved compat stuff and checks from trunk after...
2009-03-17 ggiunta- fix year in copyrights notices
2009-03-16 ggiunta- prepare for release of ver. 2.2.2
2009-03-16 ggiunta- Initial import of the mob, reorganizing dirs to match...