plcapi.git
23 months agoSetting tag plcapi-7.1-0 plcapi-7.1-0
Thierry Parmentelat [Sat, 30 Apr 2022 17:26:45 +0000 (19:26 +0200)]
Setting tag plcapi-7.1-0
for php8 in f35:
* the phpxmlrpc layer has been upgraded to recent 4.6.1 that is php8-ready
* classes to use __construct() to define a constructor
* curl_setopt with verifyhost being 1 is no longer allowed
also other older changes related to pgsql 12

23 months ago Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value... latest-phpxmlrpc
Thierry Parmentelat [Fri, 29 Apr 2022 12:40:19 +0000 (14:40 +0200)]
 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used instead in /usr/share/plc_api/php/phpxmlrpc/src/Client.php on line 1029

2 years agothe PLCAPI class requires __construct as well in order to move to php8
Thierry Parmentelat [Thu, 28 Apr 2022 12:39:59 +0000 (14:39 +0200)]
the PLCAPI class requires __construct as well in order to move to php8

2 years agomerge upstream phpxmlrpc
Thierry Parmentelat [Thu, 28 Apr 2022 10:10:47 +0000 (12:10 +0200)]
merge upstream phpxmlrpc

using command:
git subtree pull --prefix php/phpxmlrpc phpxmlrpc master

2 years agoas a comment in plc.wsgi: keep track of potentially useful debug snippet
Thierry Parmentelat [Wed, 27 Apr 2022 16:17:01 +0000 (18:17 +0200)]
as a comment in plc.wsgi: keep track of potentially useful debug snippet

2 years agobuild on PRs; nitpicks
gggeek [Thu, 3 Mar 2022 22:27:58 +0000 (22:27 +0000)]
build on PRs; nitpicks

2 years agofix link to travis in readme
gggeek [Thu, 3 Mar 2022 22:27:02 +0000 (22:27 +0000)]
fix link to travis in readme

2 years agoprepare version number for next release
gggeek [Tue, 15 Feb 2022 17:56:05 +0000 (17:56 +0000)]
prepare version number for next release

2 years agoMerge pull request #96 from duzun/patch-1
Gaetano Giunta [Tue, 15 Feb 2022 17:54:40 +0000 (18:54 +0100)]
Merge pull request #96 from duzun/patch-1

HTTP/2 support

2 years agotag release
gggeek [Tue, 15 Feb 2022 17:51:11 +0000 (17:51 +0000)]
tag release

2 years agoMerge pull request #98 from rotdrop/bugfix/fix-one-php8-undefined-array-key-error
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"

2 years agoUpdate Http.php
Claus-Justus Heine [Tue, 15 Feb 2022 17:37:16 +0000 (18:37 +0100)]
Update Http.php

2 years agoFix one PHP 8 undefined array key "error"
Claus-Justus Heine [Tue, 15 Feb 2022 17:26:01 +0000 (18:26 +0100)]
Fix one PHP 8 undefined array key "error"

2 years agoHTTP/2 support
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
```

2 years agoimprove install instructions
gggeek [Fri, 24 Dec 2021 13:57:55 +0000 (13:57 +0000)]
improve install instructions

2 years agominor change to README
gggeek [Mon, 13 Dec 2021 17:33:49 +0000 (17:33 +0000)]
minor change to README

2 years agoimprove doc building toolchain: sami 2 phpdocumentor, fix links in manual
gggeek [Mon, 13 Dec 2021 16:33:09 +0000 (16:33 +0000)]
improve doc building toolchain: sami 2 phpdocumentor, fix links in manual

2 years agowip revive and split off doc generatin toolchain
gggeek [Sun, 12 Dec 2021 18:58:41 +0000 (18:58 +0000)]
wip revive and split off doc generatin toolchain

2 years agosmall gha workflow improvement
gggeek [Thu, 9 Dec 2021 23:40:51 +0000 (23:40 +0000)]
small gha workflow improvement

2 years agotag for next version; try to fix generation of code coverage
gggeek [Thu, 9 Dec 2021 23:13:00 +0000 (23:13 +0000)]
tag for next version; try to fix generation of code coverage

2 years agotag lib version
gggeek [Thu, 9 Dec 2021 18:28:20 +0000 (18:28 +0000)]
tag lib version

2 years agomake it possible to retrieve from Response error http codes; introduce custom excepti...
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

2 years agoimprove solution to allow custom mapping of class names when wrapping them
gggeek [Thu, 9 Dec 2021 00:18:37 +0000 (00:18 +0000)]
improve solution to allow custom mapping of class names when wrapping them

2 years agoMerge branch 'master' of github.com:gggeek/phpxmlrpc
gggeek [Wed, 8 Dec 2021 23:20:02 +0000 (23:20 +0000)]
Merge branch 'master' of github.com:gggeek/phpxmlrpc

2 years agoMerge pull request #88 from patzerr/wrapPhpClass-with-changed-namespace
Gaetano Giunta [Wed, 8 Dec 2021 23:18:49 +0000 (00:18 +0100)]
Merge pull request #88 from patzerr/wrapPhpClass-with-changed-namespace

Made it possible to wrap namespaced classes with a different namespace

2 years agoadd a few more tests stressing failure scenarios for wrap_xmlrpc_method
gggeek [Wed, 8 Dec 2021 23:11:26 +0000 (23:11 +0000)]
add a few more tests stressing failure scenarios for wrap_xmlrpc_method

2 years agobye bye Travis
gggeek [Tue, 7 Dec 2021 17:06:24 +0000 (17:06 +0000)]
bye bye Travis

2 years agomove tests badge in readme to GHA
gggeek [Tue, 7 Dec 2021 17:00:55 +0000 (17:00 +0000)]
move tests badge in readme to GHA

2 years agomove to usage of Bionic as default ubuntu version for local ci containers
gggeek [Tue, 7 Dec 2021 16:57:25 +0000 (16:57 +0000)]
move to usage of Bionic as default ubuntu version for local ci containers

2 years agowip github actions CI
gggeek [Tue, 7 Dec 2021 16:51:21 +0000 (16:51 +0000)]
wip github actions CI

2 years agoa comment
gggeek [Tue, 7 Dec 2021 16:41:32 +0000 (16:41 +0000)]
a comment

2 years agoa comment
gggeek [Tue, 7 Dec 2021 16:41:05 +0000 (16:41 +0000)]
a comment

2 years agoa comment
gggeek [Tue, 7 Dec 2021 16:39:41 +0000 (16:39 +0000)]
a comment

2 years agomake wrap_xmlrpc_method more robust on failures
gggeek [Tue, 7 Dec 2021 16:39:04 +0000 (16:39 +0000)]
make wrap_xmlrpc_method more robust on failures

2 years agodocs
gggeek [Tue, 7 Dec 2021 16:37:52 +0000 (16:37 +0000)]
docs

2 years agodo not package gha config
gggeek [Tue, 7 Dec 2021 16:37:37 +0000 (16:37 +0000)]
do not package gha config

2 years agowip github actions CI
gggeek [Tue, 7 Dec 2021 14:03:59 +0000 (14:03 +0000)]
wip github actions CI

2 years agowip github actions CI
gggeek [Tue, 7 Dec 2021 12:34:50 +0000 (12:34 +0000)]
wip github actions CI

2 years agowip github actions CI
gggeek [Tue, 7 Dec 2021 12:03:19 +0000 (12:03 +0000)]
wip github actions CI

2 years agowip github actions CI
gggeek [Tue, 7 Dec 2021 11:46:14 +0000 (11:46 +0000)]
wip github actions CI

2 years agocomments
gggeek [Tue, 7 Dec 2021 11:45:17 +0000 (11:45 +0000)]
comments

2 years agomake sure we use a phpunit version copatible with php 8.1
gggeek [Tue, 7 Dec 2021 11:40:55 +0000 (11:40 +0000)]
make sure we use a phpunit version copatible with php 8.1

2 years agofix compatibility with php 8.1
gggeek [Tue, 7 Dec 2021 11:40:06 +0000 (11:40 +0000)]
fix compatibility with php 8.1

2 years agooops
gggeek [Tue, 7 Dec 2021 11:03:21 +0000 (11:03 +0000)]
oops

2 years agooops
gggeek [Tue, 7 Dec 2021 10:56:29 +0000 (10:56 +0000)]
oops

2 years agowip github actions CI
gggeek [Tue, 7 Dec 2021 10:52:45 +0000 (10:52 +0000)]
wip github actions CI

2 years agowip github actions CI
gggeek [Tue, 7 Dec 2021 09:43:12 +0000 (09:43 +0000)]
wip github actions CI

2 years agowip github actions CI
gggeek [Mon, 6 Dec 2021 18:10:39 +0000 (18:10 +0000)]
wip github actions CI

2 years agowip github actions CI
gggeek [Mon, 6 Dec 2021 17:56:51 +0000 (17:56 +0000)]
wip github actions CI

2 years agowip github actions CI
gggeek [Mon, 6 Dec 2021 17:51:12 +0000 (17:51 +0000)]
wip github actions CI

2 years agowip github actions CI
gggeek [Mon, 6 Dec 2021 17:10:39 +0000 (17:10 +0000)]
wip github actions CI

2 years agowip github actions CI
gggeek [Mon, 6 Dec 2021 17:00:15 +0000 (17:00 +0000)]
wip github actions CI

2 years agowip github actions CI
gggeek [Mon, 6 Dec 2021 16:37:33 +0000 (16:37 +0000)]
wip github actions CI

2 years agowip: add github ci config
gggeek [Mon, 6 Dec 2021 16:03:03 +0000 (16:03 +0000)]
wip: add github ci config

2 years agowip: add github ci config
gggeek [Mon, 6 Dec 2021 15:56:28 +0000 (15:56 +0000)]
wip: add github ci config

2 years agowip: add github ci config
gggeek [Mon, 6 Dec 2021 15:31:56 +0000 (15:31 +0000)]
wip: add github ci config

2 years agowip: add github ci config
gggeek [Mon, 6 Dec 2021 15:24:41 +0000 (15:24 +0000)]
wip: add github ci config

2 years agoMade it possible to wrap namespaced classes with a different namespace
rene.patzer@gameforge.com [Fri, 5 Nov 2021 12:44:41 +0000 (13:44 +0100)]
Made it possible to wrap namespaced classes with a different namespace

3 years agoadopt CI-like patterns
gggeek [Wed, 13 Jan 2021 00:15:14 +0000 (00:15 +0000)]
adopt CI-like patterns

3 years agodocs
gggeek [Tue, 12 Jan 2021 09:51:21 +0000 (09:51 +0000)]
docs

3 years agotag dev lib version
gggeek [Tue, 12 Jan 2021 09:50:17 +0000 (09:50 +0000)]
tag dev lib version

3 years agominor optimizations to charset encoder
gggeek [Tue, 12 Jan 2021 09:49:35 +0000 (09:49 +0000)]
minor optimizations to charset encoder

3 years agoimprove encoding utf8->ascii for non-printable chars
gggeek [Tue, 12 Jan 2021 00:20:41 +0000 (00:20 +0000)]
improve encoding utf8->ascii for non-printable chars

3 years agonitpicks; prepare for release
gggeek [Mon, 11 Jan 2021 09:22:31 +0000 (09:22 +0000)]
nitpicks; prepare for release

3 years agocomments
gggeek [Sat, 9 Jan 2021 18:34:49 +0000 (18:34 +0000)]
comments

3 years agoallow flexible charset decoding for polyfill-xmlrpc
gggeek [Sat, 9 Jan 2021 18:34:31 +0000 (18:34 +0000)]
allow flexible charset decoding for polyfill-xmlrpc

3 years agonitpicks
gggeek [Tue, 5 Jan 2021 16:37:45 +0000 (16:37 +0000)]
nitpicks

3 years agocomment
gggeek [Tue, 5 Jan 2021 15:03:05 +0000 (15:03 +0000)]
comment

3 years agoadd favicon to debugger
gggeek [Tue, 5 Jan 2021 15:02:39 +0000 (15:02 +0000)]
add favicon to debugger

3 years agodocs
gggeek [Mon, 4 Jan 2021 22:57:19 +0000 (22:57 +0000)]
docs

3 years agocomments and formatting
gggeek [Mon, 4 Jan 2021 22:52:53 +0000 (22:52 +0000)]
comments and formatting

3 years agoalways initialize Parsers value to null
gggeek [Mon, 4 Jan 2021 22:52:09 +0000 (22:52 +0000)]
always initialize Parsers value to null

3 years agofix: allow epivals in mixed-calling-convention servers
gggeek [Mon, 4 Jan 2021 22:51:27 +0000 (22:51 +0000)]
fix: allow epivals in mixed-calling-convention servers

3 years agoimprove phpdocs in wrapper generated code
gggeek [Mon, 4 Jan 2021 22:50:56 +0000 (22:50 +0000)]
improve phpdocs in wrapper generated code

3 years agobetter http title for debugger when used for jsonrpc
gggeek [Mon, 4 Jan 2021 22:48:54 +0000 (22:48 +0000)]
better http title for debugger when used for jsonrpc

3 years agotag for release
gggeek [Sat, 2 Jan 2021 23:12:10 +0000 (23:12 +0000)]
tag for release

3 years agonitpicks
gggeek [Sat, 2 Jan 2021 23:10:56 +0000 (23:10 +0000)]
nitpicks

3 years agofix vardemo
gggeek [Sat, 2 Jan 2021 17:37:23 +0000 (17:37 +0000)]
fix vardemo

3 years agoreorganize test server
gggeek [Sat, 2 Jan 2021 17:26:37 +0000 (17:26 +0000)]
reorganize test server

3 years agobetter autoloading in demos
gggeek [Sat, 2 Jan 2021 15:36:08 +0000 (15:36 +0000)]
better autoloading in demos

3 years agocomments
gggeek [Sat, 2 Jan 2021 15:17:57 +0000 (15:17 +0000)]
comments

3 years agoreinstate access to xmlrpc_server->dmap (for users of the v3 API)
gggeek [Sat, 2 Jan 2021 15:17:40 +0000 (15:17 +0000)]
reinstate access to xmlrpc_server->dmap (for users of the v3 API)

3 years agodocs
gggeek [Sat, 2 Jan 2021 15:16:29 +0000 (15:16 +0000)]
docs

3 years agomore namespace use
gggeek [Sat, 2 Jan 2021 14:34:24 +0000 (14:34 +0000)]
more namespace use

3 years agowelcome 2021
gggeek [Sat, 2 Jan 2021 14:22:00 +0000 (14:22 +0000)]
welcome 2021

3 years agocomment
gggeek [Sat, 2 Jan 2021 14:20:22 +0000 (14:20 +0000)]
comment

3 years agonitpick
gggeek [Sat, 2 Jan 2021 14:19:37 +0000 (14:19 +0000)]
nitpick

3 years agoeasier subclassing of Charset class
gggeek [Sat, 2 Jan 2021 14:18:27 +0000 (14:18 +0000)]
easier subclassing of Charset class

3 years agocomments
gggeek [Sat, 2 Jan 2021 14:17:51 +0000 (14:17 +0000)]
comments

3 years agooops
gggeek [Thu, 31 Dec 2020 16:05:49 +0000 (16:05 +0000)]
oops

3 years agooops
gggeek [Thu, 31 Dec 2020 15:54:23 +0000 (15:54 +0000)]
oops

3 years agooops
gggeek [Thu, 31 Dec 2020 15:47:10 +0000 (15:47 +0000)]
oops

3 years agodocs
gggeek [Thu, 31 Dec 2020 15:36:41 +0000 (15:36 +0000)]
docs

3 years agoshuffle stuff around
gggeek [Thu, 31 Dec 2020 15:34:23 +0000 (15:34 +0000)]
shuffle stuff around

3 years agotag for release
gggeek [Thu, 31 Dec 2020 15:05:39 +0000 (15:05 +0000)]
tag for release

3 years agotests
gggeek [Thu, 31 Dec 2020 14:52:02 +0000 (14:52 +0000)]
tests

3 years agotests
gggeek [Thu, 31 Dec 2020 14:37:09 +0000 (14:37 +0000)]
tests

3 years agooops
gggeek [Thu, 31 Dec 2020 14:29:45 +0000 (14:29 +0000)]
oops

3 years agomodernize extras
gggeek [Thu, 31 Dec 2020 14:19:40 +0000 (14:19 +0000)]
modernize extras

3 years agodocs
gggeek [Wed, 30 Dec 2020 18:57:39 +0000 (18:57 +0000)]
docs