From: Thierry Parmentelat Date: Thu, 28 Apr 2022 10:10:47 +0000 (+0200) Subject: merge upstream phpxmlrpc X-Git-Tag: plcapi-7.1-0~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c379c0fff5edc592cc5d5d647c7fadb91317db87;p=plcapi.git merge upstream phpxmlrpc using command: git subtree pull --prefix php/phpxmlrpc phpxmlrpc master --- c379c0fff5edc592cc5d5d647c7fadb91317db87 diff --cc php/phpxmlrpc/.editorconfig index 00000000,677e36e2..677e36e2 mode 000000,100644..100644 --- a/php/phpxmlrpc/.editorconfig +++ b/php/phpxmlrpc/.editorconfig diff --cc php/phpxmlrpc/.gitattributes index 00000000,5b0bb2dc..5b0bb2dc mode 000000,100644..100644 --- a/php/phpxmlrpc/.gitattributes +++ b/php/phpxmlrpc/.gitattributes diff --cc php/phpxmlrpc/.github/workflows/ci.yml index 00000000,5d1f245e..5d1f245e mode 000000,100644..100644 --- a/php/phpxmlrpc/.github/workflows/ci.yml +++ b/php/phpxmlrpc/.github/workflows/ci.yml diff --cc php/phpxmlrpc/.gitignore index 1305331a,00000000..f589b5d0 mode 100644,000000..100644 --- a/php/phpxmlrpc/.gitignore +++ b/php/phpxmlrpc/.gitignore @@@ -1,6 -1,0 +1,5 @@@ +/.idea - composer.phar - composer.lock - /vendor/* - /tests/coverage/* +/build/* ++/vendor/* ++/.phpunit.result.cache ++/composer.lock diff --cc php/phpxmlrpc/debugger/favicon.ico index 00000000,0106e8da..0106e8da mode 000000,100644..100644 Binary files differ diff --cc php/phpxmlrpc/demo/client/_append.php index 00000000,da249b30..da249b30 mode 000000,100644..100644 --- a/php/phpxmlrpc/demo/client/_append.php +++ b/php/phpxmlrpc/demo/client/_append.php diff --cc php/phpxmlrpc/demo/client/_prepend.php index 00000000,710c477b..710c477b mode 000000,100644..100644 --- a/php/phpxmlrpc/demo/client/_prepend.php +++ b/php/phpxmlrpc/demo/client/_prepend.php diff --cc php/phpxmlrpc/demo/client/perl/test.pl index 00000000,8eee3740..8eee3740 mode 000000,100644..100644 --- a/php/phpxmlrpc/demo/client/perl/test.pl +++ b/php/phpxmlrpc/demo/client/perl/test.pl diff --cc php/phpxmlrpc/demo/client/python/test.py index 00000000,4b599e65..4b599e65 mode 000000,100644..100644 --- a/php/phpxmlrpc/demo/client/python/test.py +++ b/php/phpxmlrpc/demo/client/python/test.py diff --cc php/phpxmlrpc/demo/server/_append.php index 00000000,da249b30..da249b30 mode 000000,100644..100644 --- a/php/phpxmlrpc/demo/server/_append.php +++ b/php/phpxmlrpc/demo/server/_append.php diff --cc php/phpxmlrpc/demo/server/_prepend.php index 00000000,8dbf6cfe..8dbf6cfe mode 000000,100644..100644 --- a/php/phpxmlrpc/demo/server/_prepend.php +++ b/php/phpxmlrpc/demo/server/_prepend.php diff --cc php/phpxmlrpc/demo/server/methodProviders/functions.php index 00000000,898965b3..898965b3 mode 000000,100644..100644 --- a/php/phpxmlrpc/demo/server/methodProviders/functions.php +++ b/php/phpxmlrpc/demo/server/methodProviders/functions.php diff --cc php/phpxmlrpc/demo/server/methodProviders/interop.php index 00000000,691a7ec6..691a7ec6 mode 000000,100644..100644 --- a/php/phpxmlrpc/demo/server/methodProviders/interop.php +++ b/php/phpxmlrpc/demo/server/methodProviders/interop.php diff --cc php/phpxmlrpc/demo/server/methodProviders/validator1.php index 00000000,f2f66012..f2f66012 mode 000000,100644..100644 --- a/php/phpxmlrpc/demo/server/methodProviders/validator1.php +++ b/php/phpxmlrpc/demo/server/methodProviders/validator1.php diff --cc php/phpxmlrpc/demo/server/methodProviders/wrapper.php index 00000000,749670fe..749670fe mode 000000,100644..100644 --- a/php/phpxmlrpc/demo/server/methodProviders/wrapper.php +++ b/php/phpxmlrpc/demo/server/methodProviders/wrapper.php diff --cc php/phpxmlrpc/doc/build/composer.json index 00000000,f75f1503..f75f1503 mode 000000,100644..100644 --- a/php/phpxmlrpc/doc/build/composer.json +++ b/php/phpxmlrpc/doc/build/composer.json diff --cc php/phpxmlrpc/doc/build/setup_tools.sh index 00000000,6a6bb4ab..6a6bb4ab mode 000000,100644..100644 --- a/php/phpxmlrpc/doc/build/setup_tools.sh +++ b/php/phpxmlrpc/doc/build/setup_tools.sh diff --cc php/phpxmlrpc/phpunit.xml.dist index 00000000,a4e4a19a..a4e4a19a mode 000000,100644..100644 --- a/php/phpxmlrpc/phpunit.xml.dist +++ b/php/phpxmlrpc/phpunit.xml.dist diff --cc php/phpxmlrpc/src/Exception/HttpException.php index 00000000,5b9322ef..5b9322ef mode 000000,100644..100644 --- a/php/phpxmlrpc/src/Exception/HttpException.php +++ b/php/phpxmlrpc/src/Exception/HttpException.php diff --cc php/phpxmlrpc/src/Exception/PhpXmlrpcException.php index 00000000,e143f4e1..e143f4e1 mode 000000,100644..100644 --- a/php/phpxmlrpc/src/Exception/PhpXmlrpcException.php +++ b/php/phpxmlrpc/src/Exception/PhpXmlrpcException.php diff --cc php/phpxmlrpc/tests/1ValueTest.php index 00000000,c77432e3..c77432e3 mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/1ValueTest.php +++ b/php/phpxmlrpc/tests/1ValueTest.php diff --cc php/phpxmlrpc/tests/3EncoderTest.php index 00000000,2c41d757..2c41d757 mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/3EncoderTest.php +++ b/php/phpxmlrpc/tests/3EncoderTest.php diff --cc php/phpxmlrpc/tests/6HTTPTest.php index 00000000,3a14809c..3a14809c mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/6HTTPTest.php +++ b/php/phpxmlrpc/tests/6HTTPTest.php diff --cc php/phpxmlrpc/tests/9ExtraFilesTest.php index 00000000,a88bacea..a88bacea mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/9ExtraFilesTest.php +++ b/php/phpxmlrpc/tests/9ExtraFilesTest.php diff --cc php/phpxmlrpc/tests/PolyfillTestCase.php index 00000000,24957faa..24957faa mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/PolyfillTestCase.php +++ b/php/phpxmlrpc/tests/PolyfillTestCase.php diff --cc php/phpxmlrpc/tests/PolyfillTestCase7.php index 00000000,d54d6b24..d54d6b24 mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/PolyfillTestCase7.php +++ b/php/phpxmlrpc/tests/PolyfillTestCase7.php diff --cc php/phpxmlrpc/tests/PolyfillTestCase8.php index 00000000,5c8711a0..5c8711a0 mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/PolyfillTestCase8.php +++ b/php/phpxmlrpc/tests/PolyfillTestCase8.php diff --cc php/phpxmlrpc/tests/ci/Dockerfile index 00000000,d8c44431..d8c44431 mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/ci/Dockerfile +++ b/php/phpxmlrpc/tests/ci/Dockerfile diff --cc php/phpxmlrpc/tests/ci/config/apache_phpfpm_proxyfcgi index 00000000,8bed636a..8bed636a mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/ci/config/apache_phpfpm_proxyfcgi +++ b/php/phpxmlrpc/tests/ci/config/apache_phpfpm_proxyfcgi diff --cc php/phpxmlrpc/tests/ci/config/apache_vhost index 00000000,88307bf6..88307bf6 mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/ci/config/apache_vhost +++ b/php/phpxmlrpc/tests/ci/config/apache_vhost diff --cc php/phpxmlrpc/tests/ci/config/codecoverage_xdebug.ini index 00000000,7891eb0d..7891eb0d mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/ci/config/codecoverage_xdebug.ini +++ b/php/phpxmlrpc/tests/ci/config/codecoverage_xdebug.ini diff --cc php/phpxmlrpc/tests/ci/docker/entrypoint.sh index 00000000,e3565abb..e3565abb mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/ci/docker/entrypoint.sh +++ b/php/phpxmlrpc/tests/ci/docker/entrypoint.sh diff --cc php/phpxmlrpc/tests/ci/setup/create_user.sh index 00000000,33553d2e..33553d2e mode 000000,100755..100755 --- a/php/phpxmlrpc/tests/ci/setup/create_user.sh +++ b/php/phpxmlrpc/tests/ci/setup/create_user.sh diff --cc php/phpxmlrpc/tests/ci/setup/install_packages.sh index 00000000,b22f3985..b22f3985 mode 000000,100755..100755 --- a/php/phpxmlrpc/tests/ci/setup/install_packages.sh +++ b/php/phpxmlrpc/tests/ci/setup/install_packages.sh diff --cc php/phpxmlrpc/tests/ci/setup/setup_apache.sh index 00000000,b29cde2e..b29cde2e mode 000000,100755..100755 --- a/php/phpxmlrpc/tests/ci/setup/setup_apache.sh +++ b/php/phpxmlrpc/tests/ci/setup/setup_apache.sh diff --cc php/phpxmlrpc/tests/ci/setup/setup_code_coverage.sh index 00000000,49e7af83..49e7af83 mode 000000,100755..100755 --- a/php/phpxmlrpc/tests/ci/setup/setup_code_coverage.sh +++ b/php/phpxmlrpc/tests/ci/setup/setup_code_coverage.sh diff --cc php/phpxmlrpc/tests/ci/setup/setup_composer.sh index 00000000,cd2f81ce..cd2f81ce mode 000000,100755..100755 --- a/php/phpxmlrpc/tests/ci/setup/setup_composer.sh +++ b/php/phpxmlrpc/tests/ci/setup/setup_composer.sh diff --cc php/phpxmlrpc/tests/ci/setup/setup_perl.sh index 00000000,102f6774..102f6774 mode 000000,100644..100644 --- a/php/phpxmlrpc/tests/ci/setup/setup_perl.sh +++ b/php/phpxmlrpc/tests/ci/setup/setup_perl.sh diff --cc php/phpxmlrpc/tests/ci/setup/setup_php.sh index 00000000,038de3d9..038de3d9 mode 000000,100755..100755 --- a/php/phpxmlrpc/tests/ci/setup/setup_php.sh +++ b/php/phpxmlrpc/tests/ci/setup/setup_php.sh diff --cc php/phpxmlrpc/tests/ci/setup/setup_privoxy.sh index 00000000,c39e62f0..c39e62f0 mode 000000,100755..100755 --- a/php/phpxmlrpc/tests/ci/setup/setup_privoxy.sh +++ b/php/phpxmlrpc/tests/ci/setup/setup_privoxy.sh diff --cc php/phpxmlrpc/tests/ci/vm.sh index 00000000,1cef9163..1cef9163 mode 000000,100755..100755 --- a/php/phpxmlrpc/tests/ci/vm.sh +++ b/php/phpxmlrpc/tests/ci/vm.sh