improve phpdocs in wrapper generated code
[plcapi.git] / src /
2021-01-04 gggeekimprove phpdocs in wrapper generated code
2021-01-02 gggeektag for release
2021-01-02 gggeeknitpicks
2021-01-02 gggeekfix vardemo
2021-01-02 gggeekreorganize test server
2021-01-02 gggeekwelcome 2021
2021-01-02 gggeekeasier subclassing of Charset class
2021-01-02 gggeekcomments
2020-12-31 gggeekshuffle stuff around
2020-12-31 gggeektag for release
2020-12-30 gggeekdocs
2020-12-30 gggeekcomments
2020-12-30 gggeekeasier subclassing of Http
2020-12-30 gggeekstricter date parsing
2020-12-30 gggeekmade Charset load its tables JIT
2020-12-30 gggeekimprove wrapping, encoding and handling of system dmap
2020-12-30 gggeekWIP more support for xmlrpc-polyfill
2020-12-28 gggeeknew features
2020-12-16 gggeektag for release
2020-12-15 gggeekdocs
2020-12-13 gggeekMerge branch 'master' into docker_tests
2020-12-13 gggeekcomments
2020-12-11 gggeekMerge branch 'master' into docker_tests
2020-12-11 gggeekfixes for php 8
2020-12-11 gggeekMerge branch 'master' into docker_tests
2020-12-11 gggeekbump up version nr
2020-06-01 gggeekwelcome 2020
2020-06-01 gggeekcomments
2020-03-04 gggeektry better sending of cookies with spaces in their...
2019-07-29 gggeekcomments
2019-07-29 gggeekcomments
2019-07-29 gggeekfix: usage of Logger
2019-07-29 gggeekcomments
2019-07-29 gggeekcomments
2019-07-29 gggeekdocs
2019-07-29 gggeekfix bc for errors for empty requests
2019-07-29 gggeekfix bc for errors for empty requests
2019-07-29 gggeekMerge branch 'master' of github.com:gggeek/phpxmlrpc
2019-07-29 gggeekWIP fix #71: allow parsing of large xml files
2019-05-27 gggeekOne more fix for issue #55 4.3.2
2019-05-18 gggeekcomment typo
2018-01-20 gggeektag 4.3.1 4.3.1
2018-01-20 gggeekanother attempt; make Logger friend to php 5.3
2018-01-20 gggeekMerge branch 'master' of github.com:gggeek/phpxmlrpc
2018-01-20 gggeekRemove usage of 'each' call from tests to make them...
2018-01-16 gggeekFix: encoding of php resources when in php compat mode
2017-11-11 gggeekHopefully better error messages when the received respo...
2017-11-06 gggeekdoc and lib version tag 4.3.0
2017-11-06 gggeekimprove https via socket
2017-11-06 gggeektravis test
2017-11-05 gggeeksmall Travis improvements
2017-11-05 gggeekAdd new tests for curl/http-1.0 and socket/https
2017-11-05 gggeekOne more attempt at fixing unit tests
2017-11-05 gggeek1st pass at cleanup of unit tests; a couple of nitpicks...
2017-11-05 gggeekallow http auth to work in curl mode; add tests for...
2017-10-15 gggeekDocs 4.2.2
2017-10-15 Gaetano GiuntaMerge pull request #56 from glensc/accept-header
2017-10-03 Elan Ruusamäefix HTTP/1.1 417 Expectation Failed Bug
2017-09-03 gggeekRemove usages of 'each', as it is deprecated in php 7.2
2017-09-03 gggeektest moving back to Precise for Travis tests
2017-09-03 gggeekFix compatibility with php 7.2
2017-06-30 gggeekTag release 4.2.0 4.2.0
2017-06-14 Gaetano GiuntaMerge pull request #51 from FinesseRus/patch-1
2017-06-14 SurgieLess specific date type detection
2016-10-01 gggeekFix error in server class: undefined function php_xmlrp... 4.1.1
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-14 TuxitySupport i8 type
2016-03-27 gggeekFix for issue #33: excessive usage of numeric charset... 4.0.1
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...
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 gggeekImplement interface ArrayAccess in the Value class
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-06-17 gggeekFix ArrayIterator interface implementation; remove...
2015-06-07 gggeekAdded support for Countable and IteratorAggregate inter...
2015-06-07 gggeekMinor cleanup in variable names
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-25 gggeekFix bugs found by Scrutinizer
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-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 gggeekFix buildWrapFunctionSource which had been forgotten...
2015-05-23 gggeekremove last global variable from the codebase
2015-05-23 gggeekRemove usage of one global var in favor of static class var
2015-05-17 gggeekWIP: Make wrap_xmlrpc_method return a closure by defaul...
next