plcapi.git
2016-10-01 gggeekFix error in server class: undefined function php_xmlrp... 4.1.1
2016-06-26 gggeekFix test for i8 4.1.0
2016-06-26 gggeekFix: lib version number had not been bumped up
2016-06-26 gggeekAdd support for i8
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-16 gggeekMinor improvement to the docs
2016-06-14 TuxitySupport i8 type
2016-03-27 gggeek2nd try to make composer happy with downloading stuff...
2016-03-27 gggeekfix travis tests: use https for downloading sources
2016-03-27 gggeekFix for issue #33: excessive usage of numeric charset... 4.0.1
2016-01-24 gggeekAdd link to api docs in manual
2016-01-24 gggeekMove to using Sami for API doc generation instead of...
2016-01-24 gggeekFix pakefile to build from master branch; add a descrip...
2016-01-24 gggeekMove api docs to phpdoc (wip); fix wrong property name...
2016-01-23 gggeeksmall manual fixes
2016-01-23 gggeekmore fixes to the manual
2016-01-23 gggeekmore work on the manual
2016-01-23 gggeekbegin work on v4 of the manual
2016-01-20 gggeekAdd basic test for arrayaccess and countable 4.0.0
2016-01-20 gggeekremove from the phpxmlrpcval class the support for...
2016-01-20 gggeekPrepare docs for release of version 4.0
2015-07-12 Gaetano GiuntaMerge pull request #27 from gggeek/php53 4.0.0-alpha
2015-07-12 gggeekTag 4.0.0-alpha
2015-07-12 gggeekClean up old-API code
2015-07-12 gggeekAdd some commented code to remind the user that the...
2015-07-12 gggeekAdd a benchmark to see if the new api for Value is...
2015-07-12 gggeekImplement interface ArrayAccess in the Value class
2015-07-12 gggeekFix failing tests: charsets mixing up w.keepalives
2015-07-12 gggeekOne more character-set related test
2015-07-12 gggeekUpdate docs
2015-07-12 gggeekRemove code which has been commented out for almost...
2015-07-12 gggeekAllow easier configuration to detect exotic charsets...
2015-07-12 gggeekDocs and formatting to please Scrutinizer
2015-07-12 gggeekTry to make hhvm test runs faster
2015-07-12 gggeek3rd time is a charm?
2015-07-11 gggeek2nd try at test stabilization
2015-07-11 gggeekTry to stabilize recently introduced test
2015-07-11 gggeekAllow hhvm testsuite failures not to fail the Travis...
2015-06-17 gggeekFix ArrayIterator interface implementation; remove...
2015-06-07 gggeekAdded support for Countable and IteratorAggregate inter...
2015-06-07 gggeekAdd a test for receiving requests which use non-utf8...
2015-06-07 gggeekMinor cleanup in variable names
2015-05-30 gggeekmake parsingbugstests executable on their own
2015-05-30 gggeekwrite chagelog of debugger in its interface
2015-05-30 gggeekfix backwards compatibility in xmlrpc_wrappers.inc
2015-05-30 gggeekAdvance in compatibility docs
2015-05-30 gggeekFix: debugger was not able any more to generate wrapped...
2015-05-30 gggeekCorrectly reset php error handler even when user-code...
2015-05-30 gggeekFix: reset debug and error messages between server...
2015-05-30 gggeekFix: better generation of method signatures in wrap_php...
2015-05-30 gggeekadd test for debug messages set into the server by...
2015-05-30 gggeekBetter support for 'undefined' values in debugger's...
2015-05-30 gggeektwo fixes for 'load method synopsis' action in the...
2015-05-25 gggeekFix bugs found by Scrutinizer
2015-05-25 gggeekUpdate docs - in particular add one (incomplete) file...
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-24 gggeekAdd one more test for wrapped php functions: preserve...
2015-05-23 gggeekAdd test for the method signature of wrapped functions
2015-05-23 gggeekSimplify code generated by wrap_php_function; make...
2015-05-23 gggeekMake sure all error messages have the method name
2015-05-23 gggeekDo not generate invalid php code when wrapping a closur...
2015-05-23 gggeektest exceptions thrown in wrapped code; make testsuite...
2015-05-23 gggeekAdd a test for wrapping closures
2015-05-23 gggeekFix buildWrapFunctionSource which had been forgotten...
2015-05-23 gggeekremove last global variable from the codebase
2015-05-23 gggeekAdd one more test for wrap_method; add some comments...
2015-05-23 gggeekRemove usage of one global var in favor of static class var
2015-05-23 gggeekFix one signature of proxy method in proxy.php demo...
2015-05-17 gggeekWIP: Make wrap_xmlrpc_method return a closure by defaul...
2015-05-17 gggeekrename variables and clean up comments
2015-05-17 gggeekfix previous commit: leftover debug code in server.php
2015-05-17 gggeekImprove generation of methods signature by the Wrapper...
2015-05-15 gggeekShow in debugger the count of server methods found
2015-05-15 gggeekFix wrap_php_class(); add more tests for wrapping
2015-05-12 gggeekUpdate comments
2015-05-12 gggeekRefactor demo files (client side): remove redundant...
2015-05-06 gggeekRefactor the Wrapper class to generate closures by...
2015-05-02 gggeekAdd a test for registering anonymous functions in the...
2015-04-28 gggeekset code highlighting in snippets
2015-04-28 gggeekimprove readme
2015-04-28 gggeekMove to asciidoc as principal documentation format
2015-04-27 gggeektry again fixing xsl paths for docs
2015-04-27 gggeekone more doc build fix
2015-04-27 gggeekFixes for doc generation with new dir structure
2015-04-27 gggeekRestructure the documentation folder; add more options...
2015-04-27 gggeekRemove gitignore from docs dir, as we now build in...
2015-04-27 gggeekInstall the docbook xslts via composer for doc generation
2015-04-27 gggeekMore readme tags to display on github
2015-04-27 gggeekAdd generation of docs to pakefile
2015-04-27 gggeekAdd pakefile as replacement for makefile
2015-04-19 gggeekTest if we can get faster tests for hhvm
2015-04-19 gggeekMake debugger use utf8 by default
2015-04-19 gggeekSet default internal charset to UTF8 and change tests...
2015-04-19 gggeekComments and whitespace in discuss.php
2015-04-19 gggeekRemove legacy api usage from comment.php
2015-04-19 gggeekFix: encoder needs the kindOf method on requests
2015-04-18 gggeekfix: the client can now successfully call methods using...
2015-04-18 gggeekMake the debugger tolerate latin-1 characters in all...
next