update to PHP-8.1 master
authorMichael Wallner <mike@php.net>
Thu, 9 Jun 2022 21:27:33 +0000 (23:27 +0200)
committerMichael Wallner <mike@php.net>
Thu, 9 Jun 2022 21:28:53 +0000 (23:28 +0200)
commit654d736df2c46ec2520f73e9089d06a44f2b9c50
tree3656ef7274d4e653db237fbd0f036742a9e84e1f
parent2121556150be871684b5046af7cf250b8219128d
update to PHP-8.1
42 files changed:
README.md
composer.json
examples/amploop.php
examples/cache.php
examples/cli.php
examples/examples.inc [new file with mode: 0644]
examples/generator.php
examples/gistlog.php
examples/hooks.php
examples/promise.php
examples/readme.php
examples/watchowned.php
http.stub.php [deleted file]
lib/API.php
lib/API/Call.php
lib/API/Call/Cache.php
lib/API/Call/Cache/Control.php
lib/API/Call/Cache/Service.php
lib/API/Call/Cache/Service/Hollow.php
lib/API/Call/Cache/Service/ItemPool.php
lib/API/Call/Cache/Service/Simple.php
lib/API/Call/Deferred.php
lib/API/Call/Result.php
lib/API/Consumer.php
lib/API/ContentType/Handler.php
lib/API/ContentType/Handler/Base64.php
lib/API/ContentType/Handler/Json.php
lib/API/ContentType/Handler/Stream.php
lib/API/ContentType/Handler/Text.php
lib/API/Future.php
lib/API/Future/Amp2.php [new file with mode: 0644]
lib/API/Future/Common.php [new file with mode: 0644]
lib/API/Future/React2.php [new file with mode: 0644]
lib/API/Future/functions.php
lib/API/Iterator.php [deleted file]
lib/API/Links.php
lib/API/Links/functions.php
lib/Exception/functions.php
lib/functions.php
tests/CacheTest.php
tests/ContentTypeTest.php
tests/bootstrap.php