PHP8
authorMichael Wallner <mike@php.net>
Tue, 14 Sep 2021 08:09:37 +0000 (10:09 +0200)
committerMichael Wallner <mike@php.net>
Tue, 14 Sep 2021 08:09:37 +0000 (10:09 +0200)
commit2121556150be871684b5046af7cf250b8219128d
tree7e154e52ddaca69af70086b70ed6e9d016ee0e59
parentcac6bea94e6cde142c951566fa6387ffa54eb3cb
PHP8
43 files changed:
.editorconfig
.gitignore
README.md
composer.json
examples/amploop.php
examples/cache.php
examples/gistlog.php
examples/watchowned.php [new file with mode: 0755]
http.stub.php [new file with mode: 0644]
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.php
lib/API/ContentType/Handler.php [new file with mode: 0644]
lib/API/ContentType/Handler/Base64.php [new file with mode: 0644]
lib/API/ContentType/Handler/Json.php [new file with mode: 0644]
lib/API/ContentType/Handler/Stream.php [new file with mode: 0644]
lib/API/ContentType/Handler/Text.php [new file with mode: 0644]
lib/API/Future.php
lib/API/Future/functions.php
lib/API/Iterator.php
lib/API/Links.php
lib/API/Links/functions.php
lib/Exception.php
lib/Exception/InvalidArgumentException.php
lib/Exception/RequestException.php
lib/Exception/UnexpectedValueException.php
lib/Exception/functions.php
lib/functions.php
phpunit.xml.dist [new file with mode: 0644]
tests/CacheTest.php
tests/CallTest.php
tests/ContentTypeTest.php
tests/ErrorsTest.php
tests/bootstrap.php