phpro / soap-client

A general purpose SOAP client for PHP
MIT License
855 stars 175 forks source link

Enable PHP 8.3 Support #490

Closed AlexanderWillner closed 9 months ago

AlexanderWillner commented 9 months ago

Feature Request

Q A
New Feature yes
RFC no
BC Break no

Summary

PHP 8.3 will be released on 23rd of November 2023. Currently, the composer.json does not include PHP 8.3. However, the tests seem to work fine:

% php -version ; ./vendor/bin/phpunit --bootstrap test/bootstrap.php test
PHP 8.3.0-dev (cli) (built: Nov  6 2023 18:46:57) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.0-dev, Copyright (c) Zend Technologies
    with Zend OPcache v8.3.0-dev, Copyright (c), by Zend Technologies
PHPUnit 9.6.13 by Sebastian Bergmann and contributors.

...............................................................  63 / 205 ( 30%)
............................................................... 126 / 205 ( 61%)
............................................................... 189 / 205 ( 92%)
................                                                205 / 205 (100%)

Time: 00:00.617, Memory: 16.00 MB
veewee commented 9 months ago

duplicate of #491