gggeek [Sun, 18 Dec 2022 21:47:48 +0000 (21:47 +0000)]
docs
gggeek [Sun, 18 Dec 2022 21:45:33 +0000 (21:45 +0000)]
update docs; bump version nr
gggeek [Sun, 18 Dec 2022 21:00:31 +0000 (21:00 +0000)]
give greater flexibility in locating the jsxmlrpc visualeditor
gggeek [Sun, 18 Dec 2022 19:23:31 +0000 (19:23 +0000)]
debugger: load jsxmlrpc from cdn; drop xhtml for html5; move http/https switch
gggeek [Sun, 18 Dec 2022 19:22:13 +0000 (19:22 +0000)]
improve phpdoc comment in code generated by wrapper
gggeek [Fri, 16 Dec 2022 18:49:35 +0000 (18:49 +0000)]
fix xss in debugger; move to pure-js version of visualeditor
gggeek [Fri, 16 Dec 2022 18:47:29 +0000 (18:47 +0000)]
small improvement in doc gen tollchain
gggeek [Tue, 13 Dec 2022 10:56:07 +0000 (10:56 +0000)]
go .yaml
gggeek [Mon, 12 Dec 2022 11:30:19 +0000 (11:30 +0000)]
NEWS
gggeek [Mon, 12 Dec 2022 11:22:09 +0000 (11:22 +0000)]
prefer not to use utf8_encode and utf8_decode
gggeek [Mon, 12 Dec 2022 10:38:59 +0000 (10:38 +0000)]
more 8.2 fixes
gggeek [Mon, 12 Dec 2022 10:25:34 +0000 (10:25 +0000)]
add gha test on php 8.2
Gaetano Giunta [Sun, 11 Dec 2022 17:27:14 +0000 (18:27 +0100)]
Merge pull request #107 from zanbaldwin/php82-deprecations
Update String Interpolation to avoid Deprecations in PHP 8.2
Zan Baldwin [Sun, 11 Dec 2022 13:50:13 +0000 (14:50 +0100)]
Update String Interpolation to avoid Deprecations
RE: https://www.php.net/manual/en/migration82.deprecated.php
gggeek [Wed, 30 Nov 2022 15:53:15 +0000 (15:53 +0000)]
nitpicks
gggeek [Wed, 30 Nov 2022 11:31:09 +0000 (11:31 +0000)]
avoid lsb_release
gggeek [Mon, 28 Nov 2022 15:59:55 +0000 (15:59 +0000)]
use custom package name in generated api manual
gggeek [Mon, 28 Nov 2022 15:59:23 +0000 (15:59 +0000)]
use https for links in docs/debugger
gggeek [Mon, 28 Nov 2022 12:45:09 +0000 (12:45 +0000)]
update changelog and sample server url in the debugger
gggeek [Mon, 28 Nov 2022 10:04:37 +0000 (10:04 +0000)]
fix security issues 80 and 81; comments; whitespace; docs; tag for release
gggeek [Mon, 28 Nov 2022 09:55:43 +0000 (09:55 +0000)]
comments
gggeek [Mon, 28 Nov 2022 09:27:51 +0000 (09:27 +0000)]
docs and comments
gggeek [Mon, 28 Nov 2022 09:27:21 +0000 (09:27 +0000)]
git ignore sonarqube data
gggeek [Sun, 27 Nov 2022 17:42:42 +0000 (17:42 +0000)]
more WIP to fix doc build chain
gggeek [Sun, 27 Nov 2022 17:14:40 +0000 (17:14 +0000)]
doc build improvements
gggeek [Sun, 27 Nov 2022 15:42:26 +0000 (15:42 +0000)]
oops
gggeek [Sun, 27 Nov 2022 14:31:04 +0000 (14:31 +0000)]
add http2 support to the debugger
gggeek [Sat, 26 Nov 2022 15:47:29 +0000 (15:47 +0000)]
docs
gggeek [Sat, 26 Nov 2022 15:27:48 +0000 (15:27 +0000)]
allow following redirects: support 307, 308
gggeek [Sat, 26 Nov 2022 15:20:49 +0000 (15:20 +0000)]
allow following redirects
gggeek [Sat, 26 Nov 2022 15:06:37 +0000 (15:06 +0000)]
more fixes for code cov gen upon testing
gggeek [Sat, 26 Nov 2022 14:52:20 +0000 (14:52 +0000)]
whitespace
gggeek [Sat, 26 Nov 2022 14:46:51 +0000 (14:46 +0000)]
fix code cov gen on gha
gggeek [Sat, 26 Nov 2022 11:22:49 +0000 (11:22 +0000)]
clean up demo code from testsuite needs
gggeek [Sat, 26 Nov 2022 09:56:26 +0000 (09:56 +0000)]
comments
gggeek [Fri, 25 Nov 2022 16:41:18 +0000 (16:41 +0000)]
nitpicks
gggeek [Fri, 25 Nov 2022 16:40:40 +0000 (16:40 +0000)]
use of uninitialized var when accessing nonexisting member of legacy class `xmlrpc_server` - thanks SonarQube
gggeek [Fri, 25 Nov 2022 11:15:30 +0000 (11:15 +0000)]
docs
gggeek [Fri, 25 Nov 2022 11:09:25 +0000 (11:09 +0000)]
docs and comments
gggeek [Fri, 25 Nov 2022 11:06:02 +0000 (11:06 +0000)]
add one missing html escape call to a demo file
gggeek [Fri, 25 Nov 2022 11:05:28 +0000 (11:05 +0000)]
fix php 8 warning when req has no content-type header
gggeek [Thu, 24 Nov 2022 17:53:57 +0000 (17:53 +0000)]
enable https-via-socket tests on php 5.6 and less on bionic and lower, as it seems to work
gggeek [Thu, 24 Nov 2022 17:43:18 +0000 (17:43 +0000)]
fix recent changes to debugger code
gggeek [Thu, 24 Nov 2022 17:25:55 +0000 (17:25 +0000)]
make it possible to build test vm w. bionic/php5.5
gggeek [Thu, 24 Nov 2022 17:22:27 +0000 (17:22 +0000)]
make test env setup scripts more verbose
gggeek [Thu, 24 Nov 2022 17:19:59 +0000 (17:19 +0000)]
try to fix missing codecoverage of debugger
gggeek [Thu, 24 Nov 2022 17:15:13 +0000 (17:15 +0000)]
use two versions of ubuntu to run CI tests
gggeek [Thu, 24 Nov 2022 17:13:02 +0000 (17:13 +0000)]
allow library users to override fine-grained response parsing errors
gggeek [Thu, 24 Nov 2022 11:34:58 +0000 (11:34 +0000)]
ci imprvement
gggeek [Thu, 24 Nov 2022 11:17:59 +0000 (11:17 +0000)]
optimize generation of error msgs in Response and display of demo files sources
gggeek [Thu, 24 Nov 2022 11:16:38 +0000 (11:16 +0000)]
try to increase test coverage
gggeek [Thu, 24 Nov 2022 10:24:06 +0000 (10:24 +0000)]
move coverage from scrutinizer to codecov
gggeek [Thu, 24 Nov 2022 10:12:10 +0000 (10:12 +0000)]
same
gggeek [Thu, 24 Nov 2022 09:33:00 +0000 (09:33 +0000)]
mots
gggeek [Thu, 24 Nov 2022 09:16:16 +0000 (09:16 +0000)]
CI tests
gggeek [Wed, 23 Nov 2022 18:29:50 +0000 (18:29 +0000)]
more gha ci fixes
gggeek [Wed, 23 Nov 2022 18:20:24 +0000 (18:20 +0000)]
WIP CI test fixes
gggeek [Wed, 23 Nov 2022 17:01:38 +0000 (17:01 +0000)]
try running gha tests on jammy
gggeek [Wed, 23 Nov 2022 16:53:08 +0000 (16:53 +0000)]
more CI fixes
gggeek [Wed, 23 Nov 2022 16:49:42 +0000 (16:49 +0000)]
WIP CI test fixes
gggeek [Wed, 23 Nov 2022 16:19:14 +0000 (16:19 +0000)]
enable CI tests on php 5.4, 5.5
gggeek [Wed, 23 Nov 2022 15:54:39 +0000 (15:54 +0000)]
fixes for php 5.5 and earlier
gggeek [Wed, 23 Nov 2022 12:42:51 +0000 (12:42 +0000)]
WIP set up php 5.4, 5.5 in test container
gggeek [Wed, 23 Nov 2022 11:33:28 +0000 (11:33 +0000)]
use ubuntu focal as default container for local tests; WIP allow testing with php 5.4 and 5.5
gggeek [Thu, 10 Nov 2022 20:01:20 +0000 (20:01 +0000)]
tag for release
gggeek [Thu, 10 Nov 2022 20:00:07 +0000 (20:00 +0000)]
add a test on datetime foirmatting
gggeek [Thu, 10 Nov 2022 17:53:54 +0000 (17:53 +0000)]
comments
gggeek [Thu, 10 Nov 2022 17:53:20 +0000 (17:53 +0000)]
fix compat with php 8.1 by dropping strftime
gggeek [Mon, 20 Jun 2022 18:33:56 +0000 (18:33 +0000)]
tag for release
gggeek [Mon, 20 Jun 2022 18:33:37 +0000 (18:33 +0000)]
fix issue #99: fatal on throwing exception when using phpxmlrpc.inc
gggeek [Fri, 27 May 2022 10:45:45 +0000 (10:45 +0000)]
make sure unzip is available for composer in the test vm; mention support of ubuntu jammy for it
gggeek [Fri, 27 May 2022 10:27:55 +0000 (10:27 +0000)]
make sure the new demo file is tested
gggeek [Fri, 27 May 2022 10:18:50 +0000 (10:18 +0000)]
clean up demo files
gggeek [Fri, 27 May 2022 10:18:17 +0000 (10:18 +0000)]
add demo file showcasing use of parallel calls; refactor Client class to support that
gggeek [Fri, 27 May 2022 10:12:43 +0000 (10:12 +0000)]
revert accidental removal of some tests from benchmark.php
gggeek [Thu, 26 May 2022 22:09:28 +0000 (22:09 +0000)]
change names of options used for http/2; add https and http/2 tests to benchmark.php
gggeek [Thu, 26 May 2022 11:33:55 +0000 (11:33 +0000)]
nitpick
gggeek [Thu, 26 May 2022 11:06:41 +0000 (11:06 +0000)]
prefer CURL_HTTP_VERSION_2_0 to CURL_HTTP_VERSION_2TLS as it is ok with older libcurl
gggeek [Thu, 26 May 2022 10:41:40 +0000 (10:41 +0000)]
switch to http/2 prior-knowledge for non-tls requests
gggeek [Thu, 26 May 2022 09:47:15 +0000 (09:47 +0000)]
make sure apache runs in mpm mode as http2 does not work with prefork
gggeek [Thu, 26 May 2022 09:00:30 +0000 (09:00 +0000)]
Improve testing around http2 usage
gggeek [Wed, 25 May 2022 14:25:43 +0000 (14:25 +0000)]
tag for release 4.7.0
gggeek [Wed, 25 May 2022 14:15:21 +0000 (14:15 +0000)]
add http/2 support client-side, and tests
gggeek [Thu, 3 Mar 2022 22:27:58 +0000 (22:27 +0000)]
build on PRs; nitpicks
gggeek [Thu, 3 Mar 2022 22:27:02 +0000 (22:27 +0000)]
fix link to travis in readme
gggeek [Tue, 15 Feb 2022 17:56:05 +0000 (17:56 +0000)]
prepare version number for next release
Gaetano Giunta [Tue, 15 Feb 2022 17:54:40 +0000 (18:54 +0100)]
Merge pull request #96 from duzun/patch-1
HTTP/2 support
gggeek [Tue, 15 Feb 2022 17:51:11 +0000 (17:51 +0000)]
tag release
Gaetano Giunta [Tue, 15 Feb 2022 17:46:21 +0000 (18:46 +0100)]
Merge pull request #98 from rotdrop/bugfix/fix-one-php8-undefined-array-key-error
Fix one PHP 8 undefined array key "error"
Claus-Justus Heine [Tue, 15 Feb 2022 17:37:16 +0000 (18:37 +0100)]
Update Http.php
Claus-Justus Heine [Tue, 15 Feb 2022 17:26:01 +0000 (18:26 +0100)]
Fix one PHP 8 undefined array key "error"
Dumitru Uzun [Mon, 31 Jan 2022 09:34:49 +0000 (11:34 +0200)]
HTTP/2 support
Here is a sample HTTP/2 response head:
```http
HTTP/2 200
server: ddos-guard
date: Mon, 31 Jan 2022 09:33:45 GMT
content-type: text/xml
content-encoding: gzip
vary: Accept-Encoding
```
gggeek [Fri, 24 Dec 2021 13:57:55 +0000 (13:57 +0000)]
improve install instructions
gggeek [Mon, 13 Dec 2021 17:33:49 +0000 (17:33 +0000)]
minor change to README
gggeek [Mon, 13 Dec 2021 16:33:09 +0000 (16:33 +0000)]
improve doc building toolchain: sami 2 phpdocumentor, fix links in manual
gggeek [Sun, 12 Dec 2021 18:58:41 +0000 (18:58 +0000)]
wip revive and split off doc generatin toolchain
gggeek [Thu, 9 Dec 2021 23:40:51 +0000 (23:40 +0000)]
small gha workflow improvement
gggeek [Thu, 9 Dec 2021 23:13:00 +0000 (23:13 +0000)]
tag for next version; try to fix generation of code coverage
gggeek [Thu, 9 Dec 2021 18:28:20 +0000 (18:28 +0000)]
tag lib version
gggeek [Thu, 9 Dec 2021 18:18:29 +0000 (18:18 +0000)]
make it possible to retrieve from Response error http codes; introduce custom exceptions; deprecations and cleanups