From c385911c0aab16ee355ef7f683127ce4c7f6f6d9 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 28 Jun 2022 14:08:01 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from RealStickman --- plugins/automagic-images/CHANGELOG.md | 42 - plugins/automagic-images/LICENSE | 21 - plugins/automagic-images/README.md | 97 -- plugins/automagic-images/adapters/gd.php | 113 -- plugins/automagic-images/adapters/imagick.php | 82 - .../automagic-images/adapters/interface.php | 15 - plugins/automagic-images/automagic-images.php | 228 --- .../automagic-images/automagic-images.yaml | 27 - plugins/automagic-images/blueprints.yaml | 76 - plugins/automagic-images/composer.json | 5 - plugins/automagic-images/composer.lock | 698 -------- plugins/automagic-images/composer.phar | Bin 2216568 -> 0 bytes plugins/automagic-images/languages.yaml | 28 - plugins/automagic-images/vendor/autoload.php | 7 - .../vendor/composer/ClassLoader.php | 479 ------ .../vendor/composer/InstalledVersions.php | 398 ----- .../automagic-images/vendor/composer/LICENSE | 21 - .../vendor/composer/autoload_classmap.php | 10 - .../vendor/composer/autoload_files.php | 13 - .../vendor/composer/autoload_namespaces.php | 10 - .../vendor/composer/autoload_psr4.php | 18 - .../vendor/composer/autoload_real.php | 75 - .../vendor/composer/autoload_static.php | 103 -- .../vendor/composer/installed.json | 718 -------- .../vendor/composer/installed.php | 137 -- .../vendor/composer/platform_check.php | 26 - .../vendor/guzzlehttp/guzzle/CHANGELOG.md | 1462 ----------------- .../vendor/guzzlehttp/guzzle/LICENSE | 19 - .../vendor/guzzlehttp/guzzle/README.md | 79 - .../vendor/guzzlehttp/guzzle/UPGRADING.md | 1253 -------------- .../vendor/guzzlehttp/guzzle/composer.json | 73 - .../guzzlehttp/guzzle/src/BodySummarizer.php | 28 - .../guzzle/src/BodySummarizerInterface.php | 13 - .../vendor/guzzlehttp/guzzle/src/Client.php | 474 ------ .../guzzlehttp/guzzle/src/ClientInterface.php | 84 - .../guzzlehttp/guzzle/src/ClientTrait.php | 241 --- .../guzzle/src/Cookie/CookieJar.php | 313 ---- .../guzzle/src/Cookie/CookieJarInterface.php | 79 - .../guzzle/src/Cookie/FileCookieJar.php | 101 -- .../guzzle/src/Cookie/SessionCookieJar.php | 77 - .../guzzle/src/Cookie/SetCookie.php | 410 ----- .../src/Exception/BadResponseException.php | 39 - .../guzzle/src/Exception/ClientException.php | 10 - .../guzzle/src/Exception/ConnectException.php | 56 - .../guzzle/src/Exception/GuzzleException.php | 9 - .../Exception/InvalidArgumentException.php | 7 - .../guzzle/src/Exception/RequestException.php | 166 -- .../guzzle/src/Exception/ServerException.php | 10 - .../Exception/TooManyRedirectsException.php | 7 - .../src/Exception/TransferException.php | 7 - .../guzzle/src/Handler/CurlFactory.php | 592 ------- .../src/Handler/CurlFactoryInterface.php | 25 - .../guzzle/src/Handler/CurlHandler.php | 49 - .../guzzle/src/Handler/CurlMultiHandler.php | 253 --- .../guzzle/src/Handler/EasyHandle.php | 112 -- .../guzzle/src/Handler/HeaderProcessor.php | 42 - .../guzzle/src/Handler/MockHandler.php | 211 --- .../guzzlehttp/guzzle/src/Handler/Proxy.php | 51 - .../guzzle/src/Handler/StreamHandler.php | 581 ------- .../guzzlehttp/guzzle/src/HandlerStack.php | 271 --- .../guzzle/src/MessageFormatter.php | 198 --- .../guzzle/src/MessageFormatterInterface.php | 18 - .../guzzlehttp/guzzle/src/Middleware.php | 260 --- .../vendor/guzzlehttp/guzzle/src/Pool.php | 125 -- .../guzzle/src/PrepareBodyMiddleware.php | 104 -- .../guzzle/src/RedirectMiddleware.php | 216 --- .../guzzlehttp/guzzle/src/RequestOptions.php | 264 --- .../guzzlehttp/guzzle/src/RetryMiddleware.php | 116 -- .../guzzlehttp/guzzle/src/TransferStats.php | 133 -- .../vendor/guzzlehttp/guzzle/src/Utils.php | 382 ----- .../guzzlehttp/guzzle/src/functions.php | 167 -- .../guzzle/src/functions_include.php | 6 - .../vendor-bin/php-cs-fixer/composer.json | 9 - .../guzzle/vendor-bin/phpstan/composer.json | 10 - .../guzzle/vendor-bin/psalm/composer.json | 9 - .../vendor/guzzlehttp/promises/CHANGELOG.md | 84 - .../vendor/guzzlehttp/promises/LICENSE | 19 - .../vendor/guzzlehttp/promises/Makefile | 13 - .../vendor/guzzlehttp/promises/README.md | 532 ------ .../vendor/guzzlehttp/promises/composer.json | 39 - .../promises/src/AggregateException.php | 17 - .../promises/src/CancellationException.php | 10 - .../guzzlehttp/promises/src/Coroutine.php | 169 -- .../vendor/guzzlehttp/promises/src/Create.php | 84 - .../vendor/guzzlehttp/promises/src/Each.php | 90 - .../guzzlehttp/promises/src/EachPromise.php | 254 --- .../promises/src/FulfilledPromise.php | 84 - .../vendor/guzzlehttp/promises/src/Is.php | 46 - .../guzzlehttp/promises/src/Promise.php | 278 ---- .../promises/src/PromiseInterface.php | 97 -- .../promises/src/PromisorInterface.php | 16 - .../promises/src/RejectedPromise.php | 91 - .../promises/src/RejectionException.php | 48 - .../guzzlehttp/promises/src/TaskQueue.php | 67 - .../promises/src/TaskQueueInterface.php | 24 - .../vendor/guzzlehttp/promises/src/Utils.php | 274 --- .../guzzlehttp/promises/src/functions.php | 363 ---- .../promises/src/functions_include.php | 6 - .../vendor/guzzlehttp/psr7/CHANGELOG.md | 294 ---- .../vendor/guzzlehttp/psr7/LICENSE | 19 - .../vendor/guzzlehttp/psr7/README.md | 809 --------- .../vendor/guzzlehttp/psr7/composer.json | 49 - .../guzzlehttp/psr7/src/AppendStream.php | 246 --- .../guzzlehttp/psr7/src/BufferStream.php | 142 -- .../guzzlehttp/psr7/src/CachingStream.php | 141 -- .../guzzlehttp/psr7/src/DroppingStream.php | 45 - .../vendor/guzzlehttp/psr7/src/FnStream.php | 163 -- .../vendor/guzzlehttp/psr7/src/Header.php | 71 - .../guzzlehttp/psr7/src/InflateStream.php | 56 - .../guzzlehttp/psr7/src/LazyOpenStream.php | 42 - .../guzzlehttp/psr7/src/LimitStream.php | 157 -- .../vendor/guzzlehttp/psr7/src/Message.php | 252 --- .../guzzlehttp/psr7/src/MessageTrait.php | 214 --- .../vendor/guzzlehttp/psr7/src/MimeType.php | 140 -- .../guzzlehttp/psr7/src/MultipartStream.php | 158 -- .../guzzlehttp/psr7/src/NoSeekStream.php | 25 - .../vendor/guzzlehttp/psr7/src/PumpStream.php | 170 -- .../vendor/guzzlehttp/psr7/src/Query.php | 113 -- .../vendor/guzzlehttp/psr7/src/Request.php | 152 -- .../vendor/guzzlehttp/psr7/src/Response.php | 155 -- .../vendor/guzzlehttp/psr7/src/Rfc7230.php | 19 - .../guzzlehttp/psr7/src/ServerRequest.php | 379 ----- .../vendor/guzzlehttp/psr7/src/Stream.php | 270 --- .../psr7/src/StreamDecoratorTrait.php | 152 -- .../guzzlehttp/psr7/src/StreamWrapper.php | 165 -- .../guzzlehttp/psr7/src/UploadedFile.php | 328 ---- .../vendor/guzzlehttp/psr7/src/Uri.php | 810 --------- .../guzzlehttp/psr7/src/UriNormalizer.php | 219 --- .../guzzlehttp/psr7/src/UriResolver.php | 222 --- .../vendor/guzzlehttp/psr7/src/Utils.php | 428 ----- .../vendor/guzzlehttp/psr7/src/functions.php | 422 ----- .../guzzlehttp/psr7/src/functions_include.php | 6 - .../vendor/myclabs/php-enum/LICENSE | 18 - .../vendor/myclabs/php-enum/README.md | 138 -- .../vendor/myclabs/php-enum/SECURITY.md | 11 - .../vendor/myclabs/php-enum/composer.json | 33 - .../vendor/myclabs/php-enum/psalm.xml | 35 - .../vendor/myclabs/php-enum/src/Enum.php | 305 ---- .../php-enum/src/PHPUnit/Comparator.php | 54 - .../paquettg/php-html-parser/SECURITY.md | 11 - .../paquettg/php-html-parser/composer.json | 38 - .../src/PHPHtmlParser/Content.php | 257 --- .../Contracts/Dom/CleanerInterface.php | 16 - .../Contracts/Dom/ParserInterface.php | 33 - .../PHPHtmlParser/Contracts/DomInterface.php | 23 - .../Contracts/Selector/ParserInterface.php | 12 - .../Contracts/Selector/SeekerInterface.php | 17 - .../Contracts/Selector/SelectorInterface.php | 31 - .../Selector/ParsedSelectorCollectionDTO.php | 41 - .../DTO/Selector/ParsedSelectorDTO.php | 41 - .../PHPHtmlParser/DTO/Selector/RuleDTO.php | 100 -- .../PHPHtmlParser/DTO/Tag/AttributeDTO.php | 60 - .../src/PHPHtmlParser/DTO/TagDTO.php | 74 - .../Discovery/CleanerDiscovery.php | 25 - .../Discovery/DomParserDiscovery.php | 25 - .../Discovery/SeekerDiscovery.php | 25 - .../Discovery/SelectorParserDiscovery.php | 25 - .../php-html-parser/src/PHPHtmlParser/Dom.php | 251 --- .../src/PHPHtmlParser/Dom/Cleaner.php | 130 -- .../PHPHtmlParser/Dom/Node/AbstractNode.php | 495 ------ .../src/PHPHtmlParser/Dom/Node/ArrayNode.php | 45 - .../src/PHPHtmlParser/Dom/Node/Collection.php | 156 -- .../src/PHPHtmlParser/Dom/Node/HtmlNode.php | 244 --- .../src/PHPHtmlParser/Dom/Node/InnerNode.php | 442 ----- .../src/PHPHtmlParser/Dom/Node/LeafNode.php | 21 - .../src/PHPHtmlParser/Dom/Node/TextNode.php | 155 -- .../src/PHPHtmlParser/Dom/Parser.php | 348 ---- .../src/PHPHtmlParser/Dom/RootAccessTrait.php | 100 -- .../src/PHPHtmlParser/Dom/Tag.php | 365 ---- .../src/PHPHtmlParser/Enum/StringToken.php | 23 - .../Exceptions/ChildNotFoundException.php | 14 - .../Exceptions/CircularException.php | 14 - .../Exceptions/ContentLengthException.php | 14 - .../Exceptions/CurlException.php | 14 - .../Exceptions/EmptyCollectionException.php | 14 - .../Exceptions/LogicalException.php | 14 - .../Exceptions/NotLoadedException.php | 14 - .../Exceptions/ParentNotFoundException.php | 14 - .../Exceptions/StrictException.php | 14 - .../Tag/AttributeNotFoundException.php | 12 - .../Exceptions/UnknownChildTypeException.php | 14 - .../Exceptions/UnknownOptionException.php | 14 - .../src/PHPHtmlParser/Finder.php | 64 - .../src/PHPHtmlParser/Options.php | 367 ----- .../src/PHPHtmlParser/Selector/Parser.php | 116 -- .../src/PHPHtmlParser/Selector/Seeker.php | 316 ---- .../src/PHPHtmlParser/Selector/Selector.php | 105 -- .../src/PHPHtmlParser/StaticDom.php | 114 -- .../paquettg/string-encode/CONTRIBUTING.md | 21 - .../vendor/paquettg/string-encode/README.md | 28 - .../paquettg/string-encode/composer.json | 28 - .../vendor/paquettg/string-encode/phpunit.php | 28 - .../vendor/paquettg/string-encode/phpunit.xml | 26 - .../string-encode/src/stringEncode/Encode.php | 121 -- .../src/stringEncode/Exception.php | 4 - .../string-encode/tests/EncodeTest.php | 30 - .../vendor/php-http/httplug/CHANGELOG.md | 129 -- .../vendor/php-http/httplug/LICENSE | 20 - .../vendor/php-http/httplug/README.md | 63 - .../vendor/php-http/httplug/composer.json | 45 - .../vendor/php-http/httplug/puli.json | 12 - .../vendor/php-http/httplug/src/Exception.php | 14 - .../httplug/src/Exception/HttpException.php | 65 - .../src/Exception/NetworkException.php | 28 - .../src/Exception/RequestAwareTrait.php | 26 - .../src/Exception/RequestException.php | 29 - .../src/Exception/TransferException.php | 14 - .../php-http/httplug/src/HttpAsyncClient.php | 25 - .../php-http/httplug/src/HttpClient.php | 15 - .../src/Promise/HttpFulfilledPromise.php | 54 - .../src/Promise/HttpRejectedPromise.php | 53 - .../vendor/php-http/promise/CHANGELOG.md | 48 - .../vendor/php-http/promise/LICENSE | 19 - .../vendor/php-http/promise/README.md | 48 - .../vendor/php-http/promise/composer.json | 38 - .../php-http/promise/src/FulfilledPromise.php | 58 - .../vendor/php-http/promise/src/Promise.php | 69 - .../php-http/promise/src/RejectedPromise.php | 58 - .../vendor/psr/http-client/CHANGELOG.md | 23 - .../vendor/psr/http-client/LICENSE | 19 - .../vendor/psr/http-client/README.md | 12 - .../vendor/psr/http-client/composer.json | 27 - .../src/ClientExceptionInterface.php | 10 - .../psr/http-client/src/ClientInterface.php | 20 - .../src/NetworkExceptionInterface.php | 24 - .../src/RequestExceptionInterface.php | 24 - .../vendor/psr/http-message/CHANGELOG.md | 36 - .../vendor/psr/http-message/LICENSE | 19 - .../vendor/psr/http-message/README.md | 13 - .../vendor/psr/http-message/composer.json | 26 - .../psr/http-message/src/MessageInterface.php | 187 --- .../psr/http-message/src/RequestInterface.php | 129 -- .../http-message/src/ResponseInterface.php | 68 - .../src/ServerRequestInterface.php | 261 --- .../psr/http-message/src/StreamInterface.php | 158 -- .../src/UploadedFileInterface.php | 123 -- .../psr/http-message/src/UriInterface.php | 323 ---- .../vendor/ralouphie/getallheaders/LICENSE | 21 - .../vendor/ralouphie/getallheaders/README.md | 27 - .../ralouphie/getallheaders/composer.json | 26 - .../getallheaders/src/getallheaders.php | 46 - 241 files changed, 30715 deletions(-) delete mode 100644 plugins/automagic-images/CHANGELOG.md delete mode 100644 plugins/automagic-images/LICENSE delete mode 100644 plugins/automagic-images/README.md delete mode 100644 plugins/automagic-images/adapters/gd.php delete mode 100644 plugins/automagic-images/adapters/imagick.php delete mode 100644 plugins/automagic-images/adapters/interface.php delete mode 100644 plugins/automagic-images/automagic-images.php delete mode 100644 plugins/automagic-images/automagic-images.yaml delete mode 100644 plugins/automagic-images/blueprints.yaml delete mode 100644 plugins/automagic-images/composer.json delete mode 100644 plugins/automagic-images/composer.lock delete mode 100644 plugins/automagic-images/composer.phar delete mode 100644 plugins/automagic-images/languages.yaml delete mode 100644 plugins/automagic-images/vendor/autoload.php delete mode 100644 plugins/automagic-images/vendor/composer/ClassLoader.php delete mode 100644 plugins/automagic-images/vendor/composer/InstalledVersions.php delete mode 100644 plugins/automagic-images/vendor/composer/LICENSE delete mode 100644 plugins/automagic-images/vendor/composer/autoload_classmap.php delete mode 100644 plugins/automagic-images/vendor/composer/autoload_files.php delete mode 100644 plugins/automagic-images/vendor/composer/autoload_namespaces.php delete mode 100644 plugins/automagic-images/vendor/composer/autoload_psr4.php delete mode 100644 plugins/automagic-images/vendor/composer/autoload_real.php delete mode 100644 plugins/automagic-images/vendor/composer/autoload_static.php delete mode 100644 plugins/automagic-images/vendor/composer/installed.json delete mode 100644 plugins/automagic-images/vendor/composer/installed.php delete mode 100644 plugins/automagic-images/vendor/composer/platform_check.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/CHANGELOG.md delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/LICENSE delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/README.md delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/UPGRADING.md delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/composer.json delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/BodySummarizer.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Client.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/ClientInterface.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/ClientTrait.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/HandlerStack.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/MessageFormatter.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Middleware.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Pool.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/RequestOptions.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/TransferStats.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Utils.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/functions.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/src/functions_include.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/vendor-bin/php-cs-fixer/composer.json delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/vendor-bin/phpstan/composer.json delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/guzzle/vendor-bin/psalm/composer.json delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/CHANGELOG.md delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/LICENSE delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/Makefile delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/README.md delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/composer.json delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/AggregateException.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/CancellationException.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/Coroutine.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/Create.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/Each.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/EachPromise.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/FulfilledPromise.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/Is.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/Promise.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/PromiseInterface.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/PromisorInterface.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/RejectedPromise.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/RejectionException.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/TaskQueue.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/TaskQueueInterface.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/Utils.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/functions.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/promises/src/functions_include.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/CHANGELOG.md delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/LICENSE delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/README.md delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/composer.json delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/AppendStream.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/BufferStream.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/CachingStream.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/DroppingStream.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/FnStream.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/Header.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/InflateStream.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/LazyOpenStream.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/LimitStream.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/Message.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/MessageTrait.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/MimeType.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/MultipartStream.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/NoSeekStream.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/PumpStream.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/Query.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/Request.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/Response.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/Rfc7230.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/ServerRequest.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/Stream.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/StreamWrapper.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/UploadedFile.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/Uri.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/UriNormalizer.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/UriResolver.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/Utils.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/functions.php delete mode 100644 plugins/automagic-images/vendor/guzzlehttp/psr7/src/functions_include.php delete mode 100644 plugins/automagic-images/vendor/myclabs/php-enum/LICENSE delete mode 100644 plugins/automagic-images/vendor/myclabs/php-enum/README.md delete mode 100644 plugins/automagic-images/vendor/myclabs/php-enum/SECURITY.md delete mode 100644 plugins/automagic-images/vendor/myclabs/php-enum/composer.json delete mode 100644 plugins/automagic-images/vendor/myclabs/php-enum/psalm.xml delete mode 100644 plugins/automagic-images/vendor/myclabs/php-enum/src/Enum.php delete mode 100644 plugins/automagic-images/vendor/myclabs/php-enum/src/PHPUnit/Comparator.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/SECURITY.md delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/composer.json delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Content.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Contracts/Dom/CleanerInterface.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Contracts/Dom/ParserInterface.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Contracts/DomInterface.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Contracts/Selector/ParserInterface.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Contracts/Selector/SeekerInterface.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Contracts/Selector/SelectorInterface.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Selector/ParsedSelectorCollectionDTO.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Selector/ParsedSelectorDTO.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Selector/RuleDTO.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Tag/AttributeDTO.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/TagDTO.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Discovery/CleanerDiscovery.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Discovery/DomParserDiscovery.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Discovery/SeekerDiscovery.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Discovery/SelectorParserDiscovery.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Cleaner.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Node/AbstractNode.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Node/ArrayNode.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Node/Collection.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Node/HtmlNode.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Node/InnerNode.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Node/LeafNode.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Node/TextNode.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Parser.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/RootAccessTrait.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Tag.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Enum/StringToken.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Exceptions/ChildNotFoundException.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Exceptions/CircularException.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Exceptions/ContentLengthException.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Exceptions/CurlException.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Exceptions/EmptyCollectionException.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Exceptions/LogicalException.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Exceptions/NotLoadedException.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Exceptions/ParentNotFoundException.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Exceptions/StrictException.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Exceptions/Tag/AttributeNotFoundException.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Exceptions/UnknownChildTypeException.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Exceptions/UnknownOptionException.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Finder.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Options.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Selector/Parser.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Selector/Seeker.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Selector/Selector.php delete mode 100644 plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/StaticDom.php delete mode 100644 plugins/automagic-images/vendor/paquettg/string-encode/CONTRIBUTING.md delete mode 100644 plugins/automagic-images/vendor/paquettg/string-encode/README.md delete mode 100644 plugins/automagic-images/vendor/paquettg/string-encode/composer.json delete mode 100644 plugins/automagic-images/vendor/paquettg/string-encode/phpunit.php delete mode 100644 plugins/automagic-images/vendor/paquettg/string-encode/phpunit.xml delete mode 100644 plugins/automagic-images/vendor/paquettg/string-encode/src/stringEncode/Encode.php delete mode 100644 plugins/automagic-images/vendor/paquettg/string-encode/src/stringEncode/Exception.php delete mode 100644 plugins/automagic-images/vendor/paquettg/string-encode/tests/EncodeTest.php delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/CHANGELOG.md delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/LICENSE delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/README.md delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/composer.json delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/puli.json delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/src/Exception.php delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/src/Exception/HttpException.php delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/src/Exception/NetworkException.php delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/src/Exception/RequestAwareTrait.php delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/src/Exception/RequestException.php delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/src/Exception/TransferException.php delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/src/HttpAsyncClient.php delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/src/HttpClient.php delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/src/Promise/HttpFulfilledPromise.php delete mode 100644 plugins/automagic-images/vendor/php-http/httplug/src/Promise/HttpRejectedPromise.php delete mode 100644 plugins/automagic-images/vendor/php-http/promise/CHANGELOG.md delete mode 100644 plugins/automagic-images/vendor/php-http/promise/LICENSE delete mode 100644 plugins/automagic-images/vendor/php-http/promise/README.md delete mode 100644 plugins/automagic-images/vendor/php-http/promise/composer.json delete mode 100644 plugins/automagic-images/vendor/php-http/promise/src/FulfilledPromise.php delete mode 100644 plugins/automagic-images/vendor/php-http/promise/src/Promise.php delete mode 100644 plugins/automagic-images/vendor/php-http/promise/src/RejectedPromise.php delete mode 100644 plugins/automagic-images/vendor/psr/http-client/CHANGELOG.md delete mode 100644 plugins/automagic-images/vendor/psr/http-client/LICENSE delete mode 100644 plugins/automagic-images/vendor/psr/http-client/README.md delete mode 100644 plugins/automagic-images/vendor/psr/http-client/composer.json delete mode 100644 plugins/automagic-images/vendor/psr/http-client/src/ClientExceptionInterface.php delete mode 100644 plugins/automagic-images/vendor/psr/http-client/src/ClientInterface.php delete mode 100644 plugins/automagic-images/vendor/psr/http-client/src/NetworkExceptionInterface.php delete mode 100644 plugins/automagic-images/vendor/psr/http-client/src/RequestExceptionInterface.php delete mode 100644 plugins/automagic-images/vendor/psr/http-message/CHANGELOG.md delete mode 100644 plugins/automagic-images/vendor/psr/http-message/LICENSE delete mode 100644 plugins/automagic-images/vendor/psr/http-message/README.md delete mode 100644 plugins/automagic-images/vendor/psr/http-message/composer.json delete mode 100644 plugins/automagic-images/vendor/psr/http-message/src/MessageInterface.php delete mode 100644 plugins/automagic-images/vendor/psr/http-message/src/RequestInterface.php delete mode 100644 plugins/automagic-images/vendor/psr/http-message/src/ResponseInterface.php delete mode 100644 plugins/automagic-images/vendor/psr/http-message/src/ServerRequestInterface.php delete mode 100644 plugins/automagic-images/vendor/psr/http-message/src/StreamInterface.php delete mode 100644 plugins/automagic-images/vendor/psr/http-message/src/UploadedFileInterface.php delete mode 100644 plugins/automagic-images/vendor/psr/http-message/src/UriInterface.php delete mode 100644 plugins/automagic-images/vendor/ralouphie/getallheaders/LICENSE delete mode 100644 plugins/automagic-images/vendor/ralouphie/getallheaders/README.md delete mode 100644 plugins/automagic-images/vendor/ralouphie/getallheaders/composer.json delete mode 100644 plugins/automagic-images/vendor/ralouphie/getallheaders/src/getallheaders.php diff --git a/plugins/automagic-images/CHANGELOG.md b/plugins/automagic-images/CHANGELOG.md deleted file mode 100644 index 5aa4fff..0000000 --- a/plugins/automagic-images/CHANGELOG.md +++ /dev/null @@ -1,42 +0,0 @@ -# v1.0.5 -## 14-06-2021 - -1. [](#bugfix) - * included vendor code… - -# v1.0.4 -## 11-06-2021 - -1. [](#bugfix) - * removed debugging code - -# v1.0.3 -## 10-06-2021 - -1. [](#improved) - * reverted the output changes because they didn't work for twig-generated content - -# v1.0.2 -## 27-05-2021 - -1. [](#bugfix) - * fixed a bit of rogue code from the last update -2. [](#improved) - * added some more information in the README about Grav’s resizing bugs - - -# v1.0.1 -## 25-05-2021 - -1. [](#improved) - * made the output changes that add the sizes attributes cacheable - - -# v1.0 -## 10-05-2021 - -1. [](#new) - * Initial release as a fork from Fredrik Ekelund’s plugin Resize Images, which seems unmaintained -2. [](#improved) - * added translation file and German translation for Admin settings - * adapted code from Ole Vik’s plugin Image Scrset to allow sizes attributes to be set per CSS class in the plugin settings diff --git a/plugins/automagic-images/LICENSE b/plugins/automagic-images/LICENSE deleted file mode 100644 index 3a9cb4a..0000000 --- a/plugins/automagic-images/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2021 Anna Kleiner - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/plugins/automagic-images/README.md b/plugins/automagic-images/README.md deleted file mode 100644 index f2709bc..0000000 --- a/plugins/automagic-images/README.md +++ /dev/null @@ -1,97 +0,0 @@ -# [Grav](http://getgrav.org) Automagic Images Plugin - -This plugin started out as a fork from the most excellent [Resize Images](https://github.com/fredrikekelund/grav-plugin-resize-images) by Fredrik Ekelund. That seems unmaintained however, and I needed some image functionality in my projects that I felt would be best bundled up in one plugin. - -## Currently it does two things: - -1. It resizes a page’s images when you save that page in Admin, according to sizes that can be customised in the plugin’s settings. - -For example, if you keep the default settings and upload a 4000x3000 example-image.jpg to a page, upon clicking save it will generate the following versions: -- example-image.jpg (640x480) -- example-image@2x.jpg (1000x750) -- example-image@3x.jpg (1500x1125) -- example-image@4x.jpg (2500x1875) -- example-image@5x.jpg (3500x2625) -- example-image@6x.jpg (4000x3000, original) - -If you set `remove original` to `on`, the last version will be deleted instead. - -In Grav Admin you will see only the smallest file, but in your file system all the larger versions are still in the same page folder. This is a built-in functionality of Grav which relies on the `@2x` naming convention. - - -2. It adds a `sizes` directive to your images, according to their CSS class. - -*This will not do anything if you don’t set any sizes for your image classes, or if your images do not have classes and you do not define sizes for a default class.* - -Let’s say for example that you have some images which all have a class `content-pic` that sets them at 100% width for mobile, at 33% width if the viewport is at least 37.5em (600px) wide, and at 25em width as soon as the viewport reaches 75em (1200px). In this case the sizes settings should be: - -```yaml -sizesattr: - - - class: 'content-pic' - directive: '(min-width: 75em) 25em, (min-width: 37.5em) 33%, 100vw' -``` - -In short, whatever you put in that `directive` will show up directly in your html as a `sizes=""` attribute for images with that class. - -If *all* your images are the same size, you could also just set a `default` class which gets applied to any images without a class attribute that has a corresponding sizes setting in the plugin. **The `srcset` attribute will be generated by Grav’s built-in functionality from all the available image variants.** - -### A note on performance issues -If you use `cropZoom` or similar on an image, this has nothing to do with the plugin. Whatever you upload gets resized *and saved in the page’s folder* according to your sizes settings and the original image ratio. The images that are generated by using `cropZoom` are stored in Grav’s image cache and have to be re-generated whenever that cache is emptied. Since with this plugin you have several versions of each image which **ALL** get cropZoomed, this can take a while and on pages with a lot of images may result in timeout errors on a cache refresh. In that case you can just reload the page until all the images have been generated and cached. - -Same goes for pages where you add twenty images with 7 MB each. That will almost certainly result in a Crikey! timeout error in the Admin upon clicking save – but you can just hit reload until all images have been processed. (I have personally done this for pages with *dozens* of large images, it took several minutes for a timeout after 30 seconds on a regular shared hosting server, and all was fine afterwards.) - -### Another note on using `cropZoom` and the like -When there are several different-sized versions of an image present, that seems to throw off Grav’s internal calculations and cropZoomed images will end up a *different* size than what you asked for. This is not the plugin’s fault, if you add your own @2x versions of an image without using this plugin you will run into this issue as well. And as far as I can tell, the sizes of the cropZoomed versions in Grav’s cache are all over the place, more wildly so the larger they are. This is a bug in Grav, unfortunately. I recommend checking your own use case, it may not always be a problem but currently it’s often best not to mix optimised images and programmatic reshaping. :-( - -## Why not use Grav’s built-in functionality? -In theory, Grav has all the image-handling capabilities I’d personally need ([see the docs on page media](https://learn.getgrav.org/16/content/media)). However, there are three main reasons why I use this plugin: - -1. If you have the Imagick module available, this plugin can use it, resulting in better image quality. -2. There are [currently some bugs](https://github.com/getgrav/grav/issues/3146) in the native image handling system that make it inadvisable to mix cropZoom and the like with setting `sizes` (both in Twig and Markdown). -3. When doing projects for clients, I like to keep things as simple as possible for them, which ideally is “upload an image and Grav does the rest”. If an image is used in Markdown (I try to avoid that as well, but it’s not always possible), I don’t want people to have to deal with setting sizes. - -So in short, if you want to lovingly handcraft every image on your site, you do not need this plugin. If you want to set up a system where in the end, you upload an image to a page, click save, and then it just works and the result is fairly good, this is the plugin for you. - -A note: Images that already have responsive alternatives with the “@2x” naming convention won’t be resized, so you can also do your own image tweaking if you like. - -## Configuration - -You can customize the set of widths that your images will be resized to. By default they are 640, 1000, 1500, 2500, 3500 pixels in width. Images will never be scaled up, however, so only the widths that are smaller than the original image’s will be used. - -For every width, you’re also able to set the JPEG compression quality. A good rule of thumb is to lower that number at higher widths - the result will still be good! - -This plugin won’t convert PNGs to JPEGs, so the quality number only applies to JPEG images. - -To generate variations of existing images go into the admin panel and re-save the pages where those images live. Every time a page is saved (whether it’s new or old), this plugin will go through all images (again, whether they are new or old) in that page, check if they have responsive variants and generate new ones if necessary. - -## Installation - -Installing the Automagic Images plugin can be done in one of three ways: The GPM (Grav Package Manager) installation method lets you quickly install the plugin with a simple terminal command, the manual method lets you do so via a zip file, and the admin method lets you do so via the Admin Plugin. - -### GPM Installation (Preferred) - -To install the plugin via the [GPM](http://learn.getgrav.org/advanced/grav-gpm), through your system’s terminal (also called the command line), navigate to the root of your Grav-installation, and enter: - - bin/gpm install automagic-images - -This will install the Automagic Images plugin into your `/user/plugins`-directory within Grav. Its files can be found under `/your/site/grav/user/plugins/automagic-images`. - -### Manual Installation - -To install the plugin manually, download the zip-version of this repository and unzip it under `/your/site/grav/user/plugins`. Then rename the folder to `automagic-images`. You can find these files on [GitHub](https://github.com/skinofthesoul/grav-plugin-automagic-images) or via [GetGrav.org](http://getgrav.org/downloads/plugins). - -You should now have all the plugin files under - - /your/site/grav/user/plugins/automagic-images - -### Admin Plugin - -If you use the Admin Plugin, you can install the plugin directly by browsing the `Plugins`-menu and clicking on the `Add` button. - -## Many thanks go to -@fredrikekelund – all credit for the actual code that does all the resizing goes to him. -@olevik – copying and adapting his code from Image Srcset to add the `sizes` per CSS class was a lot easier than writing it all by myself, and also I wouldn’t have learned about the excellent [PHP Html Parser](https://github.com/paquettg/php-html-parser) otherwise. - -## Plans for the future -Being able to regenerate ALL images with a click would be incredibly nice, but I really don’t know when I might get around to that. Co-maintainers and -developers are welcome! Also adding support for formats other than jpg and png, that seems easier to do and will be next. \ No newline at end of file diff --git a/plugins/automagic-images/adapters/gd.php b/plugins/automagic-images/adapters/gd.php deleted file mode 100644 index 75b473a..0000000 --- a/plugins/automagic-images/adapters/gd.php +++ /dev/null @@ -1,113 +0,0 @@ -original_width = $size[0]; - $this->original_height = $size[1]; - - if (preg_match('/jpe?g/', $extension)) { - $this->image = imagecreatefromjpeg($source); - $this->format = 'JPEG'; - } else if ($extension == 'png') { - $this->image = imagecreatefrompng($source); - $this->format = 'PNG'; - } - - return $this; - } - - /** - * Gets the image format - * @return string - Either 'JPEG' or 'PNG' - */ - public function getFormat() - { - return $this->format; - } - - /** - * Resizes the image to the specified dimensions - * @param float $width - * @param float $height - * @return GDAdapter - Returns $this - */ - public function resize($width, $height) - { - $this->target = imagecreatetruecolor($width, $height); - $format = $this->getFormat(); - - if ($format == 'PNG') { - $transparent = imagecolorallocatealpha($this->target, 255, 255, 255, 127); - - imagealphablending($this->target, false); - imagesavealpha($this->target, true); - imagefilledrectangle($this->target, 0, 0, $width, $height, $transparent); - } - - imagecopyresampled($this->target, $this->image, 0, 0, 0, 0, $width, $height, $this->original_width, $this->original_height); - - return $this; - } - - /** - * Sets JPEG quality of target image - * @param int $quality - * @return GDAdapter - Returns $this - */ - public function setQuality($quality) - { - $this->quality = $quality; - - return $this; - } - - /** - * Generates image and saves it to disk - * @param string $filename - Target filename for image - * @return bool - Returns true if successful, false otherwise - */ - public function save($filename) - { - $format = $this->getFormat(); - - if ($format == 'JPEG') { - $result = imagejpeg($this->target, $filename, $this->quality); - } else if ($format == 'PNG') { - $result = imagepng($this->target, $filename, 9); - } - - imagedestroy($this->image); - imagedestroy($this->target); - - return $result; - } -} diff --git a/plugins/automagic-images/adapters/imagick.php b/plugins/automagic-images/adapters/imagick.php deleted file mode 100644 index 92dac8d..0000000 --- a/plugins/automagic-images/adapters/imagick.php +++ /dev/null @@ -1,82 +0,0 @@ -image = new \Imagick($source); - $this->format = strtolower($this->image->getImageFormat()); - - return $this; - } - - /** - * Gets the image format - * @return string - Either 'JPEG' or 'PNG' - */ - public function getFormat() - { - return $this->format; - } - - /** - * Resizes the image to the specified dimensions - * @param float $width - * @param float $height - * @return ImagickAdapter - Returns $this - */ - public function resize($width, $height) - { - $this->image->resizeImage($width, $height, \Imagick::FILTER_LANCZOS, 1); - - return $this; - } - - /** - * Sets JPEG quality of target image - * @param int $quality - * @return ImagickAdapter - Returns $this - */ - public function setQuality($quality) - { - $this->image->setImageCompressionQuality($quality); - - return $this; - } - - /** - * Generates image and saves it to disk - * @param string $filename - Target filename for image - * @return bool - Returns true if successful, false otherwise - */ - public function save($filename) - { - $format = $this->getFormat(); - - if ($format == 'jpeg') { - $this->image->setImageCompression(\Imagick::COMPRESSION_JPEG); - } else if ($format == 'png') { - $this->image->setImageCompression(\Imagick::COMPRESSION_ZIP); - } - - $result = $this->image->writeImage($filename); - $this->image->clear(); - - return (bool) $result; - } -} diff --git a/plugins/automagic-images/adapters/interface.php b/plugins/automagic-images/adapters/interface.php deleted file mode 100644 index 986bda1..0000000 --- a/plugins/automagic-images/adapters/interface.php +++ /dev/null @@ -1,15 +0,0 @@ - ['onAdminSave', 0], - 'onOutputGenerated' => ['onOutputGenerated', 0] - ]; - } - - /** - * Determine whether a particular dependency is installed. - * @param string $adapter Either 'gd' or 'imagick' - * @return bool - */ - protected function dependencyCheck($adapter = 'gd') - { - if ($adapter === 'gd') { - return extension_loaded('gd'); - } - - if ($adapter === 'imagick') { - return class_exists('\Imagick'); - } - } - - /** - * Determine which adapter is preferred and whether or not it's available. - * Construct an instance of that adapter and return it. - * @param string $source - Source image path - * @return mixed - Either an instance of ImagickAdapter, GDAdapter or false if none of the extensions were available - */ - protected function getImageAdapter($source) - { - $imagick_exists = $this->dependencyCheck('imagick'); - $gd_exists = $this->dependencyCheck('gd'); - - if ($this->adapter === 'imagick') { - if ($imagick_exists) { - return new ImagickAdapter($source); - } else if ($gd_exists) { - return new GDAdapter($source); - } - } else if ($this->adapter === 'gd') { - if ($gd_exists) { - return new GDAdapter($source); - } else if ($imagick_exists) { - return new ImagickAdapter($source); - } - } - } - - /** - * Resizes an image using either Imagick or GD - * @param string $source - Source image path - * @param string $target - Target image path - * @param float $width - Target width - * @param float $height - Target height - * @param int [$quality=95] - Compression quality for target image - * @return bool - Returns true on success, otherwise false - */ - protected function resizeImage($source, $target, $width, $height, $quality = 95) - { - $adapter = $this->getImageAdapter($source); - $adapter->resize($width, $height); - $adapter->setQuality($quality); - - return $adapter->save($target); - } - - /** - * Called when a page is saved from the admin plugin. Will generate - * responsive image alternatives for images that don't have any. - */ - public function onAdminSave($event) - { - $page = $event['object']; - - if (!($page instanceof Page || $page instanceof PageObject)) { - return false; - } - - if (!$this->dependencyCheck('imagick') && !$this->dependencyCheck('gd')) { - $this->grav['admin']->setMessage('Neither Imagick nor GD seem to be installed. Automagic Images needs one of them to work.', 'warning'); - return; - } - - $this->sizes = (array) $this->config->get('plugins.automagic-images.sizes'); - $this->adapter = $this->config->get('plugins.automagic-images.adapter', 'imagick'); - - foreach ($page->media()->images() as $filename => $medium) { - $srcset = $medium->srcset(false); - - if ($srcset != '') { - continue; - } - - // We can't rely on the path returned from the image's own path - // method, since it points to the directory where the image is saved - // rather than where the original is stored. This means it could - // point to the global image cache directory. - $page_path = $page->path(); - $source_path = "$page_path/$filename"; - $info = pathinfo($source_path); - $count = 0; - - foreach ($this->sizes as $i => $size) { - if ($size['width'] >= $medium->width) { - continue; - } - - $count++; - $basename = str_replace(" ", "-", $info['filename']); - $ext = strtolower($info['extension']); - $dest_path = "{$info['dirname']}/{$basename}@{$count}x.{$ext}"; - $width = $size['width']; - $quality = $size['quality']; - $height = ($width / $medium->width) * $medium->height; - - $this->resizeImage($source_path, $dest_path, $width, $height, $quality, $medium->width, $medium->height); - } - - $remove_original = $this->config->get('plugins.automagic-images.remove_original'); - - if ($count > 0) { - $original_index = $count + 1; - - if ($remove_original) { - unlink($source_path); - } else { - rename($source_path, "{$info['dirname']}/{$basename}@{$original_index}x.{$ext}"); - } - - $fixed_source = str_replace($info['filename'], $basename, $source_path); - $fixed_source = str_replace($info['extension'], $ext, $fixed_source); - rename("{$info['dirname']}/{$basename}@1x.{$ext}", $fixed_source); - } - - $message = "Resized $filename $count times"; - - if ($remove_original) { - $message .= ' (and removed the original image)'; - } - - $this->grav['admin']->setMessage($message, 'info'); - } - } - - /** - * Iterates over images in page content that was generated via twig and adds - * sizes attribute (not cacheable) - * - * @return void - */ - public function onOutputGenerated() - { - if ($this->isAdmin()) { - return; - } - $config = (array) $this->config->get('plugins.automagic-images'); - $page = $this->grav['page']; - // dump($this->grav->output); exit; - $config = $this->mergeConfig($page); - if ($config['enabled']) { - include __DIR__ . '/vendor/autoload.php'; - $dom = new Dom; - $dom->loadStr($this->grav->output, - (new Options())->setCleanupInput(false) - ); - $images = $dom->find('img'); - $arrClasses = []; - foreach ($config['sizesattr'] as $array) { - $arrClasses[$array['class']] = $array['directive']; - } - foreach ($images as $image) { - $sizesattr = ""; - $classes = explode(" ", $image->getAttribute('class')); - foreach ($classes as $class) { - if (array_key_exists($class, $arrClasses)) { - $sizesattr = $arrClasses[$class]; - } - } - if ($sizesattr == "") { - if (array_key_exists('default', $arrClasses)) { - $sizesattr = $arrClasses['default']; - } - } - if ($sizesattr != "") { - $image->setAttribute('sizes', $sizesattr); - } - } - $this->grav->output = $dom->outerHtml; - } - } -} diff --git a/plugins/automagic-images/automagic-images.yaml b/plugins/automagic-images/automagic-images.yaml deleted file mode 100644 index 42847ae..0000000 --- a/plugins/automagic-images/automagic-images.yaml +++ /dev/null @@ -1,27 +0,0 @@ -enabled: '1' -adapter: imagick -remove_original: '0' -sizes: - - - width: 640 - quality: 92 - - - width: 1000 - quality: 90 - - - width: 1500 - quality: 87 - - - width: 2500 - quality: 85 - - - width: 3500 - quality: 82 - -sizesattr: - - - class: 'default' - directive: '100vw' - - - class: 'example' - directive: '(min-width: 20em) 33%, 100vw' \ No newline at end of file diff --git a/plugins/automagic-images/blueprints.yaml b/plugins/automagic-images/blueprints.yaml deleted file mode 100644 index 754eed4..0000000 --- a/plugins/automagic-images/blueprints.yaml +++ /dev/null @@ -1,76 +0,0 @@ -name: Automagic Images -version: 1.0.5 -description: Generate responsive versions of images as they are uploaded, and add sizes directives per CSS class. -icon: picture-o -author: - name: Netzhexe - email: ak@netzhexe.de -homepage: https://github.com/skinofthesoul/grav-plugin-automagic-images -keywords: images, responsive, srcset, sizes -bugs: https://github.com/skinofthesoul/grav-plugin-automagic-images/issues -docs: https://github.com/skinofthesoul/grav-plugin-automagic-images/blob/master/README.md -license: MIT - -form: - validation: strict - fields: - enabled: - type: toggle - label: PLUGIN_ADMIN.PLUGIN_STATUS - highlight: 1 - default: 0 - options: - 1: PLUGIN_ADMIN.ENABLED - 0: PLUGIN_ADMIN.DISABLED - validate: - type: bool - adapter: - type: select - label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_ADAPTER - help: PLUGIN_AUTOMAGIC_IMAGES.HELP_ADAPTER - default: imagick - options: - imagick: Imagick - gd: GD - remove_original: - type: toggle - label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_REMOVE_ORIGINAL - help: PLUGIN_AUTOMAGIC_IMAGES.HELP_REMOVE_ORIGINAL - highlight: 0 - default: 0 - options: - 1: Enabled - 0: Disabled - validate: - type: bool - sizes: - type: list - label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_SIZES - btnLabel: PLUGIN_AUTOMAGIC_IMAGES.BTNLABEL_ADD_SIZE - - fields: - .width: - type: number - label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_WIDTH - placeholder: 1280 - min: 1 - .quality: - type: number - label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_QUALITY - placeholder: 82 - min: 0 - max: 100 - default: 82 - - sizesattr: - type: list - label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_SIZESATTR - btnLabel: PLUGIN_AUTOMAGIC_IMAGES.BTNLABEL_SIZESATTR - - fields: - .class: - type: text - label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_CLASS - .directive: - type: text - label: PLUGIN_AUTOMAGIC_IMAGES.LABEL_DIRECTIVE diff --git a/plugins/automagic-images/composer.json b/plugins/automagic-images/composer.json deleted file mode 100644 index 35a3307..0000000 --- a/plugins/automagic-images/composer.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "require": { - "paquettg/php-html-parser": "^3.1.1" - } -} diff --git a/plugins/automagic-images/composer.lock b/plugins/automagic-images/composer.lock deleted file mode 100644 index 9b3f4e2..0000000 --- a/plugins/automagic-images/composer.lock +++ /dev/null @@ -1,698 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "69fdec62fcc07c25d68a76eaed5f7c8f", - "packages": [ - { - "name": "guzzlehttp/guzzle", - "version": "7.3.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/guzzle.git", - "reference": "7008573787b430c1c1f650e3722d9bba59967628" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628", - "reference": "7008573787b430c1c1f650e3722d9bba59967628", - "shasum": "" - }, - "require": { - "ext-json": "*", - "guzzlehttp/promises": "^1.4", - "guzzlehttp/psr7": "^1.7 || ^2.0", - "php": "^7.2.5 || ^8.0", - "psr/http-client": "^1.0" - }, - "provide": { - "psr/http-client-implementation": "1.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "ext-curl": "*", - "php-http/client-integration-tests": "^3.0", - "phpunit/phpunit": "^8.5.5 || ^9.3.5", - "psr/log": "^1.1" - }, - "suggest": { - "ext-curl": "Required for CURL handler support", - "ext-intl": "Required for Internationalized Domain Name (IDN) support", - "psr/log": "Required for using the Log middleware" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "7.3-dev" - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://sagikazarmark.hu" - } - ], - "description": "Guzzle is a PHP HTTP client library", - "homepage": "http://guzzlephp.org/", - "keywords": [ - "client", - "curl", - "framework", - "http", - "http client", - "psr-18", - "psr-7", - "rest", - "web service" - ], - "support": { - "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.3.0" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://github.com/alexeyshockov", - "type": "github" - }, - { - "url": "https://github.com/gmponos", - "type": "github" - } - ], - "time": "2021-03-23T11:33:13+00:00" - }, - { - "name": "guzzlehttp/promises", - "version": "1.4.1", - "source": { - "type": "git", - "url": "https://github.com/guzzle/promises.git", - "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", - "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", - "shasum": "" - }, - "require": { - "php": ">=5.5" - }, - "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - } - ], - "description": "Guzzle promises library", - "keywords": [ - "promise" - ], - "support": { - "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.4.1" - }, - "time": "2021-03-07T09:25:29+00:00" - }, - { - "name": "guzzlehttp/psr7", - "version": "1.8.2", - "source": { - "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91", - "shasum": "" - }, - "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" - }, - "provide": { - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" - }, - "suggest": { - "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.7-dev" - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Tobias Schultze", - "homepage": "https://github.com/Tobion" - } - ], - "description": "PSR-7 message implementation that also provides common utility methods", - "keywords": [ - "http", - "message", - "psr-7", - "request", - "response", - "stream", - "uri", - "url" - ], - "support": { - "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.2" - }, - "time": "2021-04-26T09:17:50+00:00" - }, - { - "name": "myclabs/php-enum", - "version": "1.8.0", - "source": { - "type": "git", - "url": "https://github.com/myclabs/php-enum.git", - "reference": "46cf3d8498b095bd33727b13fd5707263af99421" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/php-enum/zipball/46cf3d8498b095bd33727b13fd5707263af99421", - "reference": "46cf3d8498b095bd33727b13fd5707263af99421", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "^7.3 || ^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "1.*", - "vimeo/psalm": "^4.5.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "MyCLabs\\Enum\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP Enum contributors", - "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" - } - ], - "description": "PHP Enum implementation", - "homepage": "http://github.com/myclabs/php-enum", - "keywords": [ - "enum" - ], - "support": { - "issues": "https://github.com/myclabs/php-enum/issues", - "source": "https://github.com/myclabs/php-enum/tree/1.8.0" - }, - "funding": [ - { - "url": "https://github.com/mnapoli", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum", - "type": "tidelift" - } - ], - "time": "2021-02-15T16:11:48+00:00" - }, - { - "name": "paquettg/php-html-parser", - "version": "3.1.1", - "source": { - "type": "git", - "url": "https://github.com/paquettg/php-html-parser.git", - "reference": "4e01a438ad5961cc2d7427eb9798d213c8a12629" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/4e01a438ad5961cc2d7427eb9798d213c8a12629", - "reference": "4e01a438ad5961cc2d7427eb9798d213c8a12629", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "ext-mbstring": "*", - "ext-zlib": "*", - "guzzlehttp/guzzle": "^7.0", - "guzzlehttp/psr7": "^1.6", - "myclabs/php-enum": "^1.7", - "paquettg/string-encode": "~1.0.0", - "php": ">=7.2", - "php-http/httplug": "^2.1" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16", - "infection/infection": "^0.13.4", - "mockery/mockery": "^1.2", - "phan/phan": "^2.4", - "phpunit/phpunit": "^7.5.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "PHPHtmlParser\\": "src/PHPHtmlParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gilles Paquette", - "email": "paquettg@gmail.com", - "homepage": "http://gillespaquette.ca" - } - ], - "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.", - "homepage": "https://github.com/paquettg/php-html-parser", - "keywords": [ - "dom", - "html", - "parser" - ], - "support": { - "issues": "https://github.com/paquettg/php-html-parser/issues", - "source": "https://github.com/paquettg/php-html-parser/tree/3.1.1" - }, - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/paquettg/php-html-parser", - "type": "tidelift" - } - ], - "time": "2020-11-01T20:34:43+00:00" - }, - { - "name": "paquettg/string-encode", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/paquettg/string-encoder.git", - "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paquettg/string-encoder/zipball/a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee", - "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.5.1" - }, - "type": "library", - "autoload": { - "psr-0": { - "stringEncode": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gilles Paquette", - "email": "paquettg@gmail.com", - "homepage": "http://gillespaquette.ca" - } - ], - "description": "Facilitating the process of altering string encoding in PHP.", - "homepage": "https://github.com/paquettg/string-encoder", - "keywords": [ - "charset", - "encoding", - "string" - ], - "support": { - "issues": "https://github.com/paquettg/string-encoder/issues", - "source": "https://github.com/paquettg/string-encoder/tree/1.0.1" - }, - "time": "2018-12-21T02:25:09+00:00" - }, - { - "name": "php-http/httplug", - "version": "2.2.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/httplug.git", - "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9", - "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0", - "php-http/promise": "^1.1", - "psr/http-client": "^1.0", - "psr/http-message": "^1.0" - }, - "require-dev": { - "friends-of-phpspec/phpspec-code-coverage": "^4.1", - "phpspec/phpspec": "^5.1 || ^6.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Client\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Eric GELOEN", - "email": "geloen.eric@gmail.com" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://sagikazarmark.hu" - } - ], - "description": "HTTPlug, the HTTP client abstraction for PHP", - "homepage": "http://httplug.io", - "keywords": [ - "client", - "http" - ], - "support": { - "issues": "https://github.com/php-http/httplug/issues", - "source": "https://github.com/php-http/httplug/tree/master" - }, - "time": "2020-07-13T15:43:23+00:00" - }, - { - "name": "php-http/promise", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/promise.git", - "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", - "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "friends-of-phpspec/phpspec-code-coverage": "^4.3.2", - "phpspec/phpspec": "^5.1.2 || ^6.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Promise\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Joel Wurtz", - "email": "joel.wurtz@gmail.com" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Promise used for asynchronous HTTP requests", - "homepage": "http://httplug.io", - "keywords": [ - "promise" - ], - "support": { - "issues": "https://github.com/php-http/promise/issues", - "source": "https://github.com/php-http/promise/tree/1.1.0" - }, - "time": "2020-07-07T09:29:14+00:00" - }, - { - "name": "psr/http-client", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-client.git", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", - "shasum": "" - }, - "require": { - "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Client\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP clients", - "homepage": "https://github.com/php-fig/http-client", - "keywords": [ - "http", - "http-client", - "psr", - "psr-18" - ], - "support": { - "source": "https://github.com/php-fig/http-client/tree/master" - }, - "time": "2020-06-29T06:28:15+00:00" - }, - { - "name": "psr/http-message", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", - "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" - ], - "support": { - "source": "https://github.com/php-fig/http-message/tree/master" - }, - "time": "2016-08-06T14:39:51+00:00" - }, - { - "name": "ralouphie/getallheaders", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "120b605dfeb996808c31b6477290a714d356e822" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", - "reference": "120b605dfeb996808c31b6477290a714d356e822", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5 || ^6.5" - }, - "type": "library", - "autoload": { - "files": [ - "src/getallheaders.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" - } - ], - "description": "A polyfill for getallheaders.", - "support": { - "issues": "https://github.com/ralouphie/getallheaders/issues", - "source": "https://github.com/ralouphie/getallheaders/tree/develop" - }, - "time": "2019-03-08T08:55:37+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "2.0.0" -} diff --git a/plugins/automagic-images/composer.phar b/plugins/automagic-images/composer.phar deleted file mode 100644 index 76d6ceb2772aa232fde7e7d4bb76abd471bdd1bb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2216568 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⁢O{3oG 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 %T*7*ef&QVM|;%yR~+_O)PkX> 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

VK1v@*I~iBBBhQ zC3OB8TN2?FG%coxAu<_Yhb`O^0<{!M^t%K6HMQ?$Oo(U|VKiG#R#`TQx^Siy`A_9K zmO+;(zC1H0Tb8g}u|s!&J5jM0g~JZoIZh`&u0|^899TB57IDn(`1I|llYqpw=Ed2o z3Buq2rlS~Raa0#w2Mcxyoufr;e}(8KVG&u9d&p8z(u5pF^vRT2RKk7HC_2N1DQAd? z%bsM)4Qb(`yajhnuJ&eCtO%kM@28DmB!a1KTY}V+W_Cd7-0#@Il3*X@;*)9l7IZ|i z(p+Y$RwT=qWgY`inSCoc)^v=uTu7~Eoy$xc4eQCe$7wljSXNQwD+St7Qm9)oL5BvS zkcEPVt#nzOw`iW0KJR4hQXOTxqzHs?Yo|kOhRCs65_Iqb<|iDT2|ZqcN0~% zQe~kFf6DDT&ogCeTKE|6EPAeRh?CO3rv zB~dk%t}G-mPlvX z2I$#%`WWsJbVbiW;?M{s##iU@j6ikGP8ee8=!psGH>;PmdvU`kYP< z5N)PC9+Gpx6$hOu2K6--0#NkBuy|#merFr=gw^6}U)l1dST4|Ga?gWXUNB(x-glN3 z5eSQhb`=1!rQqHTTtXw&%rFygN$2KE?^|yMMfk2x4IBbhHb!WI-1+eom?i53@TDvc zPEYu8Hj$6v1rzD>iV>dv;^#g4{K`IcMR9ukJNx~6`}~7_{?R`F#LuI%bAf|TfrC$h zgHM5jPl1C^frC$hgHM5j&p%0^>K@Z1e2btpO~u%~4d}3_Lvm}9k1H{9);O#_SZn8w zp8ZW|;Axc^#h911!^q9DR4;zyhixf4Ic1}_m7I{UQnX=pOou1$VLvf?JRFMzl^|jc zNyZ2vR!L}o<}@BiiU{=-YoDu#1wK!?G9qJki@;hGH!ECR$R#lXNctQg9bnP3(d6~; zYzo_(&xV~PChdds;gAy~v)v#$VjG_HC%=#rs{u<6jj574H3QO7IMaYdT;wsD?DL8m zY)JD=JuIM*m5>p9-F|~3I7}I$^X3{Moxx8++jtTZ%7sVI{`F#^CmmS$**^6{U&%pS ztd;H#245`=2KNR7va%={YX7`}6r6Wy_=J=0fNMt{ugxZb8*Yx88)Hj7Nhyp_H<<d@9XjFo4 z3tb$L3`TT0c$g&gUJNa58JWvsO%o)dKt-a7nQ>VsF$rjdbsG-q9Kw=M&7Mp7A?vrV zo}p-_NZunea?J$3q$gJ%e)TW}XtPB3GQwD3+)%vjvqexzmkLEjgk5i3UqV* z4z<8F$}C0Fw>nFY-5Wj2-B0^=4?Y6!n*B+F{&*+ zk%UpoU#gYp{PD+zr?!5{-jbWh9Bp0U+VSazts$Z7j_`F@Z`K4?=RIK? zlkX&MewM&n={E9ynsq_P))hkzqa-AjVw~76oeq+2%3#}87LJqezlOd^R)GxOhl$md zAbuPIv&Fp%Q8M+FP0rhjOdNH)2>EikQ>)2#0b~Kz)kYb5i^(>7^ZJzgt}}+MSf2$@ z;27&l65nGuw$kZZ>9}D~a8bdnbsoKzB=gkhf?-U4t+oIbkAAY=q|y% z4Et|Hlg4Lokfn{*Gf`(nHZ(Y5@bKaoR{KEU>GuMb7kn(a0JNZfZz=erx|nC?jMzB3 zcr`vjz6gGV`~?L->BaY0)!|eXKKQdJQAH99&Fg2VZAKG;BZ7%W3W273&T{%Ohy zl5#Ww^9IWpnGW{fJknbUe8n@*#UKVMAD&nRZm`z?9Ex+s#^n4%@mSq}X~6>_e){R70+%Gn zu;E7;s&b*1rPL_sDLKexsBvwJYw=iMb$0-EXsyJ5Y3 zG%=<38

OMOebR5S4SQ=#JS6SD`x0-&L+#BMdgaJ92^ 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�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 z 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 z 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%0A$E%;}1ZFoHqUd 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 - * Jordi Boggiano - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Composer\Autoload; - -/** - * ClassLoader implements a PSR-0, PSR-4 and classmap class loader. - * - * $loader = new \Composer\Autoload\ClassLoader(); - * - * // register classes with namespaces - * $loader->add('Symfony\Component', __DIR__.'/component'); - * $loader->add('Symfony', __DIR__.'/framework'); - * - * // activate the autoloader - * $loader->register(); - * - * // to enable searching the include path (eg. for PEAR packages) - * $loader->setUseIncludePath(true); - * - * In this example, if you try to use a class in the Symfony\Component - * namespace or one of its children (Symfony\Component\Console for instance), - * the autoloader will first look for the class under the component/ - * directory, and it will then fallback to the framework/ directory if not - * found before giving up. - * - * This class is loosely based on the Symfony UniversalClassLoader. - * - * @author Fabien Potencier - * @author Jordi Boggiano - * @see https://www.php-fig.org/psr/psr-0/ - * @see https://www.php-fig.org/psr/psr-4/ - */ -class ClassLoader -{ - private $vendorDir; - - // PSR-4 - private $prefixLengthsPsr4 = array(); - private $prefixDirsPsr4 = array(); - private $fallbackDirsPsr4 = array(); - - // PSR-0 - private $prefixesPsr0 = array(); - private $fallbackDirsPsr0 = array(); - - private $useIncludePath = false; - private $classMap = array(); - private $classMapAuthoritative = false; - private $missingClasses = array(); - private $apcuPrefix; - - private static $registeredLoaders = array(); - - public function __construct($vendorDir = null) - { - $this->vendorDir = $vendorDir; - } - - public function getPrefixes() - { - if (!empty($this->prefixesPsr0)) { - return call_user_func_array('array_merge', array_values($this->prefixesPsr0)); - } - - return array(); - } - - public function getPrefixesPsr4() - { - return $this->prefixDirsPsr4; - } - - public function getFallbackDirs() - { - return $this->fallbackDirsPsr0; - } - - public function getFallbackDirsPsr4() - { - return $this->fallbackDirsPsr4; - } - - public function getClassMap() - { - return $this->classMap; - } - - /** - * @param array $classMap Class to filename map - */ - public function addClassMap(array $classMap) - { - if ($this->classMap) { - $this->classMap = array_merge($this->classMap, $classMap); - } else { - $this->classMap = $classMap; - } - } - - /** - * Registers a set of PSR-0 directories for a given prefix, either - * appending or prepending to the ones previously set for this prefix. - * - * @param string $prefix The prefix - * @param array|string $paths The PSR-0 root directories - * @param bool $prepend Whether to prepend the directories - */ - public function add($prefix, $paths, $prepend = false) - { - if (!$prefix) { - if ($prepend) { - $this->fallbackDirsPsr0 = array_merge( - (array) $paths, - $this->fallbackDirsPsr0 - ); - } else { - $this->fallbackDirsPsr0 = array_merge( - $this->fallbackDirsPsr0, - (array) $paths - ); - } - - return; - } - - $first = $prefix[0]; - if (!isset($this->prefixesPsr0[$first][$prefix])) { - $this->prefixesPsr0[$first][$prefix] = (array) $paths; - - return; - } - if ($prepend) { - $this->prefixesPsr0[$first][$prefix] = array_merge( - (array) $paths, - $this->prefixesPsr0[$first][$prefix] - ); - } else { - $this->prefixesPsr0[$first][$prefix] = array_merge( - $this->prefixesPsr0[$first][$prefix], - (array) $paths - ); - } - } - - /** - * Registers a set of PSR-4 directories for a given namespace, either - * appending or prepending to the ones previously set for this namespace. - * - * @param string $prefix The prefix/namespace, with trailing '\\' - * @param array|string $paths The PSR-4 base directories - * @param bool $prepend Whether to prepend the directories - * - * @throws \InvalidArgumentException - */ - public function addPsr4($prefix, $paths, $prepend = false) - { - if (!$prefix) { - // Register directories for the root namespace. - if ($prepend) { - $this->fallbackDirsPsr4 = array_merge( - (array) $paths, - $this->fallbackDirsPsr4 - ); - } else { - $this->fallbackDirsPsr4 = array_merge( - $this->fallbackDirsPsr4, - (array) $paths - ); - } - } elseif (!isset($this->prefixDirsPsr4[$prefix])) { - // Register directories for a new namespace. - $length = strlen($prefix); - if ('\\' !== $prefix[$length - 1]) { - throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); - } - $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; - $this->prefixDirsPsr4[$prefix] = (array) $paths; - } elseif ($prepend) { - // Prepend directories for an already registered namespace. - $this->prefixDirsPsr4[$prefix] = array_merge( - (array) $paths, - $this->prefixDirsPsr4[$prefix] - ); - } else { - // Append directories for an already registered namespace. - $this->prefixDirsPsr4[$prefix] = array_merge( - $this->prefixDirsPsr4[$prefix], - (array) $paths - ); - } - } - - /** - * Registers a set of PSR-0 directories for a given prefix, - * replacing any others previously set for this prefix. - * - * @param string $prefix The prefix - * @param array|string $paths The PSR-0 base directories - */ - public function set($prefix, $paths) - { - if (!$prefix) { - $this->fallbackDirsPsr0 = (array) $paths; - } else { - $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths; - } - } - - /** - * Registers a set of PSR-4 directories for a given namespace, - * replacing any others previously set for this namespace. - * - * @param string $prefix The prefix/namespace, with trailing '\\' - * @param array|string $paths The PSR-4 base directories - * - * @throws \InvalidArgumentException - */ - public function setPsr4($prefix, $paths) - { - if (!$prefix) { - $this->fallbackDirsPsr4 = (array) $paths; - } else { - $length = strlen($prefix); - if ('\\' !== $prefix[$length - 1]) { - throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); - } - $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; - $this->prefixDirsPsr4[$prefix] = (array) $paths; - } - } - - /** - * Turns on searching the include path for class files. - * - * @param bool $useIncludePath - */ - public function setUseIncludePath($useIncludePath) - { - $this->useIncludePath = $useIncludePath; - } - - /** - * Can be used to check if the autoloader uses the include path to check - * for classes. - * - * @return bool - */ - public function getUseIncludePath() - { - return $this->useIncludePath; - } - - /** - * Turns off searching the prefix and fallback directories for classes - * that have not been registered with the class map. - * - * @param bool $classMapAuthoritative - */ - public function setClassMapAuthoritative($classMapAuthoritative) - { - $this->classMapAuthoritative = $classMapAuthoritative; - } - - /** - * Should class lookup fail if not found in the current class map? - * - * @return bool - */ - public function isClassMapAuthoritative() - { - return $this->classMapAuthoritative; - } - - /** - * APCu prefix to use to cache found/not-found classes, if the extension is enabled. - * - * @param string|null $apcuPrefix - */ - public function setApcuPrefix($apcuPrefix) - { - $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null; - } - - /** - * The APCu prefix in use, or null if APCu caching is not enabled. - * - * @return string|null - */ - public function getApcuPrefix() - { - return $this->apcuPrefix; - } - - /** - * Registers this instance as an autoloader. - * - * @param bool $prepend Whether to prepend the autoloader or not - */ - public function register($prepend = false) - { - spl_autoload_register(array($this, 'loadClass'), true, $prepend); - - if (null === $this->vendorDir) { - return; - } - - if ($prepend) { - self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders; - } else { - unset(self::$registeredLoaders[$this->vendorDir]); - self::$registeredLoaders[$this->vendorDir] = $this; - } - } - - /** - * Unregisters this instance as an autoloader. - */ - public function unregister() - { - spl_autoload_unregister(array($this, 'loadClass')); - - if (null !== $this->vendorDir) { - unset(self::$registeredLoaders[$this->vendorDir]); - } - } - - /** - * Loads the given class or interface. - * - * @param string $class The name of the class - * @return bool|null True if loaded, null otherwise - */ - public function loadClass($class) - { - if ($file = $this->findFile($class)) { - includeFile($file); - - return true; - } - } - - /** - * Finds the path to the file where the class is defined. - * - * @param string $class The name of the class - * - * @return string|false The path if found, false otherwise - */ - public function findFile($class) - { - // class map lookup - if (isset($this->classMap[$class])) { - return $this->classMap[$class]; - } - if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) { - return false; - } - if (null !== $this->apcuPrefix) { - $file = apcu_fetch($this->apcuPrefix.$class, $hit); - if ($hit) { - return $file; - } - } - - $file = $this->findFileWithExtension($class, '.php'); - - // Search for Hack files if we are running on HHVM - if (false === $file && defined('HHVM_VERSION')) { - $file = $this->findFileWithExtension($class, '.hh'); - } - - if (null !== $this->apcuPrefix) { - apcu_add($this->apcuPrefix.$class, $file); - } - - if (false === $file) { - // Remember that this class does not exist. - $this->missingClasses[$class] = true; - } - - return $file; - } - - /** - * Returns the currently registered loaders indexed by their corresponding vendor directories. - * - * @return self[] - */ - public static function getRegisteredLoaders() - { - return self::$registeredLoaders; - } - - private function findFileWithExtension($class, $ext) - { - // PSR-4 lookup - $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext; - - $first = $class[0]; - if (isset($this->prefixLengthsPsr4[$first])) { - $subPath = $class; - while (false !== $lastPos = strrpos($subPath, '\\')) { - $subPath = substr($subPath, 0, $lastPos); - $search = $subPath . '\\'; - if (isset($this->prefixDirsPsr4[$search])) { - $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1); - foreach ($this->prefixDirsPsr4[$search] as $dir) { - if (file_exists($file = $dir . $pathEnd)) { - return $file; - } - } - } - } - } - - // PSR-4 fallback dirs - foreach ($this->fallbackDirsPsr4 as $dir) { - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) { - return $file; - } - } - - // PSR-0 lookup - if (false !== $pos = strrpos($class, '\\')) { - // namespaced class name - $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1) - . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR); - } else { - // PEAR-like class name - $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext; - } - - if (isset($this->prefixesPsr0[$first])) { - foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) { - if (0 === strpos($class, $prefix)) { - foreach ($dirs as $dir) { - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { - return $file; - } - } - } - } - } - - // PSR-0 fallback dirs - foreach ($this->fallbackDirsPsr0 as $dir) { - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { - return $file; - } - } - - // PSR-0 include paths. - if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) { - return $file; - } - - return false; - } -} - -/** - * Scope isolated include. - * - * Prevents access to $this/self from included files. - */ -function includeFile($file) -{ - include $file; -} diff --git a/plugins/automagic-images/vendor/composer/InstalledVersions.php b/plugins/automagic-images/vendor/composer/InstalledVersions.php deleted file mode 100644 index 86efd35..0000000 --- a/plugins/automagic-images/vendor/composer/InstalledVersions.php +++ /dev/null @@ -1,398 +0,0 @@ - - array ( - 'pretty_version' => '1.0.0+no-version-set', - 'version' => '1.0.0.0', - 'aliases' => - array ( - ), - 'reference' => NULL, - 'name' => '__root__', - ), - 'versions' => - array ( - '__root__' => - array ( - 'pretty_version' => '1.0.0+no-version-set', - 'version' => '1.0.0.0', - 'aliases' => - array ( - ), - 'reference' => NULL, - ), - 'guzzlehttp/guzzle' => - array ( - 'pretty_version' => '7.3.0', - 'version' => '7.3.0.0', - 'aliases' => - array ( - ), - 'reference' => '7008573787b430c1c1f650e3722d9bba59967628', - ), - 'guzzlehttp/promises' => - array ( - 'pretty_version' => '1.4.1', - 'version' => '1.4.1.0', - 'aliases' => - array ( - ), - 'reference' => '8e7d04f1f6450fef59366c399cfad4b9383aa30d', - ), - 'guzzlehttp/psr7' => - array ( - 'pretty_version' => '1.8.2', - 'version' => '1.8.2.0', - 'aliases' => - array ( - ), - 'reference' => 'dc960a912984efb74d0a90222870c72c87f10c91', - ), - 'myclabs/php-enum' => - array ( - 'pretty_version' => '1.8.0', - 'version' => '1.8.0.0', - 'aliases' => - array ( - ), - 'reference' => '46cf3d8498b095bd33727b13fd5707263af99421', - ), - 'paquettg/php-html-parser' => - array ( - 'pretty_version' => '3.1.1', - 'version' => '3.1.1.0', - 'aliases' => - array ( - ), - 'reference' => '4e01a438ad5961cc2d7427eb9798d213c8a12629', - ), - 'paquettg/string-encode' => - array ( - 'pretty_version' => '1.0.1', - 'version' => '1.0.1.0', - 'aliases' => - array ( - ), - 'reference' => 'a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee', - ), - 'php-http/httplug' => - array ( - 'pretty_version' => '2.2.0', - 'version' => '2.2.0.0', - 'aliases' => - array ( - ), - 'reference' => '191a0a1b41ed026b717421931f8d3bd2514ffbf9', - ), - 'php-http/promise' => - array ( - 'pretty_version' => '1.1.0', - 'version' => '1.1.0.0', - 'aliases' => - array ( - ), - 'reference' => '4c4c1f9b7289a2ec57cde7f1e9762a5789506f88', - ), - 'psr/http-client' => - array ( - 'pretty_version' => '1.0.1', - 'version' => '1.0.1.0', - 'aliases' => - array ( - ), - 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621', - ), - 'psr/http-client-implementation' => - array ( - 'provided' => - array ( - 0 => '1.0', - ), - ), - 'psr/http-message' => - array ( - 'pretty_version' => '1.0.1', - 'version' => '1.0.1.0', - 'aliases' => - array ( - ), - 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', - ), - 'psr/http-message-implementation' => - array ( - 'provided' => - array ( - 0 => '1.0', - ), - ), - 'ralouphie/getallheaders' => - array ( - 'pretty_version' => '3.0.3', - 'version' => '3.0.3.0', - 'aliases' => - array ( - ), - 'reference' => '120b605dfeb996808c31b6477290a714d356e822', - ), - ), -); -private static $canGetVendors; -private static $installedByVendor = array(); - - - - - - - -public static function getInstalledPackages() -{ -$packages = array(); -foreach (self::getInstalled() as $installed) { -$packages[] = array_keys($installed['versions']); -} - -if (1 === \count($packages)) { -return $packages[0]; -} - -return array_keys(array_flip(\call_user_func_array('array_merge', $packages))); -} - - - - - - - - - -public static function isInstalled($packageName) -{ -foreach (self::getInstalled() as $installed) { -if (isset($installed['versions'][$packageName])) { -return true; -} -} - -return false; -} - - - - - - - - - - - - - - -public static function satisfies(VersionParser $parser, $packageName, $constraint) -{ -$constraint = $parser->parseConstraints($constraint); -$provided = $parser->parseConstraints(self::getVersionRanges($packageName)); - -return $provided->matches($constraint); -} - - - - - - - - - - -public static function getVersionRanges($packageName) -{ -foreach (self::getInstalled() as $installed) { -if (!isset($installed['versions'][$packageName])) { -continue; -} - -$ranges = array(); -if (isset($installed['versions'][$packageName]['pretty_version'])) { -$ranges[] = $installed['versions'][$packageName]['pretty_version']; -} -if (array_key_exists('aliases', $installed['versions'][$packageName])) { -$ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']); -} -if (array_key_exists('replaced', $installed['versions'][$packageName])) { -$ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']); -} -if (array_key_exists('provided', $installed['versions'][$packageName])) { -$ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']); -} - -return implode(' || ', $ranges); -} - -throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); -} - - - - - -public static function getVersion($packageName) -{ -foreach (self::getInstalled() as $installed) { -if (!isset($installed['versions'][$packageName])) { -continue; -} - -if (!isset($installed['versions'][$packageName]['version'])) { -return null; -} - -return $installed['versions'][$packageName]['version']; -} - -throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); -} - - - - - -public static function getPrettyVersion($packageName) -{ -foreach (self::getInstalled() as $installed) { -if (!isset($installed['versions'][$packageName])) { -continue; -} - -if (!isset($installed['versions'][$packageName]['pretty_version'])) { -return null; -} - -return $installed['versions'][$packageName]['pretty_version']; -} - -throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); -} - - - - - -public static function getReference($packageName) -{ -foreach (self::getInstalled() as $installed) { -if (!isset($installed['versions'][$packageName])) { -continue; -} - -if (!isset($installed['versions'][$packageName]['reference'])) { -return null; -} - -return $installed['versions'][$packageName]['reference']; -} - -throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed'); -} - - - - - -public static function getRootPackage() -{ -$installed = self::getInstalled(); - -return $installed[0]['root']; -} - - - - - - - -public static function getRawData() -{ -return self::$installed; -} - - - - - - - - - - - - - - - - - - - -public static function reload($data) -{ -self::$installed = $data; -self::$installedByVendor = array(); -} - - - - - -private static function getInstalled() -{ -if (null === self::$canGetVendors) { -self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders'); -} - -$installed = array(); - -if (self::$canGetVendors) { -foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) { -if (isset(self::$installedByVendor[$vendorDir])) { -$installed[] = self::$installedByVendor[$vendorDir]; -} elseif (is_file($vendorDir.'/composer/installed.php')) { -$installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php'; -} -} -} - -$installed[] = self::$installed; - -return $installed; -} -} diff --git a/plugins/automagic-images/vendor/composer/LICENSE b/plugins/automagic-images/vendor/composer/LICENSE deleted file mode 100644 index f27399a..0000000 --- a/plugins/automagic-images/vendor/composer/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - -Copyright (c) Nils Adermann, Jordi Boggiano - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - diff --git a/plugins/automagic-images/vendor/composer/autoload_classmap.php b/plugins/automagic-images/vendor/composer/autoload_classmap.php deleted file mode 100644 index b26f1b1..0000000 --- a/plugins/automagic-images/vendor/composer/autoload_classmap.php +++ /dev/null @@ -1,10 +0,0 @@ - $vendorDir . '/composer/InstalledVersions.php', -); diff --git a/plugins/automagic-images/vendor/composer/autoload_files.php b/plugins/automagic-images/vendor/composer/autoload_files.php deleted file mode 100644 index c59eab5..0000000 --- a/plugins/automagic-images/vendor/composer/autoload_files.php +++ /dev/null @@ -1,13 +0,0 @@ - $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php', - 'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php', - 'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php', - '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php', -); diff --git a/plugins/automagic-images/vendor/composer/autoload_namespaces.php b/plugins/automagic-images/vendor/composer/autoload_namespaces.php deleted file mode 100644 index 5c28f75..0000000 --- a/plugins/automagic-images/vendor/composer/autoload_namespaces.php +++ /dev/null @@ -1,10 +0,0 @@ - array($vendorDir . '/paquettg/string-encode/src'), -); diff --git a/plugins/automagic-images/vendor/composer/autoload_psr4.php b/plugins/automagic-images/vendor/composer/autoload_psr4.php deleted file mode 100644 index 1116c6f..0000000 --- a/plugins/automagic-images/vendor/composer/autoload_psr4.php +++ /dev/null @@ -1,18 +0,0 @@ - array($vendorDir . '/psr/http-message/src'), - 'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'), - 'PHPHtmlParser\\' => array($vendorDir . '/paquettg/php-html-parser/src/PHPHtmlParser'), - 'MyCLabs\\Enum\\' => array($vendorDir . '/myclabs/php-enum/src'), - 'Http\\Promise\\' => array($vendorDir . '/php-http/promise/src'), - 'Http\\Client\\' => array($vendorDir . '/php-http/httplug/src'), - 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), - 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'), - 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), -); diff --git a/plugins/automagic-images/vendor/composer/autoload_real.php b/plugins/automagic-images/vendor/composer/autoload_real.php deleted file mode 100644 index 455d254..0000000 --- a/plugins/automagic-images/vendor/composer/autoload_real.php +++ /dev/null @@ -1,75 +0,0 @@ -= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); - if ($useStaticLoader) { - require __DIR__ . '/autoload_static.php'; - - call_user_func(\Composer\Autoload\ComposerStaticInitec63ac3db7bdf9f71afc9dc86daedde7::getInitializer($loader)); - } else { - $map = require __DIR__ . '/autoload_namespaces.php'; - foreach ($map as $namespace => $path) { - $loader->set($namespace, $path); - } - - $map = require __DIR__ . '/autoload_psr4.php'; - foreach ($map as $namespace => $path) { - $loader->setPsr4($namespace, $path); - } - - $classMap = require __DIR__ . '/autoload_classmap.php'; - if ($classMap) { - $loader->addClassMap($classMap); - } - } - - $loader->register(true); - - if ($useStaticLoader) { - $includeFiles = Composer\Autoload\ComposerStaticInitec63ac3db7bdf9f71afc9dc86daedde7::$files; - } else { - $includeFiles = require __DIR__ . '/autoload_files.php'; - } - foreach ($includeFiles as $fileIdentifier => $file) { - composerRequireec63ac3db7bdf9f71afc9dc86daedde7($fileIdentifier, $file); - } - - return $loader; - } -} - -function composerRequireec63ac3db7bdf9f71afc9dc86daedde7($fileIdentifier, $file) -{ - if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { - require $file; - - $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; - } -} diff --git a/plugins/automagic-images/vendor/composer/autoload_static.php b/plugins/automagic-images/vendor/composer/autoload_static.php deleted file mode 100644 index 72648d5..0000000 --- a/plugins/automagic-images/vendor/composer/autoload_static.php +++ /dev/null @@ -1,103 +0,0 @@ - __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php', - 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php', - 'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php', - '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php', - ); - - public static $prefixLengthsPsr4 = array ( - 'P' => - array ( - 'Psr\\Http\\Message\\' => 17, - 'Psr\\Http\\Client\\' => 16, - 'PHPHtmlParser\\' => 14, - ), - 'M' => - array ( - 'MyCLabs\\Enum\\' => 13, - ), - 'H' => - array ( - 'Http\\Promise\\' => 13, - 'Http\\Client\\' => 12, - ), - 'G' => - array ( - 'GuzzleHttp\\Psr7\\' => 16, - 'GuzzleHttp\\Promise\\' => 19, - 'GuzzleHttp\\' => 11, - ), - ); - - public static $prefixDirsPsr4 = array ( - 'Psr\\Http\\Message\\' => - array ( - 0 => __DIR__ . '/..' . '/psr/http-message/src', - ), - 'Psr\\Http\\Client\\' => - array ( - 0 => __DIR__ . '/..' . '/psr/http-client/src', - ), - 'PHPHtmlParser\\' => - array ( - 0 => __DIR__ . '/..' . '/paquettg/php-html-parser/src/PHPHtmlParser', - ), - 'MyCLabs\\Enum\\' => - array ( - 0 => __DIR__ . '/..' . '/myclabs/php-enum/src', - ), - 'Http\\Promise\\' => - array ( - 0 => __DIR__ . '/..' . '/php-http/promise/src', - ), - 'Http\\Client\\' => - array ( - 0 => __DIR__ . '/..' . '/php-http/httplug/src', - ), - 'GuzzleHttp\\Psr7\\' => - array ( - 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src', - ), - 'GuzzleHttp\\Promise\\' => - array ( - 0 => __DIR__ . '/..' . '/guzzlehttp/promises/src', - ), - 'GuzzleHttp\\' => - array ( - 0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src', - ), - ); - - public static $prefixesPsr0 = array ( - 's' => - array ( - 'stringEncode' => - array ( - 0 => __DIR__ . '/..' . '/paquettg/string-encode/src', - ), - ), - ); - - public static $classMap = array ( - 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', - ); - - public static function getInitializer(ClassLoader $loader) - { - return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInitec63ac3db7bdf9f71afc9dc86daedde7::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitec63ac3db7bdf9f71afc9dc86daedde7::$prefixDirsPsr4; - $loader->prefixesPsr0 = ComposerStaticInitec63ac3db7bdf9f71afc9dc86daedde7::$prefixesPsr0; - $loader->classMap = ComposerStaticInitec63ac3db7bdf9f71afc9dc86daedde7::$classMap; - - }, null, ClassLoader::class); - } -} diff --git a/plugins/automagic-images/vendor/composer/installed.json b/plugins/automagic-images/vendor/composer/installed.json deleted file mode 100644 index 8db51e8..0000000 --- a/plugins/automagic-images/vendor/composer/installed.json +++ /dev/null @@ -1,718 +0,0 @@ -{ - "packages": [ - { - "name": "guzzlehttp/guzzle", - "version": "7.3.0", - "version_normalized": "7.3.0.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/guzzle.git", - "reference": "7008573787b430c1c1f650e3722d9bba59967628" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628", - "reference": "7008573787b430c1c1f650e3722d9bba59967628", - "shasum": "" - }, - "require": { - "ext-json": "*", - "guzzlehttp/promises": "^1.4", - "guzzlehttp/psr7": "^1.7 || ^2.0", - "php": "^7.2.5 || ^8.0", - "psr/http-client": "^1.0" - }, - "provide": { - "psr/http-client-implementation": "1.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "ext-curl": "*", - "php-http/client-integration-tests": "^3.0", - "phpunit/phpunit": "^8.5.5 || ^9.3.5", - "psr/log": "^1.1" - }, - "suggest": { - "ext-curl": "Required for CURL handler support", - "ext-intl": "Required for Internationalized Domain Name (IDN) support", - "psr/log": "Required for using the Log middleware" - }, - "time": "2021-03-23T11:33:13+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "7.3-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://sagikazarmark.hu" - } - ], - "description": "Guzzle is a PHP HTTP client library", - "homepage": "http://guzzlephp.org/", - "keywords": [ - "client", - "curl", - "framework", - "http", - "http client", - "psr-18", - "psr-7", - "rest", - "web service" - ], - "support": { - "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.3.0" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://github.com/Nyholm", - "type": "github" - }, - { - "url": "https://github.com/alexeyshockov", - "type": "github" - }, - { - "url": "https://github.com/gmponos", - "type": "github" - } - ], - "install-path": "../guzzlehttp/guzzle" - }, - { - "name": "guzzlehttp/promises", - "version": "1.4.1", - "version_normalized": "1.4.1.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/promises.git", - "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", - "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", - "shasum": "" - }, - "require": { - "php": ">=5.5" - }, - "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" - }, - "time": "2021-03-07T09:25:29+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - } - ], - "description": "Guzzle promises library", - "keywords": [ - "promise" - ], - "support": { - "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.4.1" - }, - "install-path": "../guzzlehttp/promises" - }, - { - "name": "guzzlehttp/psr7", - "version": "1.8.2", - "version_normalized": "1.8.2.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91", - "shasum": "" - }, - "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" - }, - "provide": { - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" - }, - "suggest": { - "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" - }, - "time": "2021-04-26T09:17:50+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.7-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Tobias Schultze", - "homepage": "https://github.com/Tobion" - } - ], - "description": "PSR-7 message implementation that also provides common utility methods", - "keywords": [ - "http", - "message", - "psr-7", - "request", - "response", - "stream", - "uri", - "url" - ], - "support": { - "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.2" - }, - "install-path": "../guzzlehttp/psr7" - }, - { - "name": "myclabs/php-enum", - "version": "1.8.0", - "version_normalized": "1.8.0.0", - "source": { - "type": "git", - "url": "https://github.com/myclabs/php-enum.git", - "reference": "46cf3d8498b095bd33727b13fd5707263af99421" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/php-enum/zipball/46cf3d8498b095bd33727b13fd5707263af99421", - "reference": "46cf3d8498b095bd33727b13fd5707263af99421", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "^7.3 || ^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "1.*", - "vimeo/psalm": "^4.5.1" - }, - "time": "2021-02-15T16:11:48+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "psr-4": { - "MyCLabs\\Enum\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP Enum contributors", - "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" - } - ], - "description": "PHP Enum implementation", - "homepage": "http://github.com/myclabs/php-enum", - "keywords": [ - "enum" - ], - "support": { - "issues": "https://github.com/myclabs/php-enum/issues", - "source": "https://github.com/myclabs/php-enum/tree/1.8.0" - }, - "funding": [ - { - "url": "https://github.com/mnapoli", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum", - "type": "tidelift" - } - ], - "install-path": "../myclabs/php-enum" - }, - { - "name": "paquettg/php-html-parser", - "version": "3.1.1", - "version_normalized": "3.1.1.0", - "source": { - "type": "git", - "url": "https://github.com/paquettg/php-html-parser.git", - "reference": "4e01a438ad5961cc2d7427eb9798d213c8a12629" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/4e01a438ad5961cc2d7427eb9798d213c8a12629", - "reference": "4e01a438ad5961cc2d7427eb9798d213c8a12629", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "ext-mbstring": "*", - "ext-zlib": "*", - "guzzlehttp/guzzle": "^7.0", - "guzzlehttp/psr7": "^1.6", - "myclabs/php-enum": "^1.7", - "paquettg/string-encode": "~1.0.0", - "php": ">=7.2", - "php-http/httplug": "^2.1" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16", - "infection/infection": "^0.13.4", - "mockery/mockery": "^1.2", - "phan/phan": "^2.4", - "phpunit/phpunit": "^7.5.1" - }, - "time": "2020-11-01T20:34:43+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "psr-4": { - "PHPHtmlParser\\": "src/PHPHtmlParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gilles Paquette", - "email": "paquettg@gmail.com", - "homepage": "http://gillespaquette.ca" - } - ], - "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.", - "homepage": "https://github.com/paquettg/php-html-parser", - "keywords": [ - "dom", - "html", - "parser" - ], - "support": { - "issues": "https://github.com/paquettg/php-html-parser/issues", - "source": "https://github.com/paquettg/php-html-parser/tree/3.1.1" - }, - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/paquettg/php-html-parser", - "type": "tidelift" - } - ], - "install-path": "../paquettg/php-html-parser" - }, - { - "name": "paquettg/string-encode", - "version": "1.0.1", - "version_normalized": "1.0.1.0", - "source": { - "type": "git", - "url": "https://github.com/paquettg/string-encoder.git", - "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paquettg/string-encoder/zipball/a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee", - "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "require-dev": { - "phpunit/phpunit": "^7.5.1" - }, - "time": "2018-12-21T02:25:09+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "psr-0": { - "stringEncode": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gilles Paquette", - "email": "paquettg@gmail.com", - "homepage": "http://gillespaquette.ca" - } - ], - "description": "Facilitating the process of altering string encoding in PHP.", - "homepage": "https://github.com/paquettg/string-encoder", - "keywords": [ - "charset", - "encoding", - "string" - ], - "support": { - "issues": "https://github.com/paquettg/string-encoder/issues", - "source": "https://github.com/paquettg/string-encoder/tree/1.0.1" - }, - "install-path": "../paquettg/string-encode" - }, - { - "name": "php-http/httplug", - "version": "2.2.0", - "version_normalized": "2.2.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/httplug.git", - "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9", - "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0", - "php-http/promise": "^1.1", - "psr/http-client": "^1.0", - "psr/http-message": "^1.0" - }, - "require-dev": { - "friends-of-phpspec/phpspec-code-coverage": "^4.1", - "phpspec/phpspec": "^5.1 || ^6.0" - }, - "time": "2020-07-13T15:43:23+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Http\\Client\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Eric GELOEN", - "email": "geloen.eric@gmail.com" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://sagikazarmark.hu" - } - ], - "description": "HTTPlug, the HTTP client abstraction for PHP", - "homepage": "http://httplug.io", - "keywords": [ - "client", - "http" - ], - "support": { - "issues": "https://github.com/php-http/httplug/issues", - "source": "https://github.com/php-http/httplug/tree/master" - }, - "install-path": "../php-http/httplug" - }, - { - "name": "php-http/promise", - "version": "1.1.0", - "version_normalized": "1.1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-http/promise.git", - "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", - "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "friends-of-phpspec/phpspec-code-coverage": "^4.3.2", - "phpspec/phpspec": "^5.1.2 || ^6.2" - }, - "time": "2020-07-07T09:29:14+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Http\\Promise\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Joel Wurtz", - "email": "joel.wurtz@gmail.com" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Promise used for asynchronous HTTP requests", - "homepage": "http://httplug.io", - "keywords": [ - "promise" - ], - "support": { - "issues": "https://github.com/php-http/promise/issues", - "source": "https://github.com/php-http/promise/tree/1.1.0" - }, - "install-path": "../php-http/promise" - }, - { - "name": "psr/http-client", - "version": "1.0.1", - "version_normalized": "1.0.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-client.git", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", - "shasum": "" - }, - "require": { - "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0" - }, - "time": "2020-06-29T06:28:15+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Psr\\Http\\Client\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP clients", - "homepage": "https://github.com/php-fig/http-client", - "keywords": [ - "http", - "http-client", - "psr", - "psr-18" - ], - "support": { - "source": "https://github.com/php-fig/http-client/tree/master" - }, - "install-path": "../psr/http-client" - }, - { - "name": "psr/http-message", - "version": "1.0.1", - "version_normalized": "1.0.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "time": "2016-08-06T14:39:51+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Psr\\Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", - "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" - ], - "support": { - "source": "https://github.com/php-fig/http-message/tree/master" - }, - "install-path": "../psr/http-message" - }, - { - "name": "ralouphie/getallheaders", - "version": "3.0.3", - "version_normalized": "3.0.3.0", - "source": { - "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "120b605dfeb996808c31b6477290a714d356e822" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", - "reference": "120b605dfeb996808c31b6477290a714d356e822", - "shasum": "" - }, - "require": { - "php": ">=5.6" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5 || ^6.5" - }, - "time": "2019-03-08T08:55:37+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "files": [ - "src/getallheaders.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" - } - ], - "description": "A polyfill for getallheaders.", - "support": { - "issues": "https://github.com/ralouphie/getallheaders/issues", - "source": "https://github.com/ralouphie/getallheaders/tree/develop" - }, - "install-path": "../ralouphie/getallheaders" - } - ], - "dev": true, - "dev-package-names": [] -} diff --git a/plugins/automagic-images/vendor/composer/installed.php b/plugins/automagic-images/vendor/composer/installed.php deleted file mode 100644 index 023bb6b..0000000 --- a/plugins/automagic-images/vendor/composer/installed.php +++ /dev/null @@ -1,137 +0,0 @@ - - array ( - 'pretty_version' => '1.0.0+no-version-set', - 'version' => '1.0.0.0', - 'aliases' => - array ( - ), - 'reference' => NULL, - 'name' => '__root__', - ), - 'versions' => - array ( - '__root__' => - array ( - 'pretty_version' => '1.0.0+no-version-set', - 'version' => '1.0.0.0', - 'aliases' => - array ( - ), - 'reference' => NULL, - ), - 'guzzlehttp/guzzle' => - array ( - 'pretty_version' => '7.3.0', - 'version' => '7.3.0.0', - 'aliases' => - array ( - ), - 'reference' => '7008573787b430c1c1f650e3722d9bba59967628', - ), - 'guzzlehttp/promises' => - array ( - 'pretty_version' => '1.4.1', - 'version' => '1.4.1.0', - 'aliases' => - array ( - ), - 'reference' => '8e7d04f1f6450fef59366c399cfad4b9383aa30d', - ), - 'guzzlehttp/psr7' => - array ( - 'pretty_version' => '1.8.2', - 'version' => '1.8.2.0', - 'aliases' => - array ( - ), - 'reference' => 'dc960a912984efb74d0a90222870c72c87f10c91', - ), - 'myclabs/php-enum' => - array ( - 'pretty_version' => '1.8.0', - 'version' => '1.8.0.0', - 'aliases' => - array ( - ), - 'reference' => '46cf3d8498b095bd33727b13fd5707263af99421', - ), - 'paquettg/php-html-parser' => - array ( - 'pretty_version' => '3.1.1', - 'version' => '3.1.1.0', - 'aliases' => - array ( - ), - 'reference' => '4e01a438ad5961cc2d7427eb9798d213c8a12629', - ), - 'paquettg/string-encode' => - array ( - 'pretty_version' => '1.0.1', - 'version' => '1.0.1.0', - 'aliases' => - array ( - ), - 'reference' => 'a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee', - ), - 'php-http/httplug' => - array ( - 'pretty_version' => '2.2.0', - 'version' => '2.2.0.0', - 'aliases' => - array ( - ), - 'reference' => '191a0a1b41ed026b717421931f8d3bd2514ffbf9', - ), - 'php-http/promise' => - array ( - 'pretty_version' => '1.1.0', - 'version' => '1.1.0.0', - 'aliases' => - array ( - ), - 'reference' => '4c4c1f9b7289a2ec57cde7f1e9762a5789506f88', - ), - 'psr/http-client' => - array ( - 'pretty_version' => '1.0.1', - 'version' => '1.0.1.0', - 'aliases' => - array ( - ), - 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621', - ), - 'psr/http-client-implementation' => - array ( - 'provided' => - array ( - 0 => '1.0', - ), - ), - 'psr/http-message' => - array ( - 'pretty_version' => '1.0.1', - 'version' => '1.0.1.0', - 'aliases' => - array ( - ), - 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', - ), - 'psr/http-message-implementation' => - array ( - 'provided' => - array ( - 0 => '1.0', - ), - ), - 'ralouphie/getallheaders' => - array ( - 'pretty_version' => '3.0.3', - 'version' => '3.0.3.0', - 'aliases' => - array ( - ), - 'reference' => '120b605dfeb996808c31b6477290a714d356e822', - ), - ), -); diff --git a/plugins/automagic-images/vendor/composer/platform_check.php b/plugins/automagic-images/vendor/composer/platform_check.php deleted file mode 100644 index 92370c5..0000000 --- a/plugins/automagic-images/vendor/composer/platform_check.php +++ /dev/null @@ -1,26 +0,0 @@ -= 70300)) { - $issues[] = 'Your Composer dependencies require a PHP version ">= 7.3.0". You are running ' . PHP_VERSION . '.'; -} - -if ($issues) { - if (!headers_sent()) { - header('HTTP/1.1 500 Internal Server Error'); - } - if (!ini_get('display_errors')) { - if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { - fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); - } elseif (!headers_sent()) { - echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; - } - } - trigger_error( - 'Composer detected issues in your platform: ' . implode(' ', $issues), - E_USER_ERROR - ); -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/CHANGELOG.md b/plugins/automagic-images/vendor/guzzlehttp/guzzle/CHANGELOG.md deleted file mode 100644 index e303af2..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/CHANGELOG.md +++ /dev/null @@ -1,1462 +0,0 @@ -# Change Log - -Please refer to [UPGRADING](UPGRADING.md) guide for upgrading to a major version. - -## 7.3.0 - 2021-03-23 - -### Added - -- Support for DER and P12 certificates [#2413](https://github.com/guzzle/guzzle/pull/2413) -- Support the cURL (http://) scheme for StreamHandler proxies [#2850](https://github.com/guzzle/guzzle/pull/2850) -- Support for `guzzlehttp/psr7:^2.0` [#2878](https://github.com/guzzle/guzzle/pull/2878) - -### Fixed - -- Handle exceptions on invalid header consistently between PHP versions and handlers [#2872](https://github.com/guzzle/guzzle/pull/2872) - -## 7.2.0 - 2020-10-10 - -### Added - -- Support for PHP 8 [#2712](https://github.com/guzzle/guzzle/pull/2712), [#2715](https://github.com/guzzle/guzzle/pull/2715), [#2789](https://github.com/guzzle/guzzle/pull/2789) -- Support passing a body summarizer to the http errors middleware [#2795](https://github.com/guzzle/guzzle/pull/2795) - -### Fixed - -- Handle exceptions during response creation [#2591](https://github.com/guzzle/guzzle/pull/2591) -- Fix CURLOPT_ENCODING not to be overwritten [#2595](https://github.com/guzzle/guzzle/pull/2595) -- Make sure the Request always has a body object [#2804](https://github.com/guzzle/guzzle/pull/2804) - -### Changed - -- The `TooManyRedirectsException` has a response [#2660](https://github.com/guzzle/guzzle/pull/2660) -- Avoid "functions" from dependencies [#2712](https://github.com/guzzle/guzzle/pull/2712) - -### Deprecated - -- Using environment variable GUZZLE_CURL_SELECT_TIMEOUT [#2786](https://github.com/guzzle/guzzle/pull/2786) - -## 7.1.1 - 2020-09-30 - -### Fixed - -- Incorrect EOF detection for response body streams on Windows. - -### Changed - -- We dont connect curl `sink` on HEAD requests. -- Removed some PHP 5 workarounds - -## 7.1.0 - 2020-09-22 - -### Added - -- `GuzzleHttp\MessageFormatterInterface` - -### Fixed - -- Fixed issue that caused cookies with no value not to be stored. -- On redirects, we allow all safe methods like GET, HEAD and OPTIONS. -- Fixed logging on empty responses. -- Make sure MessageFormatter::format returns string - -### Deprecated - -- All functions in `GuzzleHttp` has been deprecated. Use static methods on `Utils` instead. -- `ClientInterface::getConfig()` -- `Client::getConfig()` -- `Client::__call()` -- `Utils::defaultCaBundle()` -- `CurlFactory::LOW_CURL_VERSION_NUMBER` - -## 7.0.1 - 2020-06-27 - -* Fix multiply defined functions fatal error [#2699](https://github.com/guzzle/guzzle/pull/2699) - -## 7.0.0 - 2020-06-27 - -No changes since 7.0.0-rc1. - -## 7.0.0-rc1 - 2020-06-15 - -### Changed - -* Use error level for logging errors in Middleware [#2629](https://github.com/guzzle/guzzle/pull/2629) -* Disabled IDN support by default and require ext-intl to use it [#2675](https://github.com/guzzle/guzzle/pull/2675) - -## 7.0.0-beta2 - 2020-05-25 - -### Added - -* Using `Utils` class instead of functions in the `GuzzleHttp` namespace. [#2546](https://github.com/guzzle/guzzle/pull/2546) -* `ClientInterface::MAJOR_VERSION` [#2583](https://github.com/guzzle/guzzle/pull/2583) - -### Changed - -* Avoid the `getenv` function when unsafe [#2531](https://github.com/guzzle/guzzle/pull/2531) -* Added real client methods [#2529](https://github.com/guzzle/guzzle/pull/2529) -* Avoid functions due to global install conflicts [#2546](https://github.com/guzzle/guzzle/pull/2546) -* Use Symfony intl-idn polyfill [#2550](https://github.com/guzzle/guzzle/pull/2550) -* Adding methods for HTTP verbs like `Client::get()`, `Client::head()`, `Client::patch()` etc [#2529](https://github.com/guzzle/guzzle/pull/2529) -* `ConnectException` extends `TransferException` [#2541](https://github.com/guzzle/guzzle/pull/2541) -* Updated the default User Agent to "GuzzleHttp/7" [#2654](https://github.com/guzzle/guzzle/pull/2654) - -### Fixed - -* Various intl icu issues [#2626](https://github.com/guzzle/guzzle/pull/2626) - -### Removed - -* Pool option `pool_size` [#2528](https://github.com/guzzle/guzzle/pull/2528) - -## 7.0.0-beta1 - 2019-12-30 - -The diff might look very big but 95% of Guzzle users will be able to upgrade without modification. -Please see [the upgrade document](UPGRADING.md) that describes all BC breaking changes. - -### Added - -* Implement PSR-18 and dropped PHP 5 support [#2421](https://github.com/guzzle/guzzle/pull/2421) [#2474](https://github.com/guzzle/guzzle/pull/2474) -* PHP 7 types [#2442](https://github.com/guzzle/guzzle/pull/2442) [#2449](https://github.com/guzzle/guzzle/pull/2449) [#2466](https://github.com/guzzle/guzzle/pull/2466) [#2497](https://github.com/guzzle/guzzle/pull/2497) [#2499](https://github.com/guzzle/guzzle/pull/2499) -* IDN support for redirects [2424](https://github.com/guzzle/guzzle/pull/2424) - -### Changed - -* Dont allow passing null as third argument to `BadResponseException::__construct()` [#2427](https://github.com/guzzle/guzzle/pull/2427) -* Use SAPI constant instead of method call [#2450](https://github.com/guzzle/guzzle/pull/2450) -* Use native function invocation [#2444](https://github.com/guzzle/guzzle/pull/2444) -* Better defaults for PHP installations with old ICU lib [2454](https://github.com/guzzle/guzzle/pull/2454) -* Added visibility to all constants [#2462](https://github.com/guzzle/guzzle/pull/2462) -* Dont allow passing `null` as URI to `Client::request()` and `Client::requestAsync()` [#2461](https://github.com/guzzle/guzzle/pull/2461) -* Widen the exception argument to throwable [#2495](https://github.com/guzzle/guzzle/pull/2495) - -### Fixed - -* Logging when Promise rejected with a string [#2311](https://github.com/guzzle/guzzle/pull/2311) - -### Removed - -* Class `SeekException` [#2162](https://github.com/guzzle/guzzle/pull/2162) -* `RequestException::getResponseBodySummary()` [#2425](https://github.com/guzzle/guzzle/pull/2425) -* `CookieJar::getCookieValue()` [#2433](https://github.com/guzzle/guzzle/pull/2433) -* `uri_template()` and `UriTemplate` [#2440](https://github.com/guzzle/guzzle/pull/2440) -* Request options `save_to` and `exceptions` [#2464](https://github.com/guzzle/guzzle/pull/2464) - -## 6.5.2 - 2019-12-23 - -* idn_to_ascii() fix for old PHP versions [#2489](https://github.com/guzzle/guzzle/pull/2489) - -## 6.5.1 - 2019-12-21 - -* Better defaults for PHP installations with old ICU lib [#2454](https://github.com/guzzle/guzzle/pull/2454) -* IDN support for redirects [#2424](https://github.com/guzzle/guzzle/pull/2424) - -## 6.5.0 - 2019-12-07 - -* Improvement: Added support for reset internal queue in MockHandler. [#2143](https://github.com/guzzle/guzzle/pull/2143) -* Improvement: Added support to pass arbitrary options to `curl_multi_init`. [#2287](https://github.com/guzzle/guzzle/pull/2287) -* Fix: Gracefully handle passing `null` to the `header` option. [#2132](https://github.com/guzzle/guzzle/pull/2132) -* Fix: `RetryMiddleware` did not do exponential delay between retires due unit mismatch. [#2132](https://github.com/guzzle/guzzle/pull/2132) -* Fix: Prevent undefined offset when using array for ssl_key options. [#2348](https://github.com/guzzle/guzzle/pull/2348) -* Deprecated `ClientInterface::VERSION` - -## 6.4.1 - 2019-10-23 - -* No `guzzle.phar` was created in 6.4.0 due expired API token. This release will fix that -* Added `parent::__construct()` to `FileCookieJar` and `SessionCookieJar` - -## 6.4.0 - 2019-10-23 - -* Improvement: Improved error messages when using curl < 7.21.2 [#2108](https://github.com/guzzle/guzzle/pull/2108) -* Fix: Test if response is readable before returning a summary in `RequestException::getResponseBodySummary()` [#2081](https://github.com/guzzle/guzzle/pull/2081) -* Fix: Add support for GUZZLE_CURL_SELECT_TIMEOUT environment variable [#2161](https://github.com/guzzle/guzzle/pull/2161) -* Improvement: Added `GuzzleHttp\Exception\InvalidArgumentException` [#2163](https://github.com/guzzle/guzzle/pull/2163) -* Improvement: Added `GuzzleHttp\_current_time()` to use `hrtime()` if that function exists. [#2242](https://github.com/guzzle/guzzle/pull/2242) -* Improvement: Added curl's `appconnect_time` in `TransferStats` [#2284](https://github.com/guzzle/guzzle/pull/2284) -* Improvement: Make GuzzleException extend Throwable wherever it's available [#2273](https://github.com/guzzle/guzzle/pull/2273) -* Fix: Prevent concurrent writes to file when saving `CookieJar` [#2335](https://github.com/guzzle/guzzle/pull/2335) -* Improvement: Update `MockHandler` so we can test transfer time [#2362](https://github.com/guzzle/guzzle/pull/2362) - -## 6.3.3 - 2018-04-22 - -* Fix: Default headers when decode_content is specified - - -## 6.3.2 - 2018-03-26 - -* Fix: Release process - - -## 6.3.1 - 2018-03-26 - -* Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/2014) -* Improvement: Better ConnectException detection [#2012](https://github.com/guzzle/guzzle/pull/2012) -* Bug fix: Malformed domain that contains a "/" [#1999](https://github.com/guzzle/guzzle/pull/1999) -* Bug fix: Undefined offset when a cookie has no first key-value pair [#1998](https://github.com/guzzle/guzzle/pull/1998) -* Improvement: Support PHPUnit 6 [#1953](https://github.com/guzzle/guzzle/pull/1953) -* Bug fix: Support empty headers [#1915](https://github.com/guzzle/guzzle/pull/1915) -* Bug fix: Ignore case during header modifications [#1916](https://github.com/guzzle/guzzle/pull/1916) - -+ Minor code cleanups, documentation fixes and clarifications. - - -## 6.3.0 - 2017-06-22 - -* Feature: force IP resolution (ipv4 or ipv6) [#1608](https://github.com/guzzle/guzzle/pull/1608), [#1659](https://github.com/guzzle/guzzle/pull/1659) -* Improvement: Don't include summary in exception message when body is empty [#1621](https://github.com/guzzle/guzzle/pull/1621) -* Improvement: Handle `on_headers` option in MockHandler [#1580](https://github.com/guzzle/guzzle/pull/1580) -* Improvement: Added SUSE Linux CA path [#1609](https://github.com/guzzle/guzzle/issues/1609) -* Improvement: Use class reference for getting the name of the class instead of using hardcoded strings [#1641](https://github.com/guzzle/guzzle/pull/1641) -* Feature: Added `read_timeout` option [#1611](https://github.com/guzzle/guzzle/pull/1611) -* Bug fix: PHP 7.x fixes [#1685](https://github.com/guzzle/guzzle/pull/1685), [#1686](https://github.com/guzzle/guzzle/pull/1686), [#1811](https://github.com/guzzle/guzzle/pull/1811) -* Deprecation: BadResponseException instantiation without a response [#1642](https://github.com/guzzle/guzzle/pull/1642) -* Feature: Added NTLM auth [#1569](https://github.com/guzzle/guzzle/pull/1569) -* Feature: Track redirect HTTP status codes [#1711](https://github.com/guzzle/guzzle/pull/1711) -* Improvement: Check handler type during construction [#1745](https://github.com/guzzle/guzzle/pull/1745) -* Improvement: Always include the Content-Length if there's a body [#1721](https://github.com/guzzle/guzzle/pull/1721) -* Feature: Added convenience method to access a cookie by name [#1318](https://github.com/guzzle/guzzle/pull/1318) -* Bug fix: Fill `CURLOPT_CAPATH` and `CURLOPT_CAINFO` properly [#1684](https://github.com/guzzle/guzzle/pull/1684) -* Improvement: Use `\GuzzleHttp\Promise\rejection_for` function instead of object init [#1827](https://github.com/guzzle/guzzle/pull/1827) - - -+ Minor code cleanups, documentation fixes and clarifications. - -## 6.2.3 - 2017-02-28 - -* Fix deprecations with guzzle/psr7 version 1.4 - -## 6.2.2 - 2016-10-08 - -* Allow to pass nullable Response to delay callable -* Only add scheme when host is present -* Fix drain case where content-length is the literal string zero -* Obfuscate in-URL credentials in exceptions - -## 6.2.1 - 2016-07-18 - -* Address HTTP_PROXY security vulnerability, CVE-2016-5385: - https://httpoxy.org/ -* Fixing timeout bug with StreamHandler: - https://github.com/guzzle/guzzle/pull/1488 -* Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when - a server does not honor `Connection: close`. -* Ignore URI fragment when sending requests. - -## 6.2.0 - 2016-03-21 - -* Feature: added `GuzzleHttp\json_encode` and `GuzzleHttp\json_decode`. - https://github.com/guzzle/guzzle/pull/1389 -* Bug fix: Fix sleep calculation when waiting for delayed requests. - https://github.com/guzzle/guzzle/pull/1324 -* Feature: More flexible history containers. - https://github.com/guzzle/guzzle/pull/1373 -* Bug fix: defer sink stream opening in StreamHandler. - https://github.com/guzzle/guzzle/pull/1377 -* Bug fix: do not attempt to escape cookie values. - https://github.com/guzzle/guzzle/pull/1406 -* Feature: report original content encoding and length on decoded responses. - https://github.com/guzzle/guzzle/pull/1409 -* Bug fix: rewind seekable request bodies before dispatching to cURL. - https://github.com/guzzle/guzzle/pull/1422 -* Bug fix: provide an empty string to `http_build_query` for HHVM workaround. - https://github.com/guzzle/guzzle/pull/1367 - -## 6.1.1 - 2015-11-22 - -* Bug fix: Proxy::wrapSync() now correctly proxies to the appropriate handler - https://github.com/guzzle/guzzle/commit/911bcbc8b434adce64e223a6d1d14e9a8f63e4e4 -* Feature: HandlerStack is now more generic. - https://github.com/guzzle/guzzle/commit/f2102941331cda544745eedd97fc8fd46e1ee33e -* Bug fix: setting verify to false in the StreamHandler now disables peer - verification. https://github.com/guzzle/guzzle/issues/1256 -* Feature: Middleware now uses an exception factory, including more error - context. https://github.com/guzzle/guzzle/pull/1282 -* Feature: better support for disabled functions. - https://github.com/guzzle/guzzle/pull/1287 -* Bug fix: fixed regression where MockHandler was not using `sink`. - https://github.com/guzzle/guzzle/pull/1292 - -## 6.1.0 - 2015-09-08 - -* Feature: Added the `on_stats` request option to provide access to transfer - statistics for requests. https://github.com/guzzle/guzzle/pull/1202 -* Feature: Added the ability to persist session cookies in CookieJars. - https://github.com/guzzle/guzzle/pull/1195 -* Feature: Some compatibility updates for Google APP Engine - https://github.com/guzzle/guzzle/pull/1216 -* Feature: Added support for NO_PROXY to prevent the use of a proxy based on - a simple set of rules. https://github.com/guzzle/guzzle/pull/1197 -* Feature: Cookies can now contain square brackets. - https://github.com/guzzle/guzzle/pull/1237 -* Bug fix: Now correctly parsing `=` inside of quotes in Cookies. - https://github.com/guzzle/guzzle/pull/1232 -* Bug fix: Cusotm cURL options now correctly override curl options of the - same name. https://github.com/guzzle/guzzle/pull/1221 -* Bug fix: Content-Type header is now added when using an explicitly provided - multipart body. https://github.com/guzzle/guzzle/pull/1218 -* Bug fix: Now ignoring Set-Cookie headers that have no name. -* Bug fix: Reason phrase is no longer cast to an int in some cases in the - cURL handler. https://github.com/guzzle/guzzle/pull/1187 -* Bug fix: Remove the Authorization header when redirecting if the Host - header changes. https://github.com/guzzle/guzzle/pull/1207 -* Bug fix: Cookie path matching fixes - https://github.com/guzzle/guzzle/issues/1129 -* Bug fix: Fixing the cURL `body_as_string` setting - https://github.com/guzzle/guzzle/pull/1201 -* Bug fix: quotes are no longer stripped when parsing cookies. - https://github.com/guzzle/guzzle/issues/1172 -* Bug fix: `form_params` and `query` now always uses the `&` separator. - https://github.com/guzzle/guzzle/pull/1163 -* Bug fix: Adding a Content-Length to PHP stream wrapper requests if not set. - https://github.com/guzzle/guzzle/pull/1189 - -## 6.0.2 - 2015-07-04 - -* Fixed a memory leak in the curl handlers in which references to callbacks - were not being removed by `curl_reset`. -* Cookies are now extracted properly before redirects. -* Cookies now allow more character ranges. -* Decoded Content-Encoding responses are now modified to correctly reflect - their state if the encoding was automatically removed by a handler. This - means that the `Content-Encoding` header may be removed an the - `Content-Length` modified to reflect the message size after removing the - encoding. -* Added a more explicit error message when trying to use `form_params` and - `multipart` in the same request. -* Several fixes for HHVM support. -* Functions are now conditionally required using an additional level of - indirection to help with global Composer installations. - -## 6.0.1 - 2015-05-27 - -* Fixed a bug with serializing the `query` request option where the `&` - separator was missing. -* Added a better error message for when `body` is provided as an array. Please - use `form_params` or `multipart` instead. -* Various doc fixes. - -## 6.0.0 - 2015-05-26 - -* See the UPGRADING.md document for more information. -* Added `multipart` and `form_params` request options. -* Added `synchronous` request option. -* Added the `on_headers` request option. -* Fixed `expect` handling. -* No longer adding default middlewares in the client ctor. These need to be - present on the provided handler in order to work. -* Requests are no longer initiated when sending async requests with the - CurlMultiHandler. This prevents unexpected recursion from requests completing - while ticking the cURL loop. -* Removed the semantics of setting `default` to `true`. This is no longer - required now that the cURL loop is not ticked for async requests. -* Added request and response logging middleware. -* No longer allowing self signed certificates when using the StreamHandler. -* Ensuring that `sink` is valid if saving to a file. -* Request exceptions now include a "handler context" which provides handler - specific contextual information. -* Added `GuzzleHttp\RequestOptions` to allow request options to be applied - using constants. -* `$maxHandles` has been removed from CurlMultiHandler. -* `MultipartPostBody` is now part of the `guzzlehttp/psr7` package. - -## 5.3.0 - 2015-05-19 - -* Mock now supports `save_to` -* Marked `AbstractRequestEvent::getTransaction()` as public. -* Fixed a bug in which multiple headers using different casing would overwrite - previous headers in the associative array. -* Added `Utils::getDefaultHandler()` -* Marked `GuzzleHttp\Client::getDefaultUserAgent` as deprecated. -* URL scheme is now always lowercased. - -## 6.0.0-beta.1 - -* Requires PHP >= 5.5 -* Updated to use PSR-7 - * Requires immutable messages, which basically means an event based system - owned by a request instance is no longer possible. - * Utilizing the [Guzzle PSR-7 package](https://github.com/guzzle/psr7). - * Removed the dependency on `guzzlehttp/streams`. These stream abstractions - are available in the `guzzlehttp/psr7` package under the `GuzzleHttp\Psr7` - namespace. -* Added middleware and handler system - * Replaced the Guzzle event and subscriber system with a middleware system. - * No longer depends on RingPHP, but rather places the HTTP handlers directly - in Guzzle, operating on PSR-7 messages. - * Retry logic is now encapsulated in `GuzzleHttp\Middleware::retry`, which - means the `guzzlehttp/retry-subscriber` is now obsolete. - * Mocking responses is now handled using `GuzzleHttp\Handler\MockHandler`. -* Asynchronous responses - * No longer supports the `future` request option to send an async request. - Instead, use one of the `*Async` methods of a client (e.g., `requestAsync`, - `getAsync`, etc.). - * Utilizing `GuzzleHttp\Promise` instead of React's promise library to avoid - recursion required by chaining and forwarding react promises. See - https://github.com/guzzle/promises - * Added `requestAsync` and `sendAsync` to send request asynchronously. - * Added magic methods for `getAsync()`, `postAsync()`, etc. to send requests - asynchronously. -* Request options - * POST and form updates - * Added the `form_fields` and `form_files` request options. - * Removed the `GuzzleHttp\Post` namespace. - * The `body` request option no longer accepts an array for POST requests. - * The `exceptions` request option has been deprecated in favor of the - `http_errors` request options. - * The `save_to` request option has been deprecated in favor of `sink` request - option. -* Clients no longer accept an array of URI template string and variables for - URI variables. You will need to expand URI templates before passing them - into a client constructor or request method. -* Client methods `get()`, `post()`, `put()`, `patch()`, `options()`, etc. are - now magic methods that will send synchronous requests. -* Replaced `Utils.php` with plain functions in `functions.php`. -* Removed `GuzzleHttp\Collection`. -* Removed `GuzzleHttp\BatchResults`. Batched pool results are now returned as - an array. -* Removed `GuzzleHttp\Query`. Query string handling is now handled using an - associative array passed into the `query` request option. The query string - is serialized using PHP's `http_build_query`. If you need more control, you - can pass the query string in as a string. -* `GuzzleHttp\QueryParser` has been replaced with the - `GuzzleHttp\Psr7\parse_query`. - -## 5.2.0 - 2015-01-27 - -* Added `AppliesHeadersInterface` to make applying headers to a request based - on the body more generic and not specific to `PostBodyInterface`. -* Reduced the number of stack frames needed to send requests. -* Nested futures are now resolved in the client rather than the RequestFsm -* Finishing state transitions is now handled in the RequestFsm rather than the - RingBridge. -* Added a guard in the Pool class to not use recursion for request retries. - -## 5.1.0 - 2014-12-19 - -* Pool class no longer uses recursion when a request is intercepted. -* The size of a Pool can now be dynamically adjusted using a callback. - See https://github.com/guzzle/guzzle/pull/943. -* Setting a request option to `null` when creating a request with a client will - ensure that the option is not set. This allows you to overwrite default - request options on a per-request basis. - See https://github.com/guzzle/guzzle/pull/937. -* Added the ability to limit which protocols are allowed for redirects by - specifying a `protocols` array in the `allow_redirects` request option. -* Nested futures due to retries are now resolved when waiting for synchronous - responses. See https://github.com/guzzle/guzzle/pull/947. -* `"0"` is now an allowed URI path. See - https://github.com/guzzle/guzzle/pull/935. -* `Query` no longer typehints on the `$query` argument in the constructor, - allowing for strings and arrays. -* Exceptions thrown in the `end` event are now correctly wrapped with Guzzle - specific exceptions if necessary. - -## 5.0.3 - 2014-11-03 - -This change updates query strings so that they are treated as un-encoded values -by default where the value represents an un-encoded value to send over the -wire. A Query object then encodes the value before sending over the wire. This -means that even value query string values (e.g., ":") are url encoded. This -makes the Query class match PHP's http_build_query function. However, if you -want to send requests over the wire using valid query string characters that do -not need to be encoded, then you can provide a string to Url::setQuery() and -pass true as the second argument to specify that the query string is a raw -string that should not be parsed or encoded (unless a call to getQuery() is -subsequently made, forcing the query-string to be converted into a Query -object). - -## 5.0.2 - 2014-10-30 - -* Added a trailing `\r\n` to multipart/form-data payloads. See - https://github.com/guzzle/guzzle/pull/871 -* Added a `GuzzleHttp\Pool::send()` convenience method to match the docs. -* Status codes are now returned as integers. See - https://github.com/guzzle/guzzle/issues/881 -* No longer overwriting an existing `application/x-www-form-urlencoded` header - when sending POST requests, allowing for customized headers. See - https://github.com/guzzle/guzzle/issues/877 -* Improved path URL serialization. - - * No longer double percent-encoding characters in the path or query string if - they are already encoded. - * Now properly encoding the supplied path to a URL object, instead of only - encoding ' ' and '?'. - * Note: This has been changed in 5.0.3 to now encode query string values by - default unless the `rawString` argument is provided when setting the query - string on a URL: Now allowing many more characters to be present in the - query string without being percent encoded. See https://tools.ietf.org/html/rfc3986#appendix-A - -## 5.0.1 - 2014-10-16 - -Bugfix release. - -* Fixed an issue where connection errors still returned response object in - error and end events event though the response is unusable. This has been - corrected so that a response is not returned in the `getResponse` method of - these events if the response did not complete. https://github.com/guzzle/guzzle/issues/867 -* Fixed an issue where transfer statistics were not being populated in the - RingBridge. https://github.com/guzzle/guzzle/issues/866 - -## 5.0.0 - 2014-10-12 - -Adding support for non-blocking responses and some minor API cleanup. - -### New Features - -* Added support for non-blocking responses based on `guzzlehttp/guzzle-ring`. -* Added a public API for creating a default HTTP adapter. -* Updated the redirect plugin to be non-blocking so that redirects are sent - concurrently. Other plugins like this can now be updated to be non-blocking. -* Added a "progress" event so that you can get upload and download progress - events. -* Added `GuzzleHttp\Pool` which implements FutureInterface and transfers - requests concurrently using a capped pool size as efficiently as possible. -* Added `hasListeners()` to EmitterInterface. -* Removed `GuzzleHttp\ClientInterface::sendAll` and marked - `GuzzleHttp\Client::sendAll` as deprecated (it's still there, just not the - recommended way). - -### Breaking changes - -The breaking changes in this release are relatively minor. The biggest thing to -look out for is that request and response objects no longer implement fluent -interfaces. - -* Removed the fluent interfaces (i.e., `return $this`) from requests, - responses, `GuzzleHttp\Collection`, `GuzzleHttp\Url`, - `GuzzleHttp\Query`, `GuzzleHttp\Post\PostBody`, and - `GuzzleHttp\Cookie\SetCookie`. This blog post provides a good outline of - why I did this: https://ocramius.github.io/blog/fluent-interfaces-are-evil/. - This also makes the Guzzle message interfaces compatible with the current - PSR-7 message proposal. -* Removed "functions.php", so that Guzzle is truly PSR-4 compliant. Except - for the HTTP request functions from function.php, these functions are now - implemented in `GuzzleHttp\Utils` using camelCase. `GuzzleHttp\json_decode` - moved to `GuzzleHttp\Utils::jsonDecode`. `GuzzleHttp\get_path` moved to - `GuzzleHttp\Utils::getPath`. `GuzzleHttp\set_path` moved to - `GuzzleHttp\Utils::setPath`. `GuzzleHttp\batch` should now be - `GuzzleHttp\Pool::batch`, which returns an `objectStorage`. Using functions.php - caused problems for many users: they aren't PSR-4 compliant, require an - explicit include, and needed an if-guard to ensure that the functions are not - declared multiple times. -* Rewrote adapter layer. - * Removing all classes from `GuzzleHttp\Adapter`, these are now - implemented as callables that are stored in `GuzzleHttp\Ring\Client`. - * Removed the concept of "parallel adapters". Sending requests serially or - concurrently is now handled using a single adapter. - * Moved `GuzzleHttp\Adapter\Transaction` to `GuzzleHttp\Transaction`. The - Transaction object now exposes the request, response, and client as public - properties. The getters and setters have been removed. -* Removed the "headers" event. This event was only useful for changing the - body a response once the headers of the response were known. You can implement - a similar behavior in a number of ways. One example might be to use a - FnStream that has access to the transaction being sent. For example, when the - first byte is written, you could check if the response headers match your - expectations, and if so, change the actual stream body that is being - written to. -* Removed the `asArray` parameter from - `GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header - value as an array, then use the newly added `getHeaderAsArray()` method of - `MessageInterface`. This change makes the Guzzle interfaces compatible with - the PSR-7 interfaces. -* `GuzzleHttp\Message\MessageFactory` no longer allows subclasses to add - custom request options using double-dispatch (this was an implementation - detail). Instead, you should now provide an associative array to the - constructor which is a mapping of the request option name mapping to a - function that applies the option value to a request. -* Removed the concept of "throwImmediately" from exceptions and error events. - This control mechanism was used to stop a transfer of concurrent requests - from completing. This can now be handled by throwing the exception or by - cancelling a pool of requests or each outstanding future request individually. -* Updated to "GuzzleHttp\Streams" 3.0. - * `GuzzleHttp\Stream\StreamInterface::getContents()` no longer accepts a - `maxLen` parameter. This update makes the Guzzle streams project - compatible with the current PSR-7 proposal. - * `GuzzleHttp\Stream\Stream::__construct`, - `GuzzleHttp\Stream\Stream::factory`, and - `GuzzleHttp\Stream\Utils::create` no longer accept a size in the second - argument. They now accept an associative array of options, including the - "size" key and "metadata" key which can be used to provide custom metadata. - -## 4.2.2 - 2014-09-08 - -* Fixed a memory leak in the CurlAdapter when reusing cURL handles. -* No longer using `request_fulluri` in stream adapter proxies. -* Relative redirects are now based on the last response, not the first response. - -## 4.2.1 - 2014-08-19 - -* Ensuring that the StreamAdapter does not always add a Content-Type header -* Adding automated github releases with a phar and zip - -## 4.2.0 - 2014-08-17 - -* Now merging in default options using a case-insensitive comparison. - Closes https://github.com/guzzle/guzzle/issues/767 -* Added the ability to automatically decode `Content-Encoding` response bodies - using the `decode_content` request option. This is set to `true` by default - to decode the response body if it comes over the wire with a - `Content-Encoding`. Set this value to `false` to disable decoding the - response content, and pass a string to provide a request `Accept-Encoding` - header and turn on automatic response decoding. This feature now allows you - to pass an `Accept-Encoding` header in the headers of a request but still - disable automatic response decoding. - Closes https://github.com/guzzle/guzzle/issues/764 -* Added the ability to throw an exception immediately when transferring - requests in parallel. Closes https://github.com/guzzle/guzzle/issues/760 -* Updating guzzlehttp/streams dependency to ~2.1 -* No longer utilizing the now deprecated namespaced methods from the stream - package. - -## 4.1.8 - 2014-08-14 - -* Fixed an issue in the CurlFactory that caused setting the `stream=false` - request option to throw an exception. - See: https://github.com/guzzle/guzzle/issues/769 -* TransactionIterator now calls rewind on the inner iterator. - See: https://github.com/guzzle/guzzle/pull/765 -* You can now set the `Content-Type` header to `multipart/form-data` - when creating POST requests to force multipart bodies. - See https://github.com/guzzle/guzzle/issues/768 - -## 4.1.7 - 2014-08-07 - -* Fixed an error in the HistoryPlugin that caused the same request and response - to be logged multiple times when an HTTP protocol error occurs. -* Ensuring that cURL does not add a default Content-Type when no Content-Type - has been supplied by the user. This prevents the adapter layer from modifying - the request that is sent over the wire after any listeners may have already - put the request in a desired state (e.g., signed the request). -* Throwing an exception when you attempt to send requests that have the - "stream" set to true in parallel using the MultiAdapter. -* Only calling curl_multi_select when there are active cURL handles. This was - previously changed and caused performance problems on some systems due to PHP - always selecting until the maximum select timeout. -* Fixed a bug where multipart/form-data POST fields were not correctly - aggregated (e.g., values with "&"). - -## 4.1.6 - 2014-08-03 - -* Added helper methods to make it easier to represent messages as strings, - including getting the start line and getting headers as a string. - -## 4.1.5 - 2014-08-02 - -* Automatically retrying cURL "Connection died, retrying a fresh connect" - errors when possible. -* cURL implementation cleanup -* Allowing multiple event subscriber listeners to be registered per event by - passing an array of arrays of listener configuration. - -## 4.1.4 - 2014-07-22 - -* Fixed a bug that caused multi-part POST requests with more than one field to - serialize incorrectly. -* Paths can now be set to "0" -* `ResponseInterface::xml` now accepts a `libxml_options` option and added a - missing default argument that was required when parsing XML response bodies. -* A `save_to` stream is now created lazily, which means that files are not - created on disk unless a request succeeds. - -## 4.1.3 - 2014-07-15 - -* Various fixes to multipart/form-data POST uploads -* Wrapping function.php in an if-statement to ensure Guzzle can be used - globally and in a Composer install -* Fixed an issue with generating and merging in events to an event array -* POST headers are only applied before sending a request to allow you to change - the query aggregator used before uploading -* Added much more robust query string parsing -* Fixed various parsing and normalization issues with URLs -* Fixing an issue where multi-valued headers were not being utilized correctly - in the StreamAdapter - -## 4.1.2 - 2014-06-18 - -* Added support for sending payloads with GET requests - -## 4.1.1 - 2014-06-08 - -* Fixed an issue related to using custom message factory options in subclasses -* Fixed an issue with nested form fields in a multi-part POST -* Fixed an issue with using the `json` request option for POST requests -* Added `ToArrayInterface` to `GuzzleHttp\Cookie\CookieJar` - -## 4.1.0 - 2014-05-27 - -* Added a `json` request option to easily serialize JSON payloads. -* Added a `GuzzleHttp\json_decode()` wrapper to safely parse JSON. -* Added `setPort()` and `getPort()` to `GuzzleHttp\Message\RequestInterface`. -* Added the ability to provide an emitter to a client in the client constructor. -* Added the ability to persist a cookie session using $_SESSION. -* Added a trait that can be used to add event listeners to an iterator. -* Removed request method constants from RequestInterface. -* Fixed warning when invalid request start-lines are received. -* Updated MessageFactory to work with custom request option methods. -* Updated cacert bundle to latest build. - -4.0.2 (2014-04-16) ------------------- - -* Proxy requests using the StreamAdapter now properly use request_fulluri (#632) -* Added the ability to set scalars as POST fields (#628) - -## 4.0.1 - 2014-04-04 - -* The HTTP status code of a response is now set as the exception code of - RequestException objects. -* 303 redirects will now correctly switch from POST to GET requests. -* The default parallel adapter of a client now correctly uses the MultiAdapter. -* HasDataTrait now initializes the internal data array as an empty array so - that the toArray() method always returns an array. - -## 4.0.0 - 2014-03-29 - -* For information on changes and upgrading, see: - https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#3x-to-40 -* Added `GuzzleHttp\batch()` as a convenience function for sending requests in - parallel without needing to write asynchronous code. -* Restructured how events are added to `GuzzleHttp\ClientInterface::sendAll()`. - You can now pass a callable or an array of associative arrays where each - associative array contains the "fn", "priority", and "once" keys. - -## 4.0.0.rc-2 - 2014-03-25 - -* Removed `getConfig()` and `setConfig()` from clients to avoid confusion - around whether things like base_url, message_factory, etc. should be able to - be retrieved or modified. -* Added `getDefaultOption()` and `setDefaultOption()` to ClientInterface -* functions.php functions were renamed using snake_case to match PHP idioms -* Added support for `HTTP_PROXY`, `HTTPS_PROXY`, and - `GUZZLE_CURL_SELECT_TIMEOUT` environment variables -* Added the ability to specify custom `sendAll()` event priorities -* Added the ability to specify custom stream context options to the stream - adapter. -* Added a functions.php function for `get_path()` and `set_path()` -* CurlAdapter and MultiAdapter now use a callable to generate curl resources -* MockAdapter now properly reads a body and emits a `headers` event -* Updated Url class to check if a scheme and host are set before adding ":" - and "//". This allows empty Url (e.g., "") to be serialized as "". -* Parsing invalid XML no longer emits warnings -* Curl classes now properly throw AdapterExceptions -* Various performance optimizations -* Streams are created with the faster `Stream\create()` function -* Marked deprecation_proxy() as internal -* Test server is now a collection of static methods on a class - -## 4.0.0-rc.1 - 2014-03-15 - -* See https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#3x-to-40 - -## 3.8.1 - 2014-01-28 - -* Bug: Always using GET requests when redirecting from a 303 response -* Bug: CURLOPT_SSL_VERIFYHOST is now correctly set to false when setting `$certificateAuthority` to false in - `Guzzle\Http\ClientInterface::setSslVerification()` -* Bug: RedirectPlugin now uses strict RFC 3986 compliance when combining a base URL with a relative URL -* Bug: The body of a request can now be set to `"0"` -* Sending PHP stream requests no longer forces `HTTP/1.0` -* Adding more information to ExceptionCollection exceptions so that users have more context, including a stack trace of - each sub-exception -* Updated the `$ref` attribute in service descriptions to merge over any existing parameters of a schema (rather than - clobbering everything). -* Merging URLs will now use the query string object from the relative URL (thus allowing custom query aggregators) -* Query strings are now parsed in a way that they do no convert empty keys with no value to have a dangling `=`. - For example `foo&bar=baz` is now correctly parsed and recognized as `foo&bar=baz` rather than `foo=&bar=baz`. -* Now properly escaping the regular expression delimiter when matching Cookie domains. -* Network access is now disabled when loading XML documents - -## 3.8.0 - 2013-12-05 - -* Added the ability to define a POST name for a file -* JSON response parsing now properly walks additionalProperties -* cURL error code 18 is now retried automatically in the BackoffPlugin -* Fixed a cURL error when URLs contain fragments -* Fixed an issue in the BackoffPlugin retry event where it was trying to access all exceptions as if they were - CurlExceptions -* CURLOPT_PROGRESS function fix for PHP 5.5 (69fcc1e) -* Added the ability for Guzzle to work with older versions of cURL that do not support `CURLOPT_TIMEOUT_MS` -* Fixed a bug that was encountered when parsing empty header parameters -* UriTemplate now has a `setRegex()` method to match the docs -* The `debug` request parameter now checks if it is truthy rather than if it exists -* Setting the `debug` request parameter to true shows verbose cURL output instead of using the LogPlugin -* Added the ability to combine URLs using strict RFC 3986 compliance -* Command objects can now return the validation errors encountered by the command -* Various fixes to cache revalidation (#437 and 29797e5) -* Various fixes to the AsyncPlugin -* Cleaned up build scripts - -## 3.7.4 - 2013-10-02 - -* Bug fix: 0 is now an allowed value in a description parameter that has a default value (#430) -* Bug fix: SchemaFormatter now returns an integer when formatting to a Unix timestamp - (see https://github.com/aws/aws-sdk-php/issues/147) -* Bug fix: Cleaned up and fixed URL dot segment removal to properly resolve internal dots -* Minimum PHP version is now properly specified as 5.3.3 (up from 5.3.2) (#420) -* Updated the bundled cacert.pem (#419) -* OauthPlugin now supports adding authentication to headers or query string (#425) - -## 3.7.3 - 2013-09-08 - -* Added the ability to get the exception associated with a request/command when using `MultiTransferException` and - `CommandTransferException`. -* Setting `additionalParameters` of a response to false is now honored when parsing responses with a service description -* Schemas are only injected into response models when explicitly configured. -* No longer guessing Content-Type based on the path of a request. Content-Type is now only guessed based on the path of - an EntityBody. -* Bug fix: ChunkedIterator can now properly chunk a \Traversable as well as an \Iterator. -* Bug fix: FilterIterator now relies on `\Iterator` instead of `\Traversable`. -* Bug fix: Gracefully handling malformed responses in RequestMediator::writeResponseBody() -* Bug fix: Replaced call to canCache with canCacheRequest in the CallbackCanCacheStrategy of the CachePlugin -* Bug fix: Visiting XML attributes first before visiting XML children when serializing requests -* Bug fix: Properly parsing headers that contain commas contained in quotes -* Bug fix: mimetype guessing based on a filename is now case-insensitive - -## 3.7.2 - 2013-08-02 - -* Bug fix: Properly URL encoding paths when using the PHP-only version of the UriTemplate expander - See https://github.com/guzzle/guzzle/issues/371 -* Bug fix: Cookie domains are now matched correctly according to RFC 6265 - See https://github.com/guzzle/guzzle/issues/377 -* Bug fix: GET parameters are now used when calculating an OAuth signature -* Bug fix: Fixed an issue with cache revalidation where the If-None-Match header was being double quoted -* `Guzzle\Common\AbstractHasDispatcher::dispatch()` now returns the event that was dispatched -* `Guzzle\Http\QueryString::factory()` now guesses the most appropriate query aggregator to used based on the input. - See https://github.com/guzzle/guzzle/issues/379 -* Added a way to add custom domain objects to service description parsing using the `operation.parse_class` event. See - https://github.com/guzzle/guzzle/pull/380 -* cURL multi cleanup and optimizations - -## 3.7.1 - 2013-07-05 - -* Bug fix: Setting default options on a client now works -* Bug fix: Setting options on HEAD requests now works. See #352 -* Bug fix: Moving stream factory before send event to before building the stream. See #353 -* Bug fix: Cookies no longer match on IP addresses per RFC 6265 -* Bug fix: Correctly parsing header parameters that are in `<>` and quotes -* Added `cert` and `ssl_key` as request options -* `Host` header can now diverge from the host part of a URL if the header is set manually -* `Guzzle\Service\Command\LocationVisitor\Request\XmlVisitor` was rewritten to change from using SimpleXML to XMLWriter -* OAuth parameters are only added via the plugin if they aren't already set -* Exceptions are now thrown when a URL cannot be parsed -* Returning `false` if `Guzzle\Http\EntityBody::getContentMd5()` fails -* Not setting a `Content-MD5` on a command if calculating the Content-MD5 fails via the CommandContentMd5Plugin - -## 3.7.0 - 2013-06-10 - -* See UPGRADING.md for more information on how to upgrade. -* Requests now support the ability to specify an array of $options when creating a request to more easily modify a - request. You can pass a 'request.options' configuration setting to a client to apply default request options to - every request created by a client (e.g. default query string variables, headers, curl options, etc.). -* Added a static facade class that allows you to use Guzzle with static methods and mount the class to `\Guzzle`. - See `Guzzle\Http\StaticClient::mount`. -* Added `command.request_options` to `Guzzle\Service\Command\AbstractCommand` to pass request options to requests - created by a command (e.g. custom headers, query string variables, timeout settings, etc.). -* Stream size in `Guzzle\Stream\PhpStreamRequestFactory` will now be set if Content-Length is returned in the - headers of a response -* Added `Guzzle\Common\Collection::setPath($path, $value)` to set a value into an array using a nested key - (e.g. `$collection->setPath('foo/baz/bar', 'test'); echo $collection['foo']['bar']['bar'];`) -* ServiceBuilders now support storing and retrieving arbitrary data -* CachePlugin can now purge all resources for a given URI -* CachePlugin can automatically purge matching cached items when a non-idempotent request is sent to a resource -* CachePlugin now uses the Vary header to determine if a resource is a cache hit -* `Guzzle\Http\Message\Response` now implements `\Serializable` -* Added `Guzzle\Cache\CacheAdapterFactory::fromCache()` to more easily create cache adapters -* `Guzzle\Service\ClientInterface::execute()` now accepts an array, single command, or Traversable -* Fixed a bug in `Guzzle\Http\Message\Header\Link::addLink()` -* Better handling of calculating the size of a stream in `Guzzle\Stream\Stream` using fstat() and caching the size -* `Guzzle\Common\Exception\ExceptionCollection` now creates a more readable exception message -* Fixing BC break: Added back the MonologLogAdapter implementation rather than extending from PsrLog so that older - Symfony users can still use the old version of Monolog. -* Fixing BC break: Added the implementation back in for `Guzzle\Http\Message\AbstractMessage::getTokenizedHeader()`. - Now triggering an E_USER_DEPRECATED warning when used. Use `$message->getHeader()->parseParams()`. -* Several performance improvements to `Guzzle\Common\Collection` -* Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`: - createRequest, head, delete, put, patch, post, options, prepareRequest -* Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::createRequest()` -* Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface` -* Changed `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $body = null)` to - `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can still pass in a - resource, string, or EntityBody into the $options parameter to specify the download location of the response. -* Changed `Guzzle\Common\Collection::__construct($data)` to no longer accepts a null value for `$data` but a - default `array()` -* Added `Guzzle\Stream\StreamInterface::isRepeatable` -* Removed `Guzzle\Http\ClientInterface::setDefaultHeaders(). Use - $client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. or - $client->getConfig()->setPath('request.options/headers', array('header_name' => 'value'))`. -* Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use $client->getConfig()->getPath('request.options/headers')`. -* Removed `Guzzle\Http\ClientInterface::expandTemplate()` -* Removed `Guzzle\Http\ClientInterface::setRequestFactory()` -* Removed `Guzzle\Http\ClientInterface::getCurlMulti()` -* Removed `Guzzle\Http\Message\RequestInterface::canCache` -* Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect` -* Removed `Guzzle\Http\Message\RequestInterface::isRedirect` -* Made `Guzzle\Http\Client::expandTemplate` and `getUriTemplate` protected methods. -* You can now enable E_USER_DEPRECATED warnings to see if you are using a deprecated method by setting - `Guzzle\Common\Version::$emitWarnings` to true. -* Marked `Guzzle\Http\Message\Request::isResponseBodyRepeatable()` as deprecated. Use - `$request->getResponseBody()->isRepeatable()` instead. -* Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use - `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead. -* Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use - `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead. -* Marked `Guzzle\Http\Message\Request::setIsRedirect()` as deprecated. Use the HistoryPlugin instead. -* Marked `Guzzle\Http\Message\Request::isRedirect()` as deprecated. Use the HistoryPlugin instead. -* Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated -* Marked 'command.headers', 'command.response_body' and 'command.on_complete' as deprecated for AbstractCommand. - These will work through Guzzle 4.0 -* Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use [request.options][params]. -* Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer be disabled on a Guzzle\Service\Client. -* Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use $client->getConfig()->getPath('request.options/headers')`. -* Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use $client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. -* Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent encode your UTF-8. -* Marked `Guzzle\Common\Collection::inject()` as deprecated. -* Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use `$client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest');` -* CacheKeyProviderInterface and DefaultCacheKeyProvider are no longer used. All of this logic is handled in a - CacheStorageInterface. These two objects and interface will be removed in a future version. -* Always setting X-cache headers on cached responses -* Default cache TTLs are now handled by the CacheStorageInterface of a CachePlugin -* `CacheStorageInterface::cache($key, Response $response, $ttl = null)` has changed to `cache(RequestInterface - $request, Response $response);` -* `CacheStorageInterface::fetch($key)` has changed to `fetch(RequestInterface $request);` -* `CacheStorageInterface::delete($key)` has changed to `delete(RequestInterface $request);` -* Added `CacheStorageInterface::purge($url)` -* `DefaultRevalidation::__construct(CacheKeyProviderInterface $cacheKey, CacheStorageInterface $cache, CachePlugin - $plugin)` has changed to `DefaultRevalidation::__construct(CacheStorageInterface $cache, - CanCacheStrategyInterface $canCache = null)` -* Added `RevalidationInterface::shouldRevalidate(RequestInterface $request, Response $response)` - -## 3.6.0 - 2013-05-29 - -* ServiceDescription now implements ToArrayInterface -* Added command.hidden_params to blacklist certain headers from being treated as additionalParameters -* Guzzle can now correctly parse incomplete URLs -* Mixed casing of headers are now forced to be a single consistent casing across all values for that header. -* Messages internally use a HeaderCollection object to delegate handling case-insensitive header resolution -* Removed the whole changedHeader() function system of messages because all header changes now go through addHeader(). -* Specific header implementations can be created for complex headers. When a message creates a header, it uses a - HeaderFactory which can map specific headers to specific header classes. There is now a Link header and - CacheControl header implementation. -* Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate -* Removed from interface: Guzzle\Http\ClientInterface::setCurlMulti() -* Removed Guzzle\Http\Message\Request::receivedRequestHeader() and implemented this functionality in - Guzzle\Http\Curl\RequestMediator -* Removed the optional $asString parameter from MessageInterface::getHeader(). Just cast the header to a string. -* Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestInterface -* Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders() -* Removed Guzzle\Parser\ParserRegister::get(). Use getParser() -* Removed Guzzle\Parser\ParserRegister::set(). Use registerParser(). -* All response header helper functions return a string rather than mixing Header objects and strings inconsistently -* Removed cURL blacklist support. This is no longer necessary now that Expect, Accept, etc. are managed by Guzzle - directly via interfaces -* Removed the injecting of a request object onto a response object. The methods to get and set a request still exist - but are a no-op until removed. -* Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now request a - `Guzzle\Service\Command\ArrayCommandInterface`. -* Added `Guzzle\Http\Message\RequestInterface::startResponse()` to the RequestInterface to handle injecting a response - on a request while the request is still being transferred -* The ability to case-insensitively search for header values -* Guzzle\Http\Message\Header::hasExactHeader -* Guzzle\Http\Message\Header::raw. Use getAll() -* Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheControl header object - instead. -* `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess -* Added the ability to cast Model objects to a string to view debug information. - -## 3.5.0 - 2013-05-13 - -* Bug: Fixed a regression so that request responses are parsed only once per oncomplete event rather than multiple times -* Bug: Better cleanup of one-time events across the board (when an event is meant to fire once, it will now remove - itself from the EventDispatcher) -* Bug: `Guzzle\Log\MessageFormatter` now properly writes "total_time" and "connect_time" values -* Bug: Cloning an EntityEnclosingRequest now clones the EntityBody too -* Bug: Fixed an undefined index error when parsing nested JSON responses with a sentAs parameter that reference a - non-existent key -* Bug: All __call() method arguments are now required (helps with mocking frameworks) -* Deprecating Response::getRequest() and now using a shallow clone of a request object to remove a circular reference - to help with refcount based garbage collection of resources created by sending a request -* Deprecating ZF1 cache and log adapters. These will be removed in the next major version. -* Deprecating `Response::getPreviousResponse()` (method signature still exists, but it's deprecated). Use the - HistoryPlugin for a history. -* Added a `responseBody` alias for the `response_body` location -* Refactored internals to no longer rely on Response::getRequest() -* HistoryPlugin can now be cast to a string -* HistoryPlugin now logs transactions rather than requests and responses to more accurately keep track of the requests - and responses that are sent over the wire -* Added `getEffectiveUrl()` and `getRedirectCount()` to Response objects - -## 3.4.3 - 2013-04-30 - -* Bug fix: Fixing bug introduced in 3.4.2 where redirect responses are duplicated on the final redirected response -* Added a check to re-extract the temp cacert bundle from the phar before sending each request - -## 3.4.2 - 2013-04-29 - -* Bug fix: Stream objects now work correctly with "a" and "a+" modes -* Bug fix: Removing `Transfer-Encoding: chunked` header when a Content-Length is present -* Bug fix: AsyncPlugin no longer forces HEAD requests -* Bug fix: DateTime timezones are now properly handled when using the service description schema formatter -* Bug fix: CachePlugin now properly handles stale-if-error directives when a request to the origin server fails -* Setting a response on a request will write to the custom request body from the response body if one is specified -* LogPlugin now writes to php://output when STDERR is undefined -* Added the ability to set multiple POST files for the same key in a single call -* application/x-www-form-urlencoded POSTs now use the utf-8 charset by default -* Added the ability to queue CurlExceptions to the MockPlugin -* Cleaned up how manual responses are queued on requests (removed "queued_response" and now using request.before_send) -* Configuration loading now allows remote files - -## 3.4.1 - 2013-04-16 - -* Large refactoring to how CurlMulti handles work. There is now a proxy that sits in front of a pool of CurlMulti - handles. This greatly simplifies the implementation, fixes a couple bugs, and provides a small performance boost. -* Exceptions are now properly grouped when sending requests in parallel -* Redirects are now properly aggregated when a multi transaction fails -* Redirects now set the response on the original object even in the event of a failure -* Bug fix: Model names are now properly set even when using $refs -* Added support for PHP 5.5's CurlFile to prevent warnings with the deprecated @ syntax -* Added support for oauth_callback in OAuth signatures -* Added support for oauth_verifier in OAuth signatures -* Added support to attempt to retrieve a command first literally, then ucfirst, the with inflection - -## 3.4.0 - 2013-04-11 - -* Bug fix: URLs are now resolved correctly based on https://tools.ietf.org/html/rfc3986#section-5.2. #289 -* Bug fix: Absolute URLs with a path in a service description will now properly override the base URL. #289 -* Bug fix: Parsing a query string with a single PHP array value will now result in an array. #263 -* Bug fix: Better normalization of the User-Agent header to prevent duplicate headers. #264. -* Bug fix: Added `number` type to service descriptions. -* Bug fix: empty parameters are removed from an OAuth signature -* Bug fix: Revalidating a cache entry prefers the Last-Modified over the Date header -* Bug fix: Fixed "array to string" error when validating a union of types in a service description -* Bug fix: Removed code that attempted to determine the size of a stream when data is written to the stream -* Bug fix: Not including an `oauth_token` if the value is null in the OauthPlugin. -* Bug fix: Now correctly aggregating successful requests and failed requests in CurlMulti when a redirect occurs. -* The new default CURLOPT_TIMEOUT setting has been increased to 150 seconds so that Guzzle works on poor connections. -* Added a feature to EntityEnclosingRequest::setBody() that will automatically set the Content-Type of the request if - the Content-Type can be determined based on the entity body or the path of the request. -* Added the ability to overwrite configuration settings in a client when grabbing a throwaway client from a builder. -* Added support for a PSR-3 LogAdapter. -* Added a `command.after_prepare` event -* Added `oauth_callback` parameter to the OauthPlugin -* Added the ability to create a custom stream class when using a stream factory -* Added a CachingEntityBody decorator -* Added support for `additionalParameters` in service descriptions to define how custom parameters are serialized. -* The bundled SSL certificate is now provided in the phar file and extracted when running Guzzle from a phar. -* You can now send any EntityEnclosingRequest with POST fields or POST files and cURL will handle creating bodies -* POST requests using a custom entity body are now treated exactly like PUT requests but with a custom cURL method. This - means that the redirect behavior of POST requests with custom bodies will not be the same as POST requests that use - POST fields or files (the latter is only used when emulating a form POST in the browser). -* Lots of cleanup to CurlHandle::factory and RequestFactory::createRequest - -## 3.3.1 - 2013-03-10 - -* Added the ability to create PHP streaming responses from HTTP requests -* Bug fix: Running any filters when parsing response headers with service descriptions -* Bug fix: OauthPlugin fixes to allow for multi-dimensional array signing, and sorting parameters before signing -* Bug fix: Removed the adding of default empty arrays and false Booleans to responses in order to be consistent across - response location visitors. -* Bug fix: Removed the possibility of creating configuration files with circular dependencies -* RequestFactory::create() now uses the key of a POST file when setting the POST file name -* Added xmlAllowEmpty to serialize an XML body even if no XML specific parameters are set - -## 3.3.0 - 2013-03-03 - -* A large number of performance optimizations have been made -* Bug fix: Added 'wb' as a valid write mode for streams -* Bug fix: `Guzzle\Http\Message\Response::json()` now allows scalar values to be returned -* Bug fix: Fixed bug in `Guzzle\Http\Message\Response` where wrapping quotes were stripped from `getEtag()` -* BC: Removed `Guzzle\Http\Utils` class -* BC: Setting a service description on a client will no longer modify the client's command factories. -* BC: Emitting IO events from a RequestMediator is now a parameter that must be set in a request's curl options using - the 'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io' -* BC: `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getSteamType()` are no longer converted to - lowercase -* Operation parameter objects are now lazy loaded internally -* Added ErrorResponsePlugin that can throw errors for responses defined in service description operations' errorResponses -* Added support for instantiating responseType=class responseClass classes. Classes must implement - `Guzzle\Service\Command\ResponseClassInterface` -* Added support for additionalProperties for top-level parameters in responseType=model responseClasses. These - additional properties also support locations and can be used to parse JSON responses where the outermost part of the - JSON is an array -* Added support for nested renaming of JSON models (rename sentAs to name) -* CachePlugin - * Added support for stale-if-error so that the CachePlugin can now serve stale content from the cache on error - * Debug headers can now added to cached response in the CachePlugin - -## 3.2.0 - 2013-02-14 - -* CurlMulti is no longer reused globally. A new multi object is created per-client. This helps to isolate clients. -* URLs with no path no longer contain a "/" by default -* Guzzle\Http\QueryString does no longer manages the leading "?". This is now handled in Guzzle\Http\Url. -* BadResponseException no longer includes the full request and response message -* Adding setData() to Guzzle\Service\Description\ServiceDescriptionInterface -* Adding getResponseBody() to Guzzle\Http\Message\RequestInterface -* Various updates to classes to use ServiceDescriptionInterface type hints rather than ServiceDescription -* Header values can now be normalized into distinct values when multiple headers are combined with a comma separated list -* xmlEncoding can now be customized for the XML declaration of a XML service description operation -* Guzzle\Http\QueryString now uses Guzzle\Http\QueryAggregator\QueryAggregatorInterface objects to add custom value - aggregation and no longer uses callbacks -* The URL encoding implementation of Guzzle\Http\QueryString can now be customized -* Bug fix: Filters were not always invoked for array service description parameters -* Bug fix: Redirects now use a target response body rather than a temporary response body -* Bug fix: The default exponential backoff BackoffPlugin was not giving when the request threshold was exceeded -* Bug fix: Guzzle now takes the first found value when grabbing Cache-Control directives - -## 3.1.2 - 2013-01-27 - -* Refactored how operation responses are parsed. Visitors now include a before() method responsible for parsing the - response body. For example, the XmlVisitor now parses the XML response into an array in the before() method. -* Fixed an issue where cURL would not automatically decompress responses when the Accept-Encoding header was sent -* CURLOPT_SSL_VERIFYHOST is never set to 1 because it is deprecated (see 5e0ff2ef20f839e19d1eeb298f90ba3598784444) -* Fixed a bug where redirect responses were not chained correctly using getPreviousResponse() -* Setting default headers on a client after setting the user-agent will not erase the user-agent setting - -## 3.1.1 - 2013-01-20 - -* Adding wildcard support to Guzzle\Common\Collection::getPath() -* Adding alias support to ServiceBuilder configs -* Adding Guzzle\Service\Resource\CompositeResourceIteratorFactory and cleaning up factory interface - -## 3.1.0 - 2013-01-12 - -* BC: CurlException now extends from RequestException rather than BadResponseException -* BC: Renamed Guzzle\Plugin\Cache\CanCacheStrategyInterface::canCache() to canCacheRequest() and added CanCacheResponse() -* Added getData to ServiceDescriptionInterface -* Added context array to RequestInterface::setState() -* Bug: Removing hard dependency on the BackoffPlugin from Guzzle\Http -* Bug: Adding required content-type when JSON request visitor adds JSON to a command -* Bug: Fixing the serialization of a service description with custom data -* Made it easier to deal with exceptions thrown when transferring commands or requests in parallel by providing - an array of successful and failed responses -* Moved getPath from Guzzle\Service\Resource\Model to Guzzle\Common\Collection -* Added Guzzle\Http\IoEmittingEntityBody -* Moved command filtration from validators to location visitors -* Added `extends` attributes to service description parameters -* Added getModels to ServiceDescriptionInterface - -## 3.0.7 - 2012-12-19 - -* Fixing phar detection when forcing a cacert to system if null or true -* Allowing filename to be passed to `Guzzle\Http\Message\Request::setResponseBody()` -* Cleaning up `Guzzle\Common\Collection::inject` method -* Adding a response_body location to service descriptions - -## 3.0.6 - 2012-12-09 - -* CurlMulti performance improvements -* Adding setErrorResponses() to Operation -* composer.json tweaks - -## 3.0.5 - 2012-11-18 - -* Bug: Fixing an infinite recursion bug caused from revalidating with the CachePlugin -* Bug: Response body can now be a string containing "0" -* Bug: Using Guzzle inside of a phar uses system by default but now allows for a custom cacert -* Bug: QueryString::fromString now properly parses query string parameters that contain equal signs -* Added support for XML attributes in service description responses -* DefaultRequestSerializer now supports array URI parameter values for URI template expansion -* Added better mimetype guessing to requests and post files - -## 3.0.4 - 2012-11-11 - -* Bug: Fixed a bug when adding multiple cookies to a request to use the correct glue value -* Bug: Cookies can now be added that have a name, domain, or value set to "0" -* Bug: Using the system cacert bundle when using the Phar -* Added json and xml methods to Response to make it easier to parse JSON and XML response data into data structures -* Enhanced cookie jar de-duplication -* Added the ability to enable strict cookie jars that throw exceptions when invalid cookies are added -* Added setStream to StreamInterface to actually make it possible to implement custom rewind behavior for entity bodies -* Added the ability to create any sort of hash for a stream rather than just an MD5 hash - -## 3.0.3 - 2012-11-04 - -* Implementing redirects in PHP rather than cURL -* Added PECL URI template extension and using as default parser if available -* Bug: Fixed Content-Length parsing of Response factory -* Adding rewind() method to entity bodies and streams. Allows for custom rewinding of non-repeatable streams. -* Adding ToArrayInterface throughout library -* Fixing OauthPlugin to create unique nonce values per request - -## 3.0.2 - 2012-10-25 - -* Magic methods are enabled by default on clients -* Magic methods return the result of a command -* Service clients no longer require a base_url option in the factory -* Bug: Fixed an issue with URI templates where null template variables were being expanded - -## 3.0.1 - 2012-10-22 - -* Models can now be used like regular collection objects by calling filter, map, etc. -* Models no longer require a Parameter structure or initial data in the constructor -* Added a custom AppendIterator to get around a PHP bug with the `\AppendIterator` - -## 3.0.0 - 2012-10-15 - -* Rewrote service description format to be based on Swagger - * Now based on JSON schema - * Added nested input structures and nested response models - * Support for JSON and XML input and output models - * Renamed `commands` to `operations` - * Removed dot class notation - * Removed custom types -* Broke the project into smaller top-level namespaces to be more component friendly -* Removed support for XML configs and descriptions. Use arrays or JSON files. -* Removed the Validation component and Inspector -* Moved all cookie code to Guzzle\Plugin\Cookie -* Magic methods on a Guzzle\Service\Client now return the command un-executed. -* Calling getResult() or getResponse() on a command will lazily execute the command if needed. -* Now shipping with cURL's CA certs and using it by default -* Added previousResponse() method to response objects -* No longer sending Accept and Accept-Encoding headers on every request -* Only sending an Expect header by default when a payload is greater than 1MB -* Added/moved client options: - * curl.blacklist to curl.option.blacklist - * Added ssl.certificate_authority -* Added a Guzzle\Iterator component -* Moved plugins from Guzzle\Http\Plugin to Guzzle\Plugin -* Added a more robust backoff retry strategy (replaced the ExponentialBackoffPlugin) -* Added a more robust caching plugin -* Added setBody to response objects -* Updating LogPlugin to use a more flexible MessageFormatter -* Added a completely revamped build process -* Cleaning up Collection class and removing default values from the get method -* Fixed ZF2 cache adapters - -## 2.8.8 - 2012-10-15 - -* Bug: Fixed a cookie issue that caused dot prefixed domains to not match where popular browsers did - -## 2.8.7 - 2012-09-30 - -* Bug: Fixed config file aliases for JSON includes -* Bug: Fixed cookie bug on a request object by using CookieParser to parse cookies on requests -* Bug: Removing the path to a file when sending a Content-Disposition header on a POST upload -* Bug: Hardening request and response parsing to account for missing parts -* Bug: Fixed PEAR packaging -* Bug: Fixed Request::getInfo -* Bug: Fixed cases where CURLM_CALL_MULTI_PERFORM return codes were causing curl transactions to fail -* Adding the ability for the namespace Iterator factory to look in multiple directories -* Added more getters/setters/removers from service descriptions -* Added the ability to remove POST fields from OAuth signatures -* OAuth plugin now supports 2-legged OAuth - -## 2.8.6 - 2012-09-05 - -* Added the ability to modify and build service descriptions -* Added the use of visitors to apply parameters to locations in service descriptions using the dynamic command -* Added a `json` parameter location -* Now allowing dot notation for classes in the CacheAdapterFactory -* Using the union of two arrays rather than an array_merge when extending service builder services and service params -* Ensuring that a service is a string before doing strpos() checks on it when substituting services for references - in service builder config files. -* Services defined in two different config files that include one another will by default replace the previously - defined service, but you can now create services that extend themselves and merge their settings over the previous -* The JsonLoader now supports aliasing filenames with different filenames. This allows you to alias something like - '_default' with a default JSON configuration file. - -## 2.8.5 - 2012-08-29 - -* Bug: Suppressed empty arrays from URI templates -* Bug: Added the missing $options argument from ServiceDescription::factory to enable caching -* Added support for HTTP responses that do not contain a reason phrase in the start-line -* AbstractCommand commands are now invokable -* Added a way to get the data used when signing an Oauth request before a request is sent - -## 2.8.4 - 2012-08-15 - -* Bug: Custom delay time calculations are no longer ignored in the ExponentialBackoffPlugin -* Added the ability to transfer entity bodies as a string rather than streamed. This gets around curl error 65. Set `body_as_string` in a request's curl options to enable. -* Added a StreamInterface, EntityBodyInterface, and added ftell() to Guzzle\Common\Stream -* Added an AbstractEntityBodyDecorator and a ReadLimitEntityBody decorator to transfer only a subset of a decorated stream -* Stream and EntityBody objects will now return the file position to the previous position after a read required operation (e.g. getContentMd5()) -* Added additional response status codes -* Removed SSL information from the default User-Agent header -* DELETE requests can now send an entity body -* Added an EventDispatcher to the ExponentialBackoffPlugin and added an ExponentialBackoffLogger to log backoff retries -* Added the ability of the MockPlugin to consume mocked request bodies -* LogPlugin now exposes request and response objects in the extras array - -## 2.8.3 - 2012-07-30 - -* Bug: Fixed a case where empty POST requests were sent as GET requests -* Bug: Fixed a bug in ExponentialBackoffPlugin that caused fatal errors when retrying an EntityEnclosingRequest that does not have a body -* Bug: Setting the response body of a request to null after completing a request, not when setting the state of a request to new -* Added multiple inheritance to service description commands -* Added an ApiCommandInterface and added `getParamNames()` and `hasParam()` -* Removed the default 2mb size cutoff from the Md5ValidatorPlugin so that it now defaults to validating everything -* Changed CurlMulti::perform to pass a smaller timeout to CurlMulti::executeHandles - -## 2.8.2 - 2012-07-24 - -* Bug: Query string values set to 0 are no longer dropped from the query string -* Bug: A Collection object is no longer created each time a call is made to `Guzzle\Service\Command\AbstractCommand::getRequestHeaders()` -* Bug: `+` is now treated as an encoded space when parsing query strings -* QueryString and Collection performance improvements -* Allowing dot notation for class paths in filters attribute of a service descriptions - -## 2.8.1 - 2012-07-16 - -* Loosening Event Dispatcher dependency -* POST redirects can now be customized using CURLOPT_POSTREDIR - -## 2.8.0 - 2012-07-15 - -* BC: Guzzle\Http\Query - * Query strings with empty variables will always show an equal sign unless the variable is set to QueryString::BLANK (e.g. ?acl= vs ?acl) - * Changed isEncodingValues() and isEncodingFields() to isUrlEncoding() - * Changed setEncodeValues(bool) and setEncodeFields(bool) to useUrlEncoding(bool) - * Changed the aggregation functions of QueryString to be static methods - * Can now use fromString() with querystrings that have a leading ? -* cURL configuration values can be specified in service descriptions using `curl.` prefixed parameters -* Content-Length is set to 0 before emitting the request.before_send event when sending an empty request body -* Cookies are no longer URL decoded by default -* Bug: URI template variables set to null are no longer expanded - -## 2.7.2 - 2012-07-02 - -* BC: Moving things to get ready for subtree splits. Moving Inflection into Common. Moving Guzzle\Http\Parser to Guzzle\Parser. -* BC: Removing Guzzle\Common\Batch\Batch::count() and replacing it with isEmpty() -* CachePlugin now allows for a custom request parameter function to check if a request can be cached -* Bug fix: CachePlugin now only caches GET and HEAD requests by default -* Bug fix: Using header glue when transferring headers over the wire -* Allowing deeply nested arrays for composite variables in URI templates -* Batch divisors can now return iterators or arrays - -## 2.7.1 - 2012-06-26 - -* Minor patch to update version number in UA string -* Updating build process - -## 2.7.0 - 2012-06-25 - -* BC: Inflection classes moved to Guzzle\Inflection. No longer static methods. Can now inject custom inflectors into classes. -* BC: Removed magic setX methods from commands -* BC: Magic methods mapped to service description commands are now inflected in the command factory rather than the client __call() method -* Verbose cURL options are no longer enabled by default. Set curl.debug to true on a client to enable. -* Bug: Now allowing colons in a response start-line (e.g. HTTP/1.1 503 Service Unavailable: Back-end server is at capacity) -* Guzzle\Service\Resource\ResourceIteratorApplyBatched now internally uses the Guzzle\Common\Batch namespace -* Added Guzzle\Service\Plugin namespace and a PluginCollectionPlugin -* Added the ability to set POST fields and files in a service description -* Guzzle\Http\EntityBody::factory() now accepts objects with a __toString() method -* Adding a command.before_prepare event to clients -* Added BatchClosureTransfer and BatchClosureDivisor -* BatchTransferException now includes references to the batch divisor and transfer strategies -* Fixed some tests so that they pass more reliably -* Added Guzzle\Common\Log\ArrayLogAdapter - -## 2.6.6 - 2012-06-10 - -* BC: Removing Guzzle\Http\Plugin\BatchQueuePlugin -* BC: Removing Guzzle\Service\Command\CommandSet -* Adding generic batching system (replaces the batch queue plugin and command set) -* Updating ZF cache and log adapters and now using ZF's composer repository -* Bug: Setting the name of each ApiParam when creating through an ApiCommand -* Adding result_type, result_doc, deprecated, and doc_url to service descriptions -* Bug: Changed the default cookie header casing back to 'Cookie' - -## 2.6.5 - 2012-06-03 - -* BC: Renaming Guzzle\Http\Message\RequestInterface::getResourceUri() to getResource() -* BC: Removing unused AUTH_BASIC and AUTH_DIGEST constants from -* BC: Guzzle\Http\Cookie is now used to manage Set-Cookie data, not Cookie data -* BC: Renaming methods in the CookieJarInterface -* Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implementations -* Making the default glue for HTTP headers ';' instead of ',' -* Adding a removeValue to Guzzle\Http\Message\Header -* Adding getCookies() to request interface. -* Making it easier to add event subscribers to HasDispatcherInterface classes. Can now directly call addSubscriber() - -## 2.6.4 - 2012-05-30 - -* BC: Cleaning up how POST files are stored in EntityEnclosingRequest objects. Adding PostFile class. -* BC: Moving ApiCommand specific functionality from the Inspector and on to the ApiCommand -* Bug: Fixing magic method command calls on clients -* Bug: Email constraint only validates strings -* Bug: Aggregate POST fields when POST files are present in curl handle -* Bug: Fixing default User-Agent header -* Bug: Only appending or prepending parameters in commands if they are specified -* Bug: Not requiring response reason phrases or status codes to match a predefined list of codes -* Allowing the use of dot notation for class namespaces when using instance_of constraint -* Added any_match validation constraint -* Added an AsyncPlugin -* Passing request object to the calculateWait method of the ExponentialBackoffPlugin -* Allowing the result of a command object to be changed -* Parsing location and type sub values when instantiating a service description rather than over and over at runtime - -## 2.6.3 - 2012-05-23 - -* [BC] Guzzle\Common\FromConfigInterface no longer requires any config options. -* [BC] Refactoring how POST files are stored on an EntityEnclosingRequest. They are now separate from POST fields. -* You can now use an array of data when creating PUT request bodies in the request factory. -* Removing the requirement that HTTPS requests needed a Cache-Control: public directive to be cacheable. -* [Http] Adding support for Content-Type in multipart POST uploads per upload -* [Http] Added support for uploading multiple files using the same name (foo[0], foo[1]) -* Adding more POST data operations for easier manipulation of POST data. -* You can now set empty POST fields. -* The body of a request is only shown on EntityEnclosingRequest objects that do not use POST files. -* Split the Guzzle\Service\Inspector::validateConfig method into two methods. One to initialize when a command is created, and one to validate. -* CS updates - -## 2.6.2 - 2012-05-19 - -* [Http] Better handling of nested scope requests in CurlMulti. Requests are now always prepares in the send() method rather than the addRequest() method. - -## 2.6.1 - 2012-05-19 - -* [BC] Removing 'path' support in service descriptions. Use 'uri'. -* [BC] Guzzle\Service\Inspector::parseDocBlock is now protected. Adding getApiParamsForClass() with cache. -* [BC] Removing Guzzle\Common\NullObject. Use https://github.com/mtdowling/NullObject if you need it. -* [BC] Removing Guzzle\Common\XmlElement. -* All commands, both dynamic and concrete, have ApiCommand objects. -* Adding a fix for CurlMulti so that if all of the connections encounter some sort of curl error, then the loop exits. -* Adding checks to EntityEnclosingRequest so that empty POST files and fields are ignored. -* Making the method signature of Guzzle\Service\Builder\ServiceBuilder::factory more flexible. - -## 2.6.0 - 2012-05-15 - -* [BC] Moving Guzzle\Service\Builder to Guzzle\Service\Builder\ServiceBuilder -* [BC] Executing a Command returns the result of the command rather than the command -* [BC] Moving all HTTP parsing logic to Guzzle\Http\Parsers. Allows for faster C implementations if needed. -* [BC] Changing the Guzzle\Http\Message\Response::setProtocol() method to accept a protocol and version in separate args. -* [BC] Moving ResourceIterator* to Guzzle\Service\Resource -* [BC] Completely refactored ResourceIterators to iterate over a cloned command object -* [BC] Moved Guzzle\Http\UriTemplate to Guzzle\Http\Parser\UriTemplate\UriTemplate -* [BC] Guzzle\Guzzle is now deprecated -* Moving Guzzle\Common\Guzzle::inject to Guzzle\Common\Collection::inject -* Adding Guzzle\Version class to give version information about Guzzle -* Adding Guzzle\Http\Utils class to provide getDefaultUserAgent() and getHttpDate() -* Adding Guzzle\Curl\CurlVersion to manage caching curl_version() data -* ServiceDescription and ServiceBuilder are now cacheable using similar configs -* Changing the format of XML and JSON service builder configs. Backwards compatible. -* Cleaned up Cookie parsing -* Trimming the default Guzzle User-Agent header -* Adding a setOnComplete() method to Commands that is called when a command completes -* Keeping track of requests that were mocked in the MockPlugin -* Fixed a caching bug in the CacheAdapterFactory -* Inspector objects can be injected into a Command object -* Refactoring a lot of code and tests to be case insensitive when dealing with headers -* Adding Guzzle\Http\Message\HeaderComparison for easy comparison of HTTP headers using a DSL -* Adding the ability to set global option overrides to service builder configs -* Adding the ability to include other service builder config files from within XML and JSON files -* Moving the parseQuery method out of Url and on to QueryString::fromString() as a static factory method. - -## 2.5.0 - 2012-05-08 - -* Major performance improvements -* [BC] Simplifying Guzzle\Common\Collection. Please check to see if you are using features that are now deprecated. -* [BC] Using a custom validation system that allows a flyweight implementation for much faster validation. No longer using Symfony2 Validation component. -* [BC] No longer supporting "{{ }}" for injecting into command or UriTemplates. Use "{}" -* Added the ability to passed parameters to all requests created by a client -* Added callback functionality to the ExponentialBackoffPlugin -* Using microtime in ExponentialBackoffPlugin to allow more granular backoff strategies. -* Rewinding request stream bodies when retrying requests -* Exception is thrown when JSON response body cannot be decoded -* Added configurable magic method calls to clients and commands. This is off by default. -* Fixed a defect that added a hash to every parsed URL part -* Fixed duplicate none generation for OauthPlugin. -* Emitting an event each time a client is generated by a ServiceBuilder -* Using an ApiParams object instead of a Collection for parameters of an ApiCommand -* cache.* request parameters should be renamed to params.cache.* -* Added the ability to set arbitrary curl options on requests (disable_wire, progress, etc.). See CurlHandle. -* Added the ability to disable type validation of service descriptions -* ServiceDescriptions and ServiceBuilders are now Serializable diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/LICENSE b/plugins/automagic-images/vendor/guzzlehttp/guzzle/LICENSE deleted file mode 100644 index d51aa69..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2011 Michael Dowling, https://github.com/mtdowling - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/README.md b/plugins/automagic-images/vendor/guzzlehttp/guzzle/README.md deleted file mode 100644 index 363d6f8..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/README.md +++ /dev/null @@ -1,79 +0,0 @@ -![Guzzle](.github/logo.png?raw=true) - -# Guzzle, PHP HTTP client - -[![Latest Version](https://img.shields.io/github/release/guzzle/guzzle.svg?style=flat-square)](https://github.com/guzzle/guzzle/releases) -[![Build Status](https://img.shields.io/github/workflow/status/guzzle/guzzle/CI?label=ci%20build&style=flat-square)](https://github.com/guzzle/guzzle/actions?query=workflow%3ACI) -[![Total Downloads](https://img.shields.io/packagist/dt/guzzlehttp/guzzle.svg?style=flat-square)](https://packagist.org/packages/guzzlehttp/guzzle) - -Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and -trivial to integrate with web services. - -- Simple interface for building query strings, POST requests, streaming large - uploads, streaming large downloads, using HTTP cookies, uploading JSON data, - etc... -- Can send both synchronous and asynchronous requests using the same interface. -- Uses PSR-7 interfaces for requests, responses, and streams. This allows you - to utilize other PSR-7 compatible libraries with Guzzle. -- Supports PSR-18 allowing interoperability between other PSR-18 HTTP Clients. -- Abstracts away the underlying HTTP transport, allowing you to write - environment and transport agnostic code; i.e., no hard dependency on cURL, - PHP streams, sockets, or non-blocking event loops. -- Middleware system allows you to augment and compose client behavior. - -```php -$client = new \GuzzleHttp\Client(); -$response = $client->request('GET', 'https://api.github.com/repos/guzzle/guzzle'); - -echo $response->getStatusCode(); // 200 -echo $response->getHeaderLine('content-type'); // 'application/json; charset=utf8' -echo $response->getBody(); // '{"id": 1420053, "name": "guzzle", ...}' - -// Send an asynchronous request. -$request = new \GuzzleHttp\Psr7\Request('GET', 'http://httpbin.org'); -$promise = $client->sendAsync($request)->then(function ($response) { - echo 'I completed! ' . $response->getBody(); -}); - -$promise->wait(); -``` - -## Help and docs - -We use GitHub issues only to discuss bugs and new features. For support please refer to: - -- [Documentation](http://guzzlephp.org/) -- [Stack Overflow](http://stackoverflow.com/questions/tagged/guzzle) -- [#guzzle](https://app.slack.com/client/T0D2S9JCT/CE6UAAKL4) channel on [PHP-HTTP Slack](http://slack.httplug.io/) -- [Gitter](https://gitter.im/guzzle/guzzle) - - -## Installing Guzzle - -The recommended way to install Guzzle is through -[Composer](https://getcomposer.org/). - -```bash -composer require guzzlehttp/guzzle -``` - - -## Version Guidance - -| Version | Status | Packagist | Namespace | Repo | Docs | PSR-7 | PHP Version | -|---------|------------|---------------------|--------------|---------------------|---------------------|-------|-------------| -| 3.x | EOL | `guzzle/guzzle` | `Guzzle` | [v3][guzzle-3-repo] | [v3][guzzle-3-docs] | No | >= 5.3.3 | -| 4.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v4][guzzle-4-repo] | N/A | No | >= 5.4 | -| 5.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v5][guzzle-5-repo] | [v5][guzzle-5-docs] | No | >= 5.4 | -| 6.x | Security fixes | `guzzlehttp/guzzle` | `GuzzleHttp` | [v6][guzzle-6-repo] | [v6][guzzle-6-docs] | Yes | >= 5.5 | -| 7.x | Latest | `guzzlehttp/guzzle` | `GuzzleHttp` | [v7][guzzle-7-repo] | [v7][guzzle-7-docs] | Yes | >= 7.2 | - -[guzzle-3-repo]: https://github.com/guzzle/guzzle3 -[guzzle-4-repo]: https://github.com/guzzle/guzzle/tree/4.x -[guzzle-5-repo]: https://github.com/guzzle/guzzle/tree/5.3 -[guzzle-6-repo]: https://github.com/guzzle/guzzle/tree/6.5 -[guzzle-7-repo]: https://github.com/guzzle/guzzle -[guzzle-3-docs]: http://guzzle3.readthedocs.org -[guzzle-5-docs]: http://docs.guzzlephp.org/en/5.3/ -[guzzle-6-docs]: http://docs.guzzlephp.org/en/6.5/ -[guzzle-7-docs]: http://docs.guzzlephp.org/en/latest/ diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/UPGRADING.md b/plugins/automagic-images/vendor/guzzlehttp/guzzle/UPGRADING.md deleted file mode 100644 index 45417a7..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/UPGRADING.md +++ /dev/null @@ -1,1253 +0,0 @@ -Guzzle Upgrade Guide -==================== - -6.0 to 7.0 ----------- - -In order to take advantage of the new features of PHP, Guzzle dropped the support -of PHP 5. The minimum supported PHP version is now PHP 7.2. Type hints and return -types for functions and methods have been added wherever possible. - -Please make sure: -- You are calling a function or a method with the correct type. -- If you extend a class of Guzzle; update all signatures on methods you override. - -#### Other backwards compatibility breaking changes - -- Class `GuzzleHttp\UriTemplate` is removed. -- Class `GuzzleHttp\Exception\SeekException` is removed. -- Classes `GuzzleHttp\Exception\BadResponseException`, `GuzzleHttp\Exception\ClientException`, - `GuzzleHttp\Exception\ServerException` can no longer be initialized with an empty - Response as argument. -- Class `GuzzleHttp\Exception\ConnectException` now extends `GuzzleHttp\Exception\TransferException` - instead of `GuzzleHttp\Exception\RequestException`. -- Function `GuzzleHttp\Exception\ConnectException::getResponse()` is removed. -- Function `GuzzleHttp\Exception\ConnectException::hasResponse()` is removed. -- Constant `GuzzleHttp\ClientInterface::VERSION` is removed. Added `GuzzleHttp\ClientInterface::MAJOR_VERSION` instead. -- Function `GuzzleHttp\Exception\RequestException::getResponseBodySummary` is removed. - Use `\GuzzleHttp\Psr7\get_message_body_summary` as an alternative. -- Function `GuzzleHttp\Cookie\CookieJar::getCookieValue` is removed. -- Request option `exception` is removed. Please use `http_errors`. -- Request option `save_to` is removed. Please use `sink`. -- Pool option `pool_size` is removed. Please use `concurrency`. -- We now look for environment variables in the `$_SERVER` super global, due to thread safety issues with `getenv`. We continue to fallback to `getenv` in CLI environments, for maximum compatibility. -- The `get`, `head`, `put`, `post`, `patch`, `delete`, `getAsync`, `headAsync`, `putAsync`, `postAsync`, `patchAsync`, and `deleteAsync` methods are now implemented as genuine methods on `GuzzleHttp\Client`, with strong typing. The original `__call` implementation remains unchanged for now, for maximum backwards compatibility, but won't be invoked under normal operation. -- The `log` middleware will log the errors with level `error` instead of `notice` -- Support for international domain names (IDN) is now disabled by default, and enabling it requires installing ext-intl, linked against a modern version of the C library (ICU 4.6 or higher). - -#### Native functions calls - -All internal native functions calls of Guzzle are now prefixed with a slash. This -change makes it impossible for method overloading by other libraries or applications. -Example: - -```php -// Before: -curl_version(); - -// After: -\curl_version(); -``` - -For the full diff you can check [here](https://github.com/guzzle/guzzle/compare/6.5.4..master). - -5.0 to 6.0 ----------- - -Guzzle now uses [PSR-7](https://www.php-fig.org/psr/psr-7/) for HTTP messages. -Due to the fact that these messages are immutable, this prompted a refactoring -of Guzzle to use a middleware based system rather than an event system. Any -HTTP message interaction (e.g., `GuzzleHttp\Message\Request`) need to be -updated to work with the new immutable PSR-7 request and response objects. Any -event listeners or subscribers need to be updated to become middleware -functions that wrap handlers (or are injected into a -`GuzzleHttp\HandlerStack`). - -- Removed `GuzzleHttp\BatchResults` -- Removed `GuzzleHttp\Collection` -- Removed `GuzzleHttp\HasDataTrait` -- Removed `GuzzleHttp\ToArrayInterface` -- The `guzzlehttp/streams` dependency has been removed. Stream functionality - is now present in the `GuzzleHttp\Psr7` namespace provided by the - `guzzlehttp/psr7` package. -- Guzzle no longer uses ReactPHP promises and now uses the - `guzzlehttp/promises` library. We use a custom promise library for three - significant reasons: - 1. React promises (at the time of writing this) are recursive. Promise - chaining and promise resolution will eventually blow the stack. Guzzle - promises are not recursive as they use a sort of trampolining technique. - Note: there has been movement in the React project to modify promises to - no longer utilize recursion. - 2. Guzzle needs to have the ability to synchronously block on a promise to - wait for a result. Guzzle promises allows this functionality (and does - not require the use of recursion). - 3. Because we need to be able to wait on a result, doing so using React - promises requires wrapping react promises with RingPHP futures. This - overhead is no longer needed, reducing stack sizes, reducing complexity, - and improving performance. -- `GuzzleHttp\Mimetypes` has been moved to a function in - `GuzzleHttp\Psr7\mimetype_from_extension` and - `GuzzleHttp\Psr7\mimetype_from_filename`. -- `GuzzleHttp\Query` and `GuzzleHttp\QueryParser` have been removed. Query - strings must now be passed into request objects as strings, or provided to - the `query` request option when creating requests with clients. The `query` - option uses PHP's `http_build_query` to convert an array to a string. If you - need a different serialization technique, you will need to pass the query - string in as a string. There are a couple helper functions that will make - working with query strings easier: `GuzzleHttp\Psr7\parse_query` and - `GuzzleHttp\Psr7\build_query`. -- Guzzle no longer has a dependency on RingPHP. Due to the use of a middleware - system based on PSR-7, using RingPHP and it's middleware system as well adds - more complexity than the benefits it provides. All HTTP handlers that were - present in RingPHP have been modified to work directly with PSR-7 messages - and placed in the `GuzzleHttp\Handler` namespace. This significantly reduces - complexity in Guzzle, removes a dependency, and improves performance. RingPHP - will be maintained for Guzzle 5 support, but will no longer be a part of - Guzzle 6. -- As Guzzle now uses a middleware based systems the event system and RingPHP - integration has been removed. Note: while the event system has been removed, - it is possible to add your own type of event system that is powered by the - middleware system. - - Removed the `Event` namespace. - - Removed the `Subscriber` namespace. - - Removed `Transaction` class - - Removed `RequestFsm` - - Removed `RingBridge` - - `GuzzleHttp\Subscriber\Cookie` is now provided by - `GuzzleHttp\Middleware::cookies` - - `GuzzleHttp\Subscriber\HttpError` is now provided by - `GuzzleHttp\Middleware::httpError` - - `GuzzleHttp\Subscriber\History` is now provided by - `GuzzleHttp\Middleware::history` - - `GuzzleHttp\Subscriber\Mock` is now provided by - `GuzzleHttp\Handler\MockHandler` - - `GuzzleHttp\Subscriber\Prepare` is now provided by - `GuzzleHttp\PrepareBodyMiddleware` - - `GuzzleHttp\Subscriber\Redirect` is now provided by - `GuzzleHttp\RedirectMiddleware` -- Guzzle now uses `Psr\Http\Message\UriInterface` (implements in - `GuzzleHttp\Psr7\Uri`) for URI support. `GuzzleHttp\Url` is now gone. -- Static functions in `GuzzleHttp\Utils` have been moved to namespaced - functions under the `GuzzleHttp` namespace. This requires either a Composer - based autoloader or you to include functions.php. -- `GuzzleHttp\ClientInterface::getDefaultOption` has been renamed to - `GuzzleHttp\ClientInterface::getConfig`. -- `GuzzleHttp\ClientInterface::setDefaultOption` has been removed. -- The `json` and `xml` methods of response objects has been removed. With the - migration to strictly adhering to PSR-7 as the interface for Guzzle messages, - adding methods to message interfaces would actually require Guzzle messages - to extend from PSR-7 messages rather then work with them directly. - -## Migrating to middleware - -The change to PSR-7 unfortunately required significant refactoring to Guzzle -due to the fact that PSR-7 messages are immutable. Guzzle 5 relied on an event -system from plugins. The event system relied on mutability of HTTP messages and -side effects in order to work. With immutable messages, you have to change your -workflow to become more about either returning a value (e.g., functional -middlewares) or setting a value on an object. Guzzle v6 has chosen the -functional middleware approach. - -Instead of using the event system to listen for things like the `before` event, -you now create a stack based middleware function that intercepts a request on -the way in and the promise of the response on the way out. This is a much -simpler and more predictable approach than the event system and works nicely -with PSR-7 middleware. Due to the use of promises, the middleware system is -also asynchronous. - -v5: - -```php -use GuzzleHttp\Event\BeforeEvent; -$client = new GuzzleHttp\Client(); -// Get the emitter and listen to the before event. -$client->getEmitter()->on('before', function (BeforeEvent $e) { - // Guzzle v5 events relied on mutation - $e->getRequest()->setHeader('X-Foo', 'Bar'); -}); -``` - -v6: - -In v6, you can modify the request before it is sent using the `mapRequest` -middleware. The idiomatic way in v6 to modify the request/response lifecycle is -to setup a handler middleware stack up front and inject the handler into a -client. - -```php -use GuzzleHttp\Middleware; -// Create a handler stack that has all of the default middlewares attached -$handler = GuzzleHttp\HandlerStack::create(); -// Push the handler onto the handler stack -$handler->push(Middleware::mapRequest(function (RequestInterface $request) { - // Notice that we have to return a request object - return $request->withHeader('X-Foo', 'Bar'); -})); -// Inject the handler into the client -$client = new GuzzleHttp\Client(['handler' => $handler]); -``` - -## POST Requests - -This version added the [`form_params`](http://guzzle.readthedocs.org/en/latest/request-options.html#form_params) -and `multipart` request options. `form_params` is an associative array of -strings or array of strings and is used to serialize an -`application/x-www-form-urlencoded` POST request. The -[`multipart`](http://guzzle.readthedocs.org/en/latest/request-options.html#multipart) -option is now used to send a multipart/form-data POST request. - -`GuzzleHttp\Post\PostFile` has been removed. Use the `multipart` option to add -POST files to a multipart/form-data request. - -The `body` option no longer accepts an array to send POST requests. Please use -`multipart` or `form_params` instead. - -The `base_url` option has been renamed to `base_uri`. - -4.x to 5.0 ----------- - -## Rewritten Adapter Layer - -Guzzle now uses [RingPHP](http://ringphp.readthedocs.org/en/latest) to send -HTTP requests. The `adapter` option in a `GuzzleHttp\Client` constructor -is still supported, but it has now been renamed to `handler`. Instead of -passing a `GuzzleHttp\Adapter\AdapterInterface`, you must now pass a PHP -`callable` that follows the RingPHP specification. - -## Removed Fluent Interfaces - -[Fluent interfaces were removed](https://ocramius.github.io/blog/fluent-interfaces-are-evil/) -from the following classes: - -- `GuzzleHttp\Collection` -- `GuzzleHttp\Url` -- `GuzzleHttp\Query` -- `GuzzleHttp\Post\PostBody` -- `GuzzleHttp\Cookie\SetCookie` - -## Removed functions.php - -Removed "functions.php", so that Guzzle is truly PSR-4 compliant. The following -functions can be used as replacements. - -- `GuzzleHttp\json_decode` -> `GuzzleHttp\Utils::jsonDecode` -- `GuzzleHttp\get_path` -> `GuzzleHttp\Utils::getPath` -- `GuzzleHttp\Utils::setPath` -> `GuzzleHttp\set_path` -- `GuzzleHttp\Pool::batch` -> `GuzzleHttp\batch`. This function is, however, - deprecated in favor of using `GuzzleHttp\Pool::batch()`. - -The "procedural" global client has been removed with no replacement (e.g., -`GuzzleHttp\get()`, `GuzzleHttp\post()`, etc.). Use a `GuzzleHttp\Client` -object as a replacement. - -## `throwImmediately` has been removed - -The concept of "throwImmediately" has been removed from exceptions and error -events. This control mechanism was used to stop a transfer of concurrent -requests from completing. This can now be handled by throwing the exception or -by cancelling a pool of requests or each outstanding future request -individually. - -## headers event has been removed - -Removed the "headers" event. This event was only useful for changing the -body a response once the headers of the response were known. You can implement -a similar behavior in a number of ways. One example might be to use a -FnStream that has access to the transaction being sent. For example, when the -first byte is written, you could check if the response headers match your -expectations, and if so, change the actual stream body that is being -written to. - -## Updates to HTTP Messages - -Removed the `asArray` parameter from -`GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header -value as an array, then use the newly added `getHeaderAsArray()` method of -`MessageInterface`. This change makes the Guzzle interfaces compatible with -the PSR-7 interfaces. - -3.x to 4.0 ----------- - -## Overarching changes: - -- Now requires PHP 5.4 or greater. -- No longer requires cURL to send requests. -- Guzzle no longer wraps every exception it throws. Only exceptions that are - recoverable are now wrapped by Guzzle. -- Various namespaces have been removed or renamed. -- No longer requiring the Symfony EventDispatcher. A custom event dispatcher - based on the Symfony EventDispatcher is - now utilized in `GuzzleHttp\Event\EmitterInterface` (resulting in significant - speed and functionality improvements). - -Changes per Guzzle 3.x namespace are described below. - -## Batch - -The `Guzzle\Batch` namespace has been removed. This is best left to -third-parties to implement on top of Guzzle's core HTTP library. - -## Cache - -The `Guzzle\Cache` namespace has been removed. (Todo: No suitable replacement -has been implemented yet, but hoping to utilize a PSR cache interface). - -## Common - -- Removed all of the wrapped exceptions. It's better to use the standard PHP - library for unrecoverable exceptions. -- `FromConfigInterface` has been removed. -- `Guzzle\Common\Version` has been removed. The VERSION constant can be found - at `GuzzleHttp\ClientInterface::VERSION`. - -### Collection - -- `getAll` has been removed. Use `toArray` to convert a collection to an array. -- `inject` has been removed. -- `keySearch` has been removed. -- `getPath` no longer supports wildcard expressions. Use something better like - JMESPath for this. -- `setPath` now supports appending to an existing array via the `[]` notation. - -### Events - -Guzzle no longer requires Symfony's EventDispatcher component. Guzzle now uses -`GuzzleHttp\Event\Emitter`. - -- `Symfony\Component\EventDispatcher\EventDispatcherInterface` is replaced by - `GuzzleHttp\Event\EmitterInterface`. -- `Symfony\Component\EventDispatcher\EventDispatcher` is replaced by - `GuzzleHttp\Event\Emitter`. -- `Symfony\Component\EventDispatcher\Event` is replaced by - `GuzzleHttp\Event\Event`, and Guzzle now has an EventInterface in - `GuzzleHttp\Event\EventInterface`. -- `AbstractHasDispatcher` has moved to a trait, `HasEmitterTrait`, and - `HasDispatcherInterface` has moved to `HasEmitterInterface`. Retrieving the - event emitter of a request, client, etc. now uses the `getEmitter` method - rather than the `getDispatcher` method. - -#### Emitter - -- Use the `once()` method to add a listener that automatically removes itself - the first time it is invoked. -- Use the `listeners()` method to retrieve a list of event listeners rather than - the `getListeners()` method. -- Use `emit()` instead of `dispatch()` to emit an event from an emitter. -- Use `attach()` instead of `addSubscriber()` and `detach()` instead of - `removeSubscriber()`. - -```php -$mock = new Mock(); -// 3.x -$request->getEventDispatcher()->addSubscriber($mock); -$request->getEventDispatcher()->removeSubscriber($mock); -// 4.x -$request->getEmitter()->attach($mock); -$request->getEmitter()->detach($mock); -``` - -Use the `on()` method to add a listener rather than the `addListener()` method. - -```php -// 3.x -$request->getEventDispatcher()->addListener('foo', function (Event $event) { /* ... */ } ); -// 4.x -$request->getEmitter()->on('foo', function (Event $event, $name) { /* ... */ } ); -``` - -## Http - -### General changes - -- The cacert.pem certificate has been moved to `src/cacert.pem`. -- Added the concept of adapters that are used to transfer requests over the - wire. -- Simplified the event system. -- Sending requests in parallel is still possible, but batching is no longer a - concept of the HTTP layer. Instead, you must use the `complete` and `error` - events to asynchronously manage parallel request transfers. -- `Guzzle\Http\Url` has moved to `GuzzleHttp\Url`. -- `Guzzle\Http\QueryString` has moved to `GuzzleHttp\Query`. -- QueryAggregators have been rewritten so that they are simply callable - functions. -- `GuzzleHttp\StaticClient` has been removed. Use the functions provided in - `functions.php` for an easy to use static client instance. -- Exceptions in `GuzzleHttp\Exception` have been updated to all extend from - `GuzzleHttp\Exception\TransferException`. - -### Client - -Calling methods like `get()`, `post()`, `head()`, etc. no longer create and -return a request, but rather creates a request, sends the request, and returns -the response. - -```php -// 3.0 -$request = $client->get('/'); -$response = $request->send(); - -// 4.0 -$response = $client->get('/'); - -// or, to mirror the previous behavior -$request = $client->createRequest('GET', '/'); -$response = $client->send($request); -``` - -`GuzzleHttp\ClientInterface` has changed. - -- The `send` method no longer accepts more than one request. Use `sendAll` to - send multiple requests in parallel. -- `setUserAgent()` has been removed. Use a default request option instead. You - could, for example, do something like: - `$client->setConfig('defaults/headers/User-Agent', 'Foo/Bar ' . $client::getDefaultUserAgent())`. -- `setSslVerification()` has been removed. Use default request options instead, - like `$client->setConfig('defaults/verify', true)`. - -`GuzzleHttp\Client` has changed. - -- The constructor now accepts only an associative array. You can include a - `base_url` string or array to use a URI template as the base URL of a client. - You can also specify a `defaults` key that is an associative array of default - request options. You can pass an `adapter` to use a custom adapter, - `batch_adapter` to use a custom adapter for sending requests in parallel, or - a `message_factory` to change the factory used to create HTTP requests and - responses. -- The client no longer emits a `client.create_request` event. -- Creating requests with a client no longer automatically utilize a URI - template. You must pass an array into a creational method (e.g., - `createRequest`, `get`, `put`, etc.) in order to expand a URI template. - -### Messages - -Messages no longer have references to their counterparts (i.e., a request no -longer has a reference to it's response, and a response no loger has a -reference to its request). This association is now managed through a -`GuzzleHttp\Adapter\TransactionInterface` object. You can get references to -these transaction objects using request events that are emitted over the -lifecycle of a request. - -#### Requests with a body - -- `GuzzleHttp\Message\EntityEnclosingRequest` and - `GuzzleHttp\Message\EntityEnclosingRequestInterface` have been removed. The - separation between requests that contain a body and requests that do not - contain a body has been removed, and now `GuzzleHttp\Message\RequestInterface` - handles both use cases. -- Any method that previously accepts a `GuzzleHttp\Response` object now accept a - `GuzzleHttp\Message\ResponseInterface`. -- `GuzzleHttp\Message\RequestFactoryInterface` has been renamed to - `GuzzleHttp\Message\MessageFactoryInterface`. This interface is used to create - both requests and responses and is implemented in - `GuzzleHttp\Message\MessageFactory`. -- POST field and file methods have been removed from the request object. You - must now use the methods made available to `GuzzleHttp\Post\PostBodyInterface` - to control the format of a POST body. Requests that are created using a - standard `GuzzleHttp\Message\MessageFactoryInterface` will automatically use - a `GuzzleHttp\Post\PostBody` body if the body was passed as an array or if - the method is POST and no body is provided. - -```php -$request = $client->createRequest('POST', '/'); -$request->getBody()->setField('foo', 'bar'); -$request->getBody()->addFile(new PostFile('file_key', fopen('/path/to/content', 'r'))); -``` - -#### Headers - -- `GuzzleHttp\Message\Header` has been removed. Header values are now simply - represented by an array of values or as a string. Header values are returned - as a string by default when retrieving a header value from a message. You can - pass an optional argument of `true` to retrieve a header value as an array - of strings instead of a single concatenated string. -- `GuzzleHttp\PostFile` and `GuzzleHttp\PostFileInterface` have been moved to - `GuzzleHttp\Post`. This interface has been simplified and now allows the - addition of arbitrary headers. -- Custom headers like `GuzzleHttp\Message\Header\Link` have been removed. Most - of the custom headers are now handled separately in specific - subscribers/plugins, and `GuzzleHttp\Message\HeaderValues::parseParams()` has - been updated to properly handle headers that contain parameters (like the - `Link` header). - -#### Responses - -- `GuzzleHttp\Message\Response::getInfo()` and - `GuzzleHttp\Message\Response::setInfo()` have been removed. Use the event - system to retrieve this type of information. -- `GuzzleHttp\Message\Response::getRawHeaders()` has been removed. -- `GuzzleHttp\Message\Response::getMessage()` has been removed. -- `GuzzleHttp\Message\Response::calculateAge()` and other cache specific - methods have moved to the CacheSubscriber. -- Header specific helper functions like `getContentMd5()` have been removed. - Just use `getHeader('Content-MD5')` instead. -- `GuzzleHttp\Message\Response::setRequest()` and - `GuzzleHttp\Message\Response::getRequest()` have been removed. Use the event - system to work with request and response objects as a transaction. -- `GuzzleHttp\Message\Response::getRedirectCount()` has been removed. Use the - Redirect subscriber instead. -- `GuzzleHttp\Message\Response::isSuccessful()` and other related methods have - been removed. Use `getStatusCode()` instead. - -#### Streaming responses - -Streaming requests can now be created by a client directly, returning a -`GuzzleHttp\Message\ResponseInterface` object that contains a body stream -referencing an open PHP HTTP stream. - -```php -// 3.0 -use Guzzle\Stream\PhpStreamRequestFactory; -$request = $client->get('/'); -$factory = new PhpStreamRequestFactory(); -$stream = $factory->fromRequest($request); -$data = $stream->read(1024); - -// 4.0 -$response = $client->get('/', ['stream' => true]); -// Read some data off of the stream in the response body -$data = $response->getBody()->read(1024); -``` - -#### Redirects - -The `configureRedirects()` method has been removed in favor of a -`allow_redirects` request option. - -```php -// Standard redirects with a default of a max of 5 redirects -$request = $client->createRequest('GET', '/', ['allow_redirects' => true]); - -// Strict redirects with a custom number of redirects -$request = $client->createRequest('GET', '/', [ - 'allow_redirects' => ['max' => 5, 'strict' => true] -]); -``` - -#### EntityBody - -EntityBody interfaces and classes have been removed or moved to -`GuzzleHttp\Stream`. All classes and interfaces that once required -`GuzzleHttp\EntityBodyInterface` now require -`GuzzleHttp\Stream\StreamInterface`. Creating a new body for a request no -longer uses `GuzzleHttp\EntityBody::factory` but now uses -`GuzzleHttp\Stream\Stream::factory` or even better: -`GuzzleHttp\Stream\create()`. - -- `Guzzle\Http\EntityBodyInterface` is now `GuzzleHttp\Stream\StreamInterface` -- `Guzzle\Http\EntityBody` is now `GuzzleHttp\Stream\Stream` -- `Guzzle\Http\CachingEntityBody` is now `GuzzleHttp\Stream\CachingStream` -- `Guzzle\Http\ReadLimitEntityBody` is now `GuzzleHttp\Stream\LimitStream` -- `Guzzle\Http\IoEmittyinEntityBody` has been removed. - -#### Request lifecycle events - -Requests previously submitted a large number of requests. The number of events -emitted over the lifecycle of a request has been significantly reduced to make -it easier to understand how to extend the behavior of a request. All events -emitted during the lifecycle of a request now emit a custom -`GuzzleHttp\Event\EventInterface` object that contains context providing -methods and a way in which to modify the transaction at that specific point in -time (e.g., intercept the request and set a response on the transaction). - -- `request.before_send` has been renamed to `before` and now emits a - `GuzzleHttp\Event\BeforeEvent` -- `request.complete` has been renamed to `complete` and now emits a - `GuzzleHttp\Event\CompleteEvent`. -- `request.sent` has been removed. Use `complete`. -- `request.success` has been removed. Use `complete`. -- `error` is now an event that emits a `GuzzleHttp\Event\ErrorEvent`. -- `request.exception` has been removed. Use `error`. -- `request.receive.status_line` has been removed. -- `curl.callback.progress` has been removed. Use a custom `StreamInterface` to - maintain a status update. -- `curl.callback.write` has been removed. Use a custom `StreamInterface` to - intercept writes. -- `curl.callback.read` has been removed. Use a custom `StreamInterface` to - intercept reads. - -`headers` is a new event that is emitted after the response headers of a -request have been received before the body of the response is downloaded. This -event emits a `GuzzleHttp\Event\HeadersEvent`. - -You can intercept a request and inject a response using the `intercept()` event -of a `GuzzleHttp\Event\BeforeEvent`, `GuzzleHttp\Event\CompleteEvent`, and -`GuzzleHttp\Event\ErrorEvent` event. - -See: http://docs.guzzlephp.org/en/latest/events.html - -## Inflection - -The `Guzzle\Inflection` namespace has been removed. This is not a core concern -of Guzzle. - -## Iterator - -The `Guzzle\Iterator` namespace has been removed. - -- `Guzzle\Iterator\AppendIterator`, `Guzzle\Iterator\ChunkedIterator`, and - `Guzzle\Iterator\MethodProxyIterator` are nice, but not a core requirement of - Guzzle itself. -- `Guzzle\Iterator\FilterIterator` is no longer needed because an equivalent - class is shipped with PHP 5.4. -- `Guzzle\Iterator\MapIterator` is not really needed when using PHP 5.5 because - it's easier to just wrap an iterator in a generator that maps values. - -For a replacement of these iterators, see https://github.com/nikic/iter - -## Log - -The LogPlugin has moved to https://github.com/guzzle/log-subscriber. The -`Guzzle\Log` namespace has been removed. Guzzle now relies on -`Psr\Log\LoggerInterface` for all logging. The MessageFormatter class has been -moved to `GuzzleHttp\Subscriber\Log\Formatter`. - -## Parser - -The `Guzzle\Parser` namespace has been removed. This was previously used to -make it possible to plug in custom parsers for cookies, messages, URI -templates, and URLs; however, this level of complexity is not needed in Guzzle -so it has been removed. - -- Cookie: Cookie parsing logic has been moved to - `GuzzleHttp\Cookie\SetCookie::fromString`. -- Message: Message parsing logic for both requests and responses has been moved - to `GuzzleHttp\Message\MessageFactory::fromMessage`. Message parsing is only - used in debugging or deserializing messages, so it doesn't make sense for - Guzzle as a library to add this level of complexity to parsing messages. -- UriTemplate: URI template parsing has been moved to - `GuzzleHttp\UriTemplate`. The Guzzle library will automatically use the PECL - URI template library if it is installed. -- Url: URL parsing is now performed in `GuzzleHttp\Url::fromString` (previously - it was `Guzzle\Http\Url::factory()`). If custom URL parsing is necessary, - then developers are free to subclass `GuzzleHttp\Url`. - -## Plugin - -The `Guzzle\Plugin` namespace has been renamed to `GuzzleHttp\Subscriber`. -Several plugins are shipping with the core Guzzle library under this namespace. - -- `GuzzleHttp\Subscriber\Cookie`: Replaces the old CookiePlugin. Cookie jar - code has moved to `GuzzleHttp\Cookie`. -- `GuzzleHttp\Subscriber\History`: Replaces the old HistoryPlugin. -- `GuzzleHttp\Subscriber\HttpError`: Throws errors when a bad HTTP response is - received. -- `GuzzleHttp\Subscriber\Mock`: Replaces the old MockPlugin. -- `GuzzleHttp\Subscriber\Prepare`: Prepares the body of a request just before - sending. This subscriber is attached to all requests by default. -- `GuzzleHttp\Subscriber\Redirect`: Replaces the RedirectPlugin. - -The following plugins have been removed (third-parties are free to re-implement -these if needed): - -- `GuzzleHttp\Plugin\Async` has been removed. -- `GuzzleHttp\Plugin\CurlAuth` has been removed. -- `GuzzleHttp\Plugin\ErrorResponse\ErrorResponsePlugin` has been removed. This - functionality should instead be implemented with event listeners that occur - after normal response parsing occurs in the guzzle/command package. - -The following plugins are not part of the core Guzzle package, but are provided -in separate repositories: - -- `Guzzle\Http\Plugin\BackoffPlugin` has been rewritten to be much simpler - to build custom retry policies using simple functions rather than various - chained classes. See: https://github.com/guzzle/retry-subscriber -- `Guzzle\Http\Plugin\Cache\CachePlugin` has moved to - https://github.com/guzzle/cache-subscriber -- `Guzzle\Http\Plugin\Log\LogPlugin` has moved to - https://github.com/guzzle/log-subscriber -- `Guzzle\Http\Plugin\Md5\Md5Plugin` has moved to - https://github.com/guzzle/message-integrity-subscriber -- `Guzzle\Http\Plugin\Mock\MockPlugin` has moved to - `GuzzleHttp\Subscriber\MockSubscriber`. -- `Guzzle\Http\Plugin\Oauth\OauthPlugin` has moved to - https://github.com/guzzle/oauth-subscriber - -## Service - -The service description layer of Guzzle has moved into two separate packages: - -- http://github.com/guzzle/command Provides a high level abstraction over web - services by representing web service operations using commands. -- http://github.com/guzzle/guzzle-services Provides an implementation of - guzzle/command that provides request serialization and response parsing using - Guzzle service descriptions. - -## Stream - -Stream have moved to a separate package available at -https://github.com/guzzle/streams. - -`Guzzle\Stream\StreamInterface` has been given a large update to cleanly take -on the responsibilities of `Guzzle\Http\EntityBody` and -`Guzzle\Http\EntityBodyInterface` now that they have been removed. The number -of methods implemented by the `StreamInterface` has been drastically reduced to -allow developers to more easily extend and decorate stream behavior. - -## Removed methods from StreamInterface - -- `getStream` and `setStream` have been removed to better encapsulate streams. -- `getMetadata` and `setMetadata` have been removed in favor of - `GuzzleHttp\Stream\MetadataStreamInterface`. -- `getWrapper`, `getWrapperData`, `getStreamType`, and `getUri` have all been - removed. This data is accessible when - using streams that implement `GuzzleHttp\Stream\MetadataStreamInterface`. -- `rewind` has been removed. Use `seek(0)` for a similar behavior. - -## Renamed methods - -- `detachStream` has been renamed to `detach`. -- `feof` has been renamed to `eof`. -- `ftell` has been renamed to `tell`. -- `readLine` has moved from an instance method to a static class method of - `GuzzleHttp\Stream\Stream`. - -## Metadata streams - -`GuzzleHttp\Stream\MetadataStreamInterface` has been added to denote streams -that contain additional metadata accessible via `getMetadata()`. -`GuzzleHttp\Stream\StreamInterface::getMetadata` and -`GuzzleHttp\Stream\StreamInterface::setMetadata` have been removed. - -## StreamRequestFactory - -The entire concept of the StreamRequestFactory has been removed. The way this -was used in Guzzle 3 broke the actual interface of sending streaming requests -(instead of getting back a Response, you got a StreamInterface). Streaming -PHP requests are now implemented through the `GuzzleHttp\Adapter\StreamAdapter`. - -3.6 to 3.7 ----------- - -### Deprecations - -- You can now enable E_USER_DEPRECATED warnings to see if you are using any deprecated methods.: - -```php -\Guzzle\Common\Version::$emitWarnings = true; -``` - -The following APIs and options have been marked as deprecated: - -- Marked `Guzzle\Http\Message\Request::isResponseBodyRepeatable()` as deprecated. Use `$request->getResponseBody()->isRepeatable()` instead. -- Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead. -- Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead. -- Marked `Guzzle\Http\Message\Request::setIsRedirect()` as deprecated. Use the HistoryPlugin instead. -- Marked `Guzzle\Http\Message\Request::isRedirect()` as deprecated. Use the HistoryPlugin instead. -- Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated -- Marked `Guzzle\Service\Client::enableMagicMethods()` as deprecated. Magic methods can no longer be disabled on a Guzzle\Service\Client. -- Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent encode your UTF-8. -- Marked `Guzzle\Common\Collection::inject()` as deprecated. -- Marked `Guzzle\Plugin\CurlAuth\CurlAuthPlugin` as deprecated. Use - `$client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest|NTLM|Any'));` or - `$client->setDefaultOption('auth', array('user', 'pass', 'Basic|Digest|NTLM|Any'));` - -3.7 introduces `request.options` as a parameter for a client configuration and as an optional argument to all creational -request methods. When paired with a client's configuration settings, these options allow you to specify default settings -for various aspects of a request. Because these options make other previous configuration options redundant, several -configuration options and methods of a client and AbstractCommand have been deprecated. - -- Marked `Guzzle\Service\Client::getDefaultHeaders()` as deprecated. Use `$client->getDefaultOption('headers')`. -- Marked `Guzzle\Service\Client::setDefaultHeaders()` as deprecated. Use `$client->setDefaultOption('headers/{header_name}', 'value')`. -- Marked 'request.params' for `Guzzle\Http\Client` as deprecated. Use `$client->setDefaultOption('params/{param_name}', 'value')` -- Marked 'command.headers', 'command.response_body' and 'command.on_complete' as deprecated for AbstractCommand. These will work through Guzzle 4.0 - - $command = $client->getCommand('foo', array( - 'command.headers' => array('Test' => '123'), - 'command.response_body' => '/path/to/file' - )); - - // Should be changed to: - - $command = $client->getCommand('foo', array( - 'command.request_options' => array( - 'headers' => array('Test' => '123'), - 'save_as' => '/path/to/file' - ) - )); - -### Interface changes - -Additions and changes (you will need to update any implementations or subclasses you may have created): - -- Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`: - createRequest, head, delete, put, patch, post, options, prepareRequest -- Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::createRequest()` -- Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface` -- Changed `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $body = null)` to - `Guzzle\Http\ClientInterface::get($uri = null, $headers = null, $options = array())`. You can still pass in a - resource, string, or EntityBody into the $options parameter to specify the download location of the response. -- Changed `Guzzle\Common\Collection::__construct($data)` to no longer accepts a null value for `$data` but a - default `array()` -- Added `Guzzle\Stream\StreamInterface::isRepeatable` -- Made `Guzzle\Http\Client::expandTemplate` and `getUriTemplate` protected methods. - -The following methods were removed from interfaces. All of these methods are still available in the concrete classes -that implement them, but you should update your code to use alternative methods: - -- Removed `Guzzle\Http\ClientInterface::setDefaultHeaders(). Use - `$client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. or - `$client->getConfig()->setPath('request.options/headers', array('header_name' => 'value'))` or - `$client->setDefaultOption('headers/{header_name}', 'value')`. or - `$client->setDefaultOption('headers', array('header_name' => 'value'))`. -- Removed `Guzzle\Http\ClientInterface::getDefaultHeaders(). Use `$client->getConfig()->getPath('request.options/headers')`. -- Removed `Guzzle\Http\ClientInterface::expandTemplate()`. This is an implementation detail. -- Removed `Guzzle\Http\ClientInterface::setRequestFactory()`. This is an implementation detail. -- Removed `Guzzle\Http\ClientInterface::getCurlMulti()`. This is a very specific implementation detail. -- Removed `Guzzle\Http\Message\RequestInterface::canCache`. Use the CachePlugin. -- Removed `Guzzle\Http\Message\RequestInterface::setIsRedirect`. Use the HistoryPlugin. -- Removed `Guzzle\Http\Message\RequestInterface::isRedirect`. Use the HistoryPlugin. - -### Cache plugin breaking changes - -- CacheKeyProviderInterface and DefaultCacheKeyProvider are no longer used. All of this logic is handled in a - CacheStorageInterface. These two objects and interface will be removed in a future version. -- Always setting X-cache headers on cached responses -- Default cache TTLs are now handled by the CacheStorageInterface of a CachePlugin -- `CacheStorageInterface::cache($key, Response $response, $ttl = null)` has changed to `cache(RequestInterface - $request, Response $response);` -- `CacheStorageInterface::fetch($key)` has changed to `fetch(RequestInterface $request);` -- `CacheStorageInterface::delete($key)` has changed to `delete(RequestInterface $request);` -- Added `CacheStorageInterface::purge($url)` -- `DefaultRevalidation::__construct(CacheKeyProviderInterface $cacheKey, CacheStorageInterface $cache, CachePlugin - $plugin)` has changed to `DefaultRevalidation::__construct(CacheStorageInterface $cache, - CanCacheStrategyInterface $canCache = null)` -- Added `RevalidationInterface::shouldRevalidate(RequestInterface $request, Response $response)` - -3.5 to 3.6 ----------- - -* Mixed casing of headers are now forced to be a single consistent casing across all values for that header. -* Messages internally use a HeaderCollection object to delegate handling case-insensitive header resolution -* Removed the whole changedHeader() function system of messages because all header changes now go through addHeader(). - For example, setHeader() first removes the header using unset on a HeaderCollection and then calls addHeader(). - Keeping the Host header and URL host in sync is now handled by overriding the addHeader method in Request. -* Specific header implementations can be created for complex headers. When a message creates a header, it uses a - HeaderFactory which can map specific headers to specific header classes. There is now a Link header and - CacheControl header implementation. -* Moved getLinks() from Response to just be used on a Link header object. - -If you previously relied on Guzzle\Http\Message\Header::raw(), then you will need to update your code to use the -HeaderInterface (e.g. toArray(), getAll(), etc.). - -### Interface changes - -* Removed from interface: Guzzle\Http\ClientInterface::setUriTemplate -* Removed from interface: Guzzle\Http\ClientInterface::setCurlMulti() -* Removed Guzzle\Http\Message\Request::receivedRequestHeader() and implemented this functionality in - Guzzle\Http\Curl\RequestMediator -* Removed the optional $asString parameter from MessageInterface::getHeader(). Just cast the header to a string. -* Removed the optional $tryChunkedTransfer option from Guzzle\Http\Message\EntityEnclosingRequestInterface -* Removed the $asObjects argument from Guzzle\Http\Message\MessageInterface::getHeaders() - -### Removed deprecated functions - -* Removed Guzzle\Parser\ParserRegister::get(). Use getParser() -* Removed Guzzle\Parser\ParserRegister::set(). Use registerParser(). - -### Deprecations - -* The ability to case-insensitively search for header values -* Guzzle\Http\Message\Header::hasExactHeader -* Guzzle\Http\Message\Header::raw. Use getAll() -* Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheControl header object - instead. - -### Other changes - -* All response header helper functions return a string rather than mixing Header objects and strings inconsistently -* Removed cURL blacklist support. This is no longer necessary now that Expect, Accept, etc. are managed by Guzzle - directly via interfaces -* Removed the injecting of a request object onto a response object. The methods to get and set a request still exist - but are a no-op until removed. -* Most classes that used to require a `Guzzle\Service\Command\CommandInterface` typehint now request a - `Guzzle\Service\Command\ArrayCommandInterface`. -* Added `Guzzle\Http\Message\RequestInterface::startResponse()` to the RequestInterface to handle injecting a response - on a request while the request is still being transferred -* `Guzzle\Service\Command\CommandInterface` now extends from ToArrayInterface and ArrayAccess - -3.3 to 3.4 ----------- - -Base URLs of a client now follow the rules of https://tools.ietf.org/html/rfc3986#section-5.2.2 when merging URLs. - -3.2 to 3.3 ----------- - -### Response::getEtag() quote stripping removed - -`Guzzle\Http\Message\Response::getEtag()` no longer strips quotes around the ETag response header - -### Removed `Guzzle\Http\Utils` - -The `Guzzle\Http\Utils` class was removed. This class was only used for testing. - -### Stream wrapper and type - -`Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getStreamType()` are no longer converted to lowercase. - -### curl.emit_io became emit_io - -Emitting IO events from a RequestMediator is now a parameter that must be set in a request's curl options using the -'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io' - -3.1 to 3.2 ----------- - -### CurlMulti is no longer reused globally - -Before 3.2, the same CurlMulti object was reused globally for each client. This can cause issue where plugins added -to a single client can pollute requests dispatched from other clients. - -If you still wish to reuse the same CurlMulti object with each client, then you can add a listener to the -ServiceBuilder's `service_builder.create_client` event to inject a custom CurlMulti object into each client as it is -created. - -```php -$multi = new Guzzle\Http\Curl\CurlMulti(); -$builder = Guzzle\Service\Builder\ServiceBuilder::factory('/path/to/config.json'); -$builder->addListener('service_builder.create_client', function ($event) use ($multi) { - $event['client']->setCurlMulti($multi); -} -}); -``` - -### No default path - -URLs no longer have a default path value of '/' if no path was specified. - -Before: - -```php -$request = $client->get('http://www.foo.com'); -echo $request->getUrl(); -// >> http://www.foo.com/ -``` - -After: - -```php -$request = $client->get('http://www.foo.com'); -echo $request->getUrl(); -// >> http://www.foo.com -``` - -### Less verbose BadResponseException - -The exception message for `Guzzle\Http\Exception\BadResponseException` no longer contains the full HTTP request and -response information. You can, however, get access to the request and response object by calling `getRequest()` or -`getResponse()` on the exception object. - -### Query parameter aggregation - -Multi-valued query parameters are no longer aggregated using a callback function. `Guzzle\Http\Query` now has a -setAggregator() method that accepts a `Guzzle\Http\QueryAggregator\QueryAggregatorInterface` object. This object is -responsible for handling the aggregation of multi-valued query string variables into a flattened hash. - -2.8 to 3.x ----------- - -### Guzzle\Service\Inspector - -Change `\Guzzle\Service\Inspector::fromConfig` to `\Guzzle\Common\Collection::fromConfig` - -**Before** - -```php -use Guzzle\Service\Inspector; - -class YourClient extends \Guzzle\Service\Client -{ - public static function factory($config = array()) - { - $default = array(); - $required = array('base_url', 'username', 'api_key'); - $config = Inspector::fromConfig($config, $default, $required); - - $client = new self( - $config->get('base_url'), - $config->get('username'), - $config->get('api_key') - ); - $client->setConfig($config); - - $client->setDescription(ServiceDescription::factory(__DIR__ . DIRECTORY_SEPARATOR . 'client.json')); - - return $client; - } -``` - -**After** - -```php -use Guzzle\Common\Collection; - -class YourClient extends \Guzzle\Service\Client -{ - public static function factory($config = array()) - { - $default = array(); - $required = array('base_url', 'username', 'api_key'); - $config = Collection::fromConfig($config, $default, $required); - - $client = new self( - $config->get('base_url'), - $config->get('username'), - $config->get('api_key') - ); - $client->setConfig($config); - - $client->setDescription(ServiceDescription::factory(__DIR__ . DIRECTORY_SEPARATOR . 'client.json')); - - return $client; - } -``` - -### Convert XML Service Descriptions to JSON - -**Before** - -```xml - - - - - - Get a list of groups - - - Uses a search query to get a list of groups - - - - Create a group - - - - - Delete a group by ID - - - - - - - Update a group - - - - - - -``` - -**After** - -```json -{ - "name": "Zendesk REST API v2", - "apiVersion": "2012-12-31", - "description":"Provides access to Zendesk views, groups, tickets, ticket fields, and users", - "operations": { - "list_groups": { - "httpMethod":"GET", - "uri": "groups.json", - "summary": "Get a list of groups" - }, - "search_groups":{ - "httpMethod":"GET", - "uri": "search.json?query=\"{query} type:group\"", - "summary": "Uses a search query to get a list of groups", - "parameters":{ - "query":{ - "location": "uri", - "description":"Zendesk Search Query", - "type": "string", - "required": true - } - } - }, - "create_group": { - "httpMethod":"POST", - "uri": "groups.json", - "summary": "Create a group", - "parameters":{ - "data": { - "type": "array", - "location": "body", - "description":"Group JSON", - "filters": "json_encode", - "required": true - }, - "Content-Type":{ - "type": "string", - "location":"header", - "static": "application/json" - } - } - }, - "delete_group": { - "httpMethod":"DELETE", - "uri": "groups/{id}.json", - "summary": "Delete a group", - "parameters":{ - "id":{ - "location": "uri", - "description":"Group to delete by ID", - "type": "integer", - "required": true - } - } - }, - "get_group": { - "httpMethod":"GET", - "uri": "groups/{id}.json", - "summary": "Get a ticket", - "parameters":{ - "id":{ - "location": "uri", - "description":"Group to get by ID", - "type": "integer", - "required": true - } - } - }, - "update_group": { - "httpMethod":"PUT", - "uri": "groups/{id}.json", - "summary": "Update a group", - "parameters":{ - "id": { - "location": "uri", - "description":"Group to update by ID", - "type": "integer", - "required": true - }, - "data": { - "type": "array", - "location": "body", - "description":"Group JSON", - "filters": "json_encode", - "required": true - }, - "Content-Type":{ - "type": "string", - "location":"header", - "static": "application/json" - } - } - } -} -``` - -### Guzzle\Service\Description\ServiceDescription - -Commands are now called Operations - -**Before** - -```php -use Guzzle\Service\Description\ServiceDescription; - -$sd = new ServiceDescription(); -$sd->getCommands(); // @returns ApiCommandInterface[] -$sd->hasCommand($name); -$sd->getCommand($name); // @returns ApiCommandInterface|null -$sd->addCommand($command); // @param ApiCommandInterface $command -``` - -**After** - -```php -use Guzzle\Service\Description\ServiceDescription; - -$sd = new ServiceDescription(); -$sd->getOperations(); // @returns OperationInterface[] -$sd->hasOperation($name); -$sd->getOperation($name); // @returns OperationInterface|null -$sd->addOperation($operation); // @param OperationInterface $operation -``` - -### Guzzle\Common\Inflection\Inflector - -Namespace is now `Guzzle\Inflection\Inflector` - -### Guzzle\Http\Plugin - -Namespace is now `Guzzle\Plugin`. Many other changes occur within this namespace and are detailed in their own sections below. - -### Guzzle\Http\Plugin\LogPlugin and Guzzle\Common\Log - -Now `Guzzle\Plugin\Log\LogPlugin` and `Guzzle\Log` respectively. - -**Before** - -```php -use Guzzle\Common\Log\ClosureLogAdapter; -use Guzzle\Http\Plugin\LogPlugin; - -/** @var \Guzzle\Http\Client */ -$client; - -// $verbosity is an integer indicating desired message verbosity level -$client->addSubscriber(new LogPlugin(new ClosureLogAdapter(function($m) { echo $m; }, $verbosity = LogPlugin::LOG_VERBOSE); -``` - -**After** - -```php -use Guzzle\Log\ClosureLogAdapter; -use Guzzle\Log\MessageFormatter; -use Guzzle\Plugin\Log\LogPlugin; - -/** @var \Guzzle\Http\Client */ -$client; - -// $format is a string indicating desired message format -- @see MessageFormatter -$client->addSubscriber(new LogPlugin(new ClosureLogAdapter(function($m) { echo $m; }, $format = MessageFormatter::DEBUG_FORMAT); -``` - -### Guzzle\Http\Plugin\CurlAuthPlugin - -Now `Guzzle\Plugin\CurlAuth\CurlAuthPlugin`. - -### Guzzle\Http\Plugin\ExponentialBackoffPlugin - -Now `Guzzle\Plugin\Backoff\BackoffPlugin`, and other changes. - -**Before** - -```php -use Guzzle\Http\Plugin\ExponentialBackoffPlugin; - -$backoffPlugin = new ExponentialBackoffPlugin($maxRetries, array_merge( - ExponentialBackoffPlugin::getDefaultFailureCodes(), array(429) - )); - -$client->addSubscriber($backoffPlugin); -``` - -**After** - -```php -use Guzzle\Plugin\Backoff\BackoffPlugin; -use Guzzle\Plugin\Backoff\HttpBackoffStrategy; - -// Use convenient factory method instead -- see implementation for ideas of what -// you can do with chaining backoff strategies -$backoffPlugin = BackoffPlugin::getExponentialBackoff($maxRetries, array_merge( - HttpBackoffStrategy::getDefaultFailureCodes(), array(429) - )); -$client->addSubscriber($backoffPlugin); -``` - -### Known Issues - -#### [BUG] Accept-Encoding header behavior changed unintentionally. - -(See #217) (Fixed in 09daeb8c666fb44499a0646d655a8ae36456575e) - -In version 2.8 setting the `Accept-Encoding` header would set the CURLOPT_ENCODING option, which permitted cURL to -properly handle gzip/deflate compressed responses from the server. In versions affected by this bug this does not happen. -See issue #217 for a workaround, or use a version containing the fix. diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/composer.json b/plugins/automagic-images/vendor/guzzlehttp/guzzle/composer.json deleted file mode 100644 index 5da35a5..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/composer.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "guzzlehttp/guzzle", - "type": "library", - "description": "Guzzle is a PHP HTTP client library", - "keywords": [ - "framework", - "http", - "rest", - "web service", - "curl", - "client", - "HTTP client", - "PSR-7", - "PSR-18" - ], - "homepage": "http://guzzlephp.org/", - "license": "MIT", - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://sagikazarmark.hu" - } - ], - "require": { - "php": "^7.2.5 || ^8.0", - "ext-json": "*", - "guzzlehttp/promises": "^1.4", - "guzzlehttp/psr7": "^1.7 || ^2.0", - "psr/http-client": "^1.0" - }, - "provide": { - "psr/http-client-implementation": "1.0" - }, - "require-dev": { - "ext-curl": "*", - "bamarni/composer-bin-plugin": "^1.4.1", - "php-http/client-integration-tests": "^3.0", - "phpunit/phpunit": "^8.5.5 || ^9.3.5", - "psr/log": "^1.1" - }, - "suggest": { - "ext-curl": "Required for CURL handler support", - "ext-intl": "Required for Internationalized Domain Name (IDN) support", - "psr/log": "Required for using the Log middleware" - }, - "config": { - "sort-packages": true - }, - "extra": { - "branch-alias": { - "dev-master": "7.3-dev" - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "autoload-dev": { - "psr-4": { - "GuzzleHttp\\Tests\\": "tests/" - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/BodySummarizer.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/BodySummarizer.php deleted file mode 100644 index 6eca94e..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/BodySummarizer.php +++ /dev/null @@ -1,28 +0,0 @@ -truncateAt = $truncateAt; - } - - /** - * Returns a summarized message body. - */ - public function summarize(MessageInterface $message): ?string - { - return $this->truncateAt === null - ? \GuzzleHttp\Psr7\Message::bodySummary($message) - : \GuzzleHttp\Psr7\Message::bodySummary($message, $this->truncateAt); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php deleted file mode 100644 index 3e02e03..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php +++ /dev/null @@ -1,13 +0,0 @@ - 'http://www.foo.com/1.0/', - * 'timeout' => 0, - * 'allow_redirects' => false, - * 'proxy' => '192.168.16.1:10' - * ]); - * - * Client configuration settings include the following options: - * - * - handler: (callable) Function that transfers HTTP requests over the - * wire. The function is called with a Psr7\Http\Message\RequestInterface - * and array of transfer options, and must return a - * GuzzleHttp\Promise\PromiseInterface that is fulfilled with a - * Psr7\Http\Message\ResponseInterface on success. - * If no handler is provided, a default handler will be created - * that enables all of the request options below by attaching all of the - * default middleware to the handler. - * - base_uri: (string|UriInterface) Base URI of the client that is merged - * into relative URIs. Can be a string or instance of UriInterface. - * - **: any request option - * - * @param array $config Client configuration settings. - * - * @see \GuzzleHttp\RequestOptions for a list of available request options. - */ - public function __construct(array $config = []) - { - if (!isset($config['handler'])) { - $config['handler'] = HandlerStack::create(); - } elseif (!\is_callable($config['handler'])) { - throw new InvalidArgumentException('handler must be a callable'); - } - - // Convert the base_uri to a UriInterface - if (isset($config['base_uri'])) { - $config['base_uri'] = Psr7\Utils::uriFor($config['base_uri']); - } - - $this->configureDefaults($config); - } - - /** - * @param string $method - * @param array $args - * - * @return PromiseInterface|ResponseInterface - * - * @deprecated Client::__call will be removed in guzzlehttp/guzzle:8.0. - */ - public function __call($method, $args) - { - if (\count($args) < 1) { - throw new InvalidArgumentException('Magic request methods require a URI and optional options array'); - } - - $uri = $args[0]; - $opts = $args[1] ?? []; - - return \substr($method, -5) === 'Async' - ? $this->requestAsync(\substr($method, 0, -5), $uri, $opts) - : $this->request($method, $uri, $opts); - } - - /** - * Asynchronously send an HTTP request. - * - * @param array $options Request options to apply to the given - * request and to the transfer. See \GuzzleHttp\RequestOptions. - */ - public function sendAsync(RequestInterface $request, array $options = []): PromiseInterface - { - // Merge the base URI into the request URI if needed. - $options = $this->prepareDefaults($options); - - return $this->transfer( - $request->withUri($this->buildUri($request->getUri(), $options), $request->hasHeader('Host')), - $options - ); - } - - /** - * Send an HTTP request. - * - * @param array $options Request options to apply to the given - * request and to the transfer. See \GuzzleHttp\RequestOptions. - * - * @throws GuzzleException - */ - public function send(RequestInterface $request, array $options = []): ResponseInterface - { - $options[RequestOptions::SYNCHRONOUS] = true; - return $this->sendAsync($request, $options)->wait(); - } - - /** - * The HttpClient PSR (PSR-18) specify this method. - * - * @inheritDoc - */ - public function sendRequest(RequestInterface $request): ResponseInterface - { - $options[RequestOptions::SYNCHRONOUS] = true; - $options[RequestOptions::ALLOW_REDIRECTS] = false; - $options[RequestOptions::HTTP_ERRORS] = false; - - return $this->sendAsync($request, $options)->wait(); - } - - /** - * Create and send an asynchronous HTTP request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. Use an array to provide a URL - * template and additional variables to use in the URL template expansion. - * - * @param string $method HTTP method - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. See \GuzzleHttp\RequestOptions. - */ - public function requestAsync(string $method, $uri = '', array $options = []): PromiseInterface - { - $options = $this->prepareDefaults($options); - // Remove request modifying parameter because it can be done up-front. - $headers = $options['headers'] ?? []; - $body = $options['body'] ?? null; - $version = $options['version'] ?? '1.1'; - // Merge the URI into the base URI. - $uri = $this->buildUri(Psr7\Utils::uriFor($uri), $options); - if (\is_array($body)) { - throw $this->invalidBody(); - } - $request = new Psr7\Request($method, $uri, $headers, $body, $version); - // Remove the option so that they are not doubly-applied. - unset($options['headers'], $options['body'], $options['version']); - - return $this->transfer($request, $options); - } - - /** - * Create and send an HTTP request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. - * - * @param string $method HTTP method. - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. See \GuzzleHttp\RequestOptions. - * - * @throws GuzzleException - */ - public function request(string $method, $uri = '', array $options = []): ResponseInterface - { - $options[RequestOptions::SYNCHRONOUS] = true; - return $this->requestAsync($method, $uri, $options)->wait(); - } - - /** - * Get a client configuration option. - * - * These options include default request options of the client, a "handler" - * (if utilized by the concrete client), and a "base_uri" if utilized by - * the concrete client. - * - * @param string|null $option The config option to retrieve. - * - * @return mixed - * - * @deprecated Client::getConfig will be removed in guzzlehttp/guzzle:8.0. - */ - public function getConfig(?string $option = null) - { - return $option === null - ? $this->config - : ($this->config[$option] ?? null); - } - - private function buildUri(UriInterface $uri, array $config): UriInterface - { - if (isset($config['base_uri'])) { - $uri = Psr7\UriResolver::resolve(Psr7\Utils::uriFor($config['base_uri']), $uri); - } - - if (isset($config['idn_conversion']) && ($config['idn_conversion'] !== false)) { - $idnOptions = ($config['idn_conversion'] === true) ? \IDNA_DEFAULT : $config['idn_conversion']; - $uri = Utils::idnUriConvert($uri, $idnOptions); - } - - return $uri->getScheme() === '' && $uri->getHost() !== '' ? $uri->withScheme('http') : $uri; - } - - /** - * Configures the default options for a client. - */ - private function configureDefaults(array $config): void - { - $defaults = [ - 'allow_redirects' => RedirectMiddleware::$defaultSettings, - 'http_errors' => true, - 'decode_content' => true, - 'verify' => true, - 'cookies' => false, - 'idn_conversion' => false, - ]; - - // Use the standard Linux HTTP_PROXY and HTTPS_PROXY if set. - - // We can only trust the HTTP_PROXY environment variable in a CLI - // process due to the fact that PHP has no reliable mechanism to - // get environment variables that start with "HTTP_". - if (\PHP_SAPI === 'cli' && ($proxy = Utils::getenv('HTTP_PROXY'))) { - $defaults['proxy']['http'] = $proxy; - } - - if ($proxy = Utils::getenv('HTTPS_PROXY')) { - $defaults['proxy']['https'] = $proxy; - } - - if ($noProxy = Utils::getenv('NO_PROXY')) { - $cleanedNoProxy = \str_replace(' ', '', $noProxy); - $defaults['proxy']['no'] = \explode(',', $cleanedNoProxy); - } - - $this->config = $config + $defaults; - - if (!empty($config['cookies']) && $config['cookies'] === true) { - $this->config['cookies'] = new CookieJar(); - } - - // Add the default user-agent header. - if (!isset($this->config['headers'])) { - $this->config['headers'] = ['User-Agent' => Utils::defaultUserAgent()]; - } else { - // Add the User-Agent header if one was not already set. - foreach (\array_keys($this->config['headers']) as $name) { - if (\strtolower($name) === 'user-agent') { - return; - } - } - $this->config['headers']['User-Agent'] = Utils::defaultUserAgent(); - } - } - - /** - * Merges default options into the array. - * - * @param array $options Options to modify by reference - */ - private function prepareDefaults(array $options): array - { - $defaults = $this->config; - - if (!empty($defaults['headers'])) { - // Default headers are only added if they are not present. - $defaults['_conditional'] = $defaults['headers']; - unset($defaults['headers']); - } - - // Special handling for headers is required as they are added as - // conditional headers and as headers passed to a request ctor. - if (\array_key_exists('headers', $options)) { - // Allows default headers to be unset. - if ($options['headers'] === null) { - $defaults['_conditional'] = []; - unset($options['headers']); - } elseif (!\is_array($options['headers'])) { - throw new InvalidArgumentException('headers must be an array'); - } - } - - // Shallow merge defaults underneath options. - $result = $options + $defaults; - - // Remove null values. - foreach ($result as $k => $v) { - if ($v === null) { - unset($result[$k]); - } - } - - return $result; - } - - /** - * Transfers the given request and applies request options. - * - * The URI of the request is not modified and the request options are used - * as-is without merging in default options. - * - * @param array $options See \GuzzleHttp\RequestOptions. - */ - private function transfer(RequestInterface $request, array $options): PromiseInterface - { - $request = $this->applyOptions($request, $options); - /** @var HandlerStack $handler */ - $handler = $options['handler']; - - try { - return P\Create::promiseFor($handler($request, $options)); - } catch (\Exception $e) { - return P\Create::rejectionFor($e); - } - } - - /** - * Applies the array of request options to a request. - */ - private function applyOptions(RequestInterface $request, array &$options): RequestInterface - { - $modify = [ - 'set_headers' => [], - ]; - - if (isset($options['headers'])) { - $modify['set_headers'] = $options['headers']; - unset($options['headers']); - } - - if (isset($options['form_params'])) { - if (isset($options['multipart'])) { - throw new InvalidArgumentException('You cannot use ' - . 'form_params and multipart at the same time. Use the ' - . 'form_params option if you want to send application/' - . 'x-www-form-urlencoded requests, and the multipart ' - . 'option to send multipart/form-data requests.'); - } - $options['body'] = \http_build_query($options['form_params'], '', '&'); - unset($options['form_params']); - // Ensure that we don't have the header in different case and set the new value. - $options['_conditional'] = Psr7\Utils::caselessRemove(['Content-Type'], $options['_conditional']); - $options['_conditional']['Content-Type'] = 'application/x-www-form-urlencoded'; - } - - if (isset($options['multipart'])) { - $options['body'] = new Psr7\MultipartStream($options['multipart']); - unset($options['multipart']); - } - - if (isset($options['json'])) { - $options['body'] = Utils::jsonEncode($options['json']); - unset($options['json']); - // Ensure that we don't have the header in different case and set the new value. - $options['_conditional'] = Psr7\Utils::caselessRemove(['Content-Type'], $options['_conditional']); - $options['_conditional']['Content-Type'] = 'application/json'; - } - - if (!empty($options['decode_content']) - && $options['decode_content'] !== true - ) { - // Ensure that we don't have the header in different case and set the new value. - $options['_conditional'] = Psr7\Utils::caselessRemove(['Accept-Encoding'], $options['_conditional']); - $modify['set_headers']['Accept-Encoding'] = $options['decode_content']; - } - - if (isset($options['body'])) { - if (\is_array($options['body'])) { - throw $this->invalidBody(); - } - $modify['body'] = Psr7\Utils::streamFor($options['body']); - unset($options['body']); - } - - if (!empty($options['auth']) && \is_array($options['auth'])) { - $value = $options['auth']; - $type = isset($value[2]) ? \strtolower($value[2]) : 'basic'; - switch ($type) { - case 'basic': - // Ensure that we don't have the header in different case and set the new value. - $modify['set_headers'] = Psr7\Utils::caselessRemove(['Authorization'], $modify['set_headers']); - $modify['set_headers']['Authorization'] = 'Basic ' - . \base64_encode("$value[0]:$value[1]"); - break; - case 'digest': - // @todo: Do not rely on curl - $options['curl'][\CURLOPT_HTTPAUTH] = \CURLAUTH_DIGEST; - $options['curl'][\CURLOPT_USERPWD] = "$value[0]:$value[1]"; - break; - case 'ntlm': - $options['curl'][\CURLOPT_HTTPAUTH] = \CURLAUTH_NTLM; - $options['curl'][\CURLOPT_USERPWD] = "$value[0]:$value[1]"; - break; - } - } - - if (isset($options['query'])) { - $value = $options['query']; - if (\is_array($value)) { - $value = \http_build_query($value, '', '&', \PHP_QUERY_RFC3986); - } - if (!\is_string($value)) { - throw new InvalidArgumentException('query must be a string or array'); - } - $modify['query'] = $value; - unset($options['query']); - } - - // Ensure that sink is not an invalid value. - if (isset($options['sink'])) { - // TODO: Add more sink validation? - if (\is_bool($options['sink'])) { - throw new InvalidArgumentException('sink must not be a boolean'); - } - } - - $request = Psr7\Utils::modifyRequest($request, $modify); - if ($request->getBody() instanceof Psr7\MultipartStream) { - // Use a multipart/form-data POST if a Content-Type is not set. - // Ensure that we don't have the header in different case and set the new value. - $options['_conditional'] = Psr7\Utils::caselessRemove(['Content-Type'], $options['_conditional']); - $options['_conditional']['Content-Type'] = 'multipart/form-data; boundary=' - . $request->getBody()->getBoundary(); - } - - // Merge in conditional headers if they are not present. - if (isset($options['_conditional'])) { - // Build up the changes so it's in a single clone of the message. - $modify = []; - foreach ($options['_conditional'] as $k => $v) { - if (!$request->hasHeader($k)) { - $modify['set_headers'][$k] = $v; - } - } - $request = Psr7\Utils::modifyRequest($request, $modify); - // Don't pass this internal value along to middleware/handlers. - unset($options['_conditional']); - } - - return $request; - } - - /** - * Return an InvalidArgumentException with pre-set message. - */ - private function invalidBody(): InvalidArgumentException - { - return new InvalidArgumentException('Passing in the "body" request ' - . 'option as an array to send a request is not supported. ' - . 'Please use the "form_params" request option to send a ' - . 'application/x-www-form-urlencoded request, or the "multipart" ' - . 'request option to send a multipart/form-data request.'); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/ClientInterface.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/ClientInterface.php deleted file mode 100644 index f257a1a..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/ClientInterface.php +++ /dev/null @@ -1,84 +0,0 @@ -request('GET', $uri, $options); - } - - /** - * Create and send an HTTP HEAD request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. - * - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. - * - * @throws GuzzleException - */ - public function head($uri, array $options = []): ResponseInterface - { - return $this->request('HEAD', $uri, $options); - } - - /** - * Create and send an HTTP PUT request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. - * - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. - * - * @throws GuzzleException - */ - public function put($uri, array $options = []): ResponseInterface - { - return $this->request('PUT', $uri, $options); - } - - /** - * Create and send an HTTP POST request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. - * - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. - * - * @throws GuzzleException - */ - public function post($uri, array $options = []): ResponseInterface - { - return $this->request('POST', $uri, $options); - } - - /** - * Create and send an HTTP PATCH request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. - * - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. - * - * @throws GuzzleException - */ - public function patch($uri, array $options = []): ResponseInterface - { - return $this->request('PATCH', $uri, $options); - } - - /** - * Create and send an HTTP DELETE request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. - * - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. - * - * @throws GuzzleException - */ - public function delete($uri, array $options = []): ResponseInterface - { - return $this->request('DELETE', $uri, $options); - } - - /** - * Create and send an asynchronous HTTP request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. Use an array to provide a URL - * template and additional variables to use in the URL template expansion. - * - * @param string $method HTTP method - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. - */ - abstract public function requestAsync(string $method, $uri, array $options = []): PromiseInterface; - - /** - * Create and send an asynchronous HTTP GET request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. Use an array to provide a URL - * template and additional variables to use in the URL template expansion. - * - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. - */ - public function getAsync($uri, array $options = []): PromiseInterface - { - return $this->requestAsync('GET', $uri, $options); - } - - /** - * Create and send an asynchronous HTTP HEAD request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. Use an array to provide a URL - * template and additional variables to use in the URL template expansion. - * - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. - */ - public function headAsync($uri, array $options = []): PromiseInterface - { - return $this->requestAsync('HEAD', $uri, $options); - } - - /** - * Create and send an asynchronous HTTP PUT request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. Use an array to provide a URL - * template and additional variables to use in the URL template expansion. - * - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. - */ - public function putAsync($uri, array $options = []): PromiseInterface - { - return $this->requestAsync('PUT', $uri, $options); - } - - /** - * Create and send an asynchronous HTTP POST request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. Use an array to provide a URL - * template and additional variables to use in the URL template expansion. - * - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. - */ - public function postAsync($uri, array $options = []): PromiseInterface - { - return $this->requestAsync('POST', $uri, $options); - } - - /** - * Create and send an asynchronous HTTP PATCH request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. Use an array to provide a URL - * template and additional variables to use in the URL template expansion. - * - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. - */ - public function patchAsync($uri, array $options = []): PromiseInterface - { - return $this->requestAsync('PATCH', $uri, $options); - } - - /** - * Create and send an asynchronous HTTP DELETE request. - * - * Use an absolute path to override the base path of the client, or a - * relative path to append to the base path of the client. The URL can - * contain the query string as well. Use an array to provide a URL - * template and additional variables to use in the URL template expansion. - * - * @param string|UriInterface $uri URI object or string. - * @param array $options Request options to apply. - */ - public function deleteAsync($uri, array $options = []): PromiseInterface - { - return $this->requestAsync('DELETE', $uri, $options); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php deleted file mode 100644 index d6757c6..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php +++ /dev/null @@ -1,313 +0,0 @@ -strictMode = $strictMode; - - foreach ($cookieArray as $cookie) { - if (!($cookie instanceof SetCookie)) { - $cookie = new SetCookie($cookie); - } - $this->setCookie($cookie); - } - } - - /** - * Create a new Cookie jar from an associative array and domain. - * - * @param array $cookies Cookies to create the jar from - * @param string $domain Domain to set the cookies to - */ - public static function fromArray(array $cookies, string $domain): self - { - $cookieJar = new self(); - foreach ($cookies as $name => $value) { - $cookieJar->setCookie(new SetCookie([ - 'Domain' => $domain, - 'Name' => $name, - 'Value' => $value, - 'Discard' => true - ])); - } - - return $cookieJar; - } - - /** - * Evaluate if this cookie should be persisted to storage - * that survives between requests. - * - * @param SetCookie $cookie Being evaluated. - * @param bool $allowSessionCookies If we should persist session cookies - */ - public static function shouldPersist(SetCookie $cookie, bool $allowSessionCookies = false): bool - { - if ($cookie->getExpires() || $allowSessionCookies) { - if (!$cookie->getDiscard()) { - return true; - } - } - - return false; - } - - /** - * Finds and returns the cookie based on the name - * - * @param string $name cookie name to search for - * - * @return SetCookie|null cookie that was found or null if not found - */ - public function getCookieByName(string $name): ?SetCookie - { - foreach ($this->cookies as $cookie) { - if ($cookie->getName() !== null && \strcasecmp($cookie->getName(), $name) === 0) { - return $cookie; - } - } - - return null; - } - - /** - * @inheritDoc - */ - public function toArray(): array - { - return \array_map(static function (SetCookie $cookie): array { - return $cookie->toArray(); - }, $this->getIterator()->getArrayCopy()); - } - - /** - * @inheritDoc - */ - public function clear(?string $domain = null, ?string $path = null, ?string $name = null): void - { - if (!$domain) { - $this->cookies = []; - return; - } elseif (!$path) { - $this->cookies = \array_filter( - $this->cookies, - static function (SetCookie $cookie) use ($domain): bool { - return !$cookie->matchesDomain($domain); - } - ); - } elseif (!$name) { - $this->cookies = \array_filter( - $this->cookies, - static function (SetCookie $cookie) use ($path, $domain): bool { - return !($cookie->matchesPath($path) && - $cookie->matchesDomain($domain)); - } - ); - } else { - $this->cookies = \array_filter( - $this->cookies, - static function (SetCookie $cookie) use ($path, $domain, $name) { - return !($cookie->getName() == $name && - $cookie->matchesPath($path) && - $cookie->matchesDomain($domain)); - } - ); - } - } - - /** - * @inheritDoc - */ - public function clearSessionCookies(): void - { - $this->cookies = \array_filter( - $this->cookies, - static function (SetCookie $cookie): bool { - return !$cookie->getDiscard() && $cookie->getExpires(); - } - ); - } - - /** - * @inheritDoc - */ - public function setCookie(SetCookie $cookie): bool - { - // If the name string is empty (but not 0), ignore the set-cookie - // string entirely. - $name = $cookie->getName(); - if (!$name && $name !== '0') { - return false; - } - - // Only allow cookies with set and valid domain, name, value - $result = $cookie->validate(); - if ($result !== true) { - if ($this->strictMode) { - throw new \RuntimeException('Invalid cookie: ' . $result); - } - $this->removeCookieIfEmpty($cookie); - return false; - } - - // Resolve conflicts with previously set cookies - foreach ($this->cookies as $i => $c) { - - // Two cookies are identical, when their path, and domain are - // identical. - if ($c->getPath() != $cookie->getPath() || - $c->getDomain() != $cookie->getDomain() || - $c->getName() != $cookie->getName() - ) { - continue; - } - - // The previously set cookie is a discard cookie and this one is - // not so allow the new cookie to be set - if (!$cookie->getDiscard() && $c->getDiscard()) { - unset($this->cookies[$i]); - continue; - } - - // If the new cookie's expiration is further into the future, then - // replace the old cookie - if ($cookie->getExpires() > $c->getExpires()) { - unset($this->cookies[$i]); - continue; - } - - // If the value has changed, we better change it - if ($cookie->getValue() !== $c->getValue()) { - unset($this->cookies[$i]); - continue; - } - - // The cookie exists, so no need to continue - return false; - } - - $this->cookies[] = $cookie; - - return true; - } - - public function count(): int - { - return \count($this->cookies); - } - - /** - * @return \ArrayIterator - */ - public function getIterator(): \ArrayIterator - { - return new \ArrayIterator(\array_values($this->cookies)); - } - - public function extractCookies(RequestInterface $request, ResponseInterface $response): void - { - if ($cookieHeader = $response->getHeader('Set-Cookie')) { - foreach ($cookieHeader as $cookie) { - $sc = SetCookie::fromString($cookie); - if (!$sc->getDomain()) { - $sc->setDomain($request->getUri()->getHost()); - } - if (0 !== \strpos($sc->getPath(), '/')) { - $sc->setPath($this->getCookiePathFromRequest($request)); - } - $this->setCookie($sc); - } - } - } - - /** - * Computes cookie path following RFC 6265 section 5.1.4 - * - * @link https://tools.ietf.org/html/rfc6265#section-5.1.4 - */ - private function getCookiePathFromRequest(RequestInterface $request): string - { - $uriPath = $request->getUri()->getPath(); - if ('' === $uriPath) { - return '/'; - } - if (0 !== \strpos($uriPath, '/')) { - return '/'; - } - if ('/' === $uriPath) { - return '/'; - } - $lastSlashPos = \strrpos($uriPath, '/'); - if (0 === $lastSlashPos || false === $lastSlashPos) { - return '/'; - } - - return \substr($uriPath, 0, $lastSlashPos); - } - - public function withCookieHeader(RequestInterface $request): RequestInterface - { - $values = []; - $uri = $request->getUri(); - $scheme = $uri->getScheme(); - $host = $uri->getHost(); - $path = $uri->getPath() ?: '/'; - - foreach ($this->cookies as $cookie) { - if ($cookie->matchesPath($path) && - $cookie->matchesDomain($host) && - !$cookie->isExpired() && - (!$cookie->getSecure() || $scheme === 'https') - ) { - $values[] = $cookie->getName() . '=' - . $cookie->getValue(); - } - } - - return $values - ? $request->withHeader('Cookie', \implode('; ', $values)) - : $request; - } - - /** - * If a cookie already exists and the server asks to set it again with a - * null value, the cookie must be deleted. - */ - private function removeCookieIfEmpty(SetCookie $cookie): void - { - $cookieValue = $cookie->getValue(); - if ($cookieValue === null || $cookieValue === '') { - $this->clear( - $cookie->getDomain(), - $cookie->getPath(), - $cookie->getName() - ); - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php deleted file mode 100644 index 7df374b..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php +++ /dev/null @@ -1,79 +0,0 @@ - - */ -interface CookieJarInterface extends \Countable, \IteratorAggregate -{ - /** - * Create a request with added cookie headers. - * - * If no matching cookies are found in the cookie jar, then no Cookie - * header is added to the request and the same request is returned. - * - * @param RequestInterface $request Request object to modify. - * - * @return RequestInterface returns the modified request. - */ - public function withCookieHeader(RequestInterface $request): RequestInterface; - - /** - * Extract cookies from an HTTP response and store them in the CookieJar. - * - * @param RequestInterface $request Request that was sent - * @param ResponseInterface $response Response that was received - */ - public function extractCookies(RequestInterface $request, ResponseInterface $response): void; - - /** - * Sets a cookie in the cookie jar. - * - * @param SetCookie $cookie Cookie to set. - * - * @return bool Returns true on success or false on failure - */ - public function setCookie(SetCookie $cookie): bool; - - /** - * Remove cookies currently held in the cookie jar. - * - * Invoking this method without arguments will empty the whole cookie jar. - * If given a $domain argument only cookies belonging to that domain will - * be removed. If given a $domain and $path argument, cookies belonging to - * the specified path within that domain are removed. If given all three - * arguments, then the cookie with the specified name, path and domain is - * removed. - * - * @param string|null $domain Clears cookies matching a domain - * @param string|null $path Clears cookies matching a domain and path - * @param string|null $name Clears cookies matching a domain, path, and name - */ - public function clear(?string $domain = null, ?string $path = null, ?string $name = null): void; - - /** - * Discard all sessions cookies. - * - * Removes cookies that don't have an expire field or a have a discard - * field set to true. To be called when the user agent shuts down according - * to RFC 2965. - */ - public function clearSessionCookies(): void; - - /** - * Converts the cookie jar to an array. - */ - public function toArray(): array; -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php deleted file mode 100644 index 290236d..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php +++ /dev/null @@ -1,101 +0,0 @@ -filename = $cookieFile; - $this->storeSessionCookies = $storeSessionCookies; - - if (\file_exists($cookieFile)) { - $this->load($cookieFile); - } - } - - /** - * Saves the file when shutting down - */ - public function __destruct() - { - $this->save($this->filename); - } - - /** - * Saves the cookies to a file. - * - * @param string $filename File to save - * - * @throws \RuntimeException if the file cannot be found or created - */ - public function save(string $filename): void - { - $json = []; - /** @var SetCookie $cookie */ - foreach ($this as $cookie) { - if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) { - $json[] = $cookie->toArray(); - } - } - - $jsonStr = Utils::jsonEncode($json); - if (false === \file_put_contents($filename, $jsonStr, \LOCK_EX)) { - throw new \RuntimeException("Unable to save file {$filename}"); - } - } - - /** - * Load cookies from a JSON formatted file. - * - * Old cookies are kept unless overwritten by newly loaded ones. - * - * @param string $filename Cookie file to load. - * - * @throws \RuntimeException if the file cannot be loaded. - */ - public function load(string $filename): void - { - $json = \file_get_contents($filename); - if (false === $json) { - throw new \RuntimeException("Unable to load file {$filename}"); - } - if ($json === '') { - return; - } - - $data = Utils::jsonDecode($json, true); - if (\is_array($data)) { - foreach ($data as $cookie) { - $this->setCookie(new SetCookie($cookie)); - } - } elseif (\is_scalar($data) && !empty($data)) { - throw new \RuntimeException("Invalid cookie file: {$filename}"); - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php deleted file mode 100644 index 5d51ca9..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php +++ /dev/null @@ -1,77 +0,0 @@ -sessionKey = $sessionKey; - $this->storeSessionCookies = $storeSessionCookies; - $this->load(); - } - - /** - * Saves cookies to session when shutting down - */ - public function __destruct() - { - $this->save(); - } - - /** - * Save cookies to the client session - */ - public function save(): void - { - $json = []; - /** @var SetCookie $cookie */ - foreach ($this as $cookie) { - if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) { - $json[] = $cookie->toArray(); - } - } - - $_SESSION[$this->sessionKey] = \json_encode($json); - } - - /** - * Load the contents of the client session into the data array - */ - protected function load(): void - { - if (!isset($_SESSION[$this->sessionKey])) { - return; - } - $data = \json_decode($_SESSION[$this->sessionKey], true); - if (\is_array($data)) { - foreach ($data as $cookie) { - $this->setCookie(new SetCookie($cookie)); - } - } elseif (\strlen($data)) { - throw new \RuntimeException("Invalid cookie data"); - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php deleted file mode 100644 index 602370d..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php +++ /dev/null @@ -1,410 +0,0 @@ - null, - 'Value' => null, - 'Domain' => null, - 'Path' => '/', - 'Max-Age' => null, - 'Expires' => null, - 'Secure' => false, - 'Discard' => false, - 'HttpOnly' => false - ]; - - /** - * @var array Cookie data - */ - private $data; - - /** - * Create a new SetCookie object from a string. - * - * @param string $cookie Set-Cookie header string - */ - public static function fromString(string $cookie): self - { - // Create the default return array - $data = self::$defaults; - // Explode the cookie string using a series of semicolons - $pieces = \array_filter(\array_map('trim', \explode(';', $cookie))); - // The name of the cookie (first kvp) must exist and include an equal sign. - if (!isset($pieces[0]) || \strpos($pieces[0], '=') === false) { - return new self($data); - } - - // Add the cookie pieces into the parsed data array - foreach ($pieces as $part) { - $cookieParts = \explode('=', $part, 2); - $key = \trim($cookieParts[0]); - $value = isset($cookieParts[1]) - ? \trim($cookieParts[1], " \n\r\t\0\x0B") - : true; - - // Only check for non-cookies when cookies have been found - if (!isset($data['Name'])) { - $data['Name'] = $key; - $data['Value'] = $value; - } else { - foreach (\array_keys(self::$defaults) as $search) { - if (!\strcasecmp($search, $key)) { - $data[$search] = $value; - continue 2; - } - } - $data[$key] = $value; - } - } - - return new self($data); - } - - /** - * @param array $data Array of cookie data provided by a Cookie parser - */ - public function __construct(array $data = []) - { - /** @var array|null $replaced will be null in case of replace error */ - $replaced = \array_replace(self::$defaults, $data); - if ($replaced === null) { - throw new \InvalidArgumentException('Unable to replace the default values for the Cookie.'); - } - - $this->data = $replaced; - // Extract the Expires value and turn it into a UNIX timestamp if needed - if (!$this->getExpires() && $this->getMaxAge()) { - // Calculate the Expires date - $this->setExpires(\time() + $this->getMaxAge()); - } elseif (null !== ($expires = $this->getExpires()) && !\is_numeric($expires)) { - $this->setExpires($expires); - } - } - - public function __toString() - { - $str = $this->data['Name'] . '=' . $this->data['Value'] . '; '; - foreach ($this->data as $k => $v) { - if ($k !== 'Name' && $k !== 'Value' && $v !== null && $v !== false) { - if ($k === 'Expires') { - $str .= 'Expires=' . \gmdate('D, d M Y H:i:s \G\M\T', $v) . '; '; - } else { - $str .= ($v === true ? $k : "{$k}={$v}") . '; '; - } - } - } - - return \rtrim($str, '; '); - } - - public function toArray(): array - { - return $this->data; - } - - /** - * Get the cookie name. - * - * @return string - */ - public function getName() - { - return $this->data['Name']; - } - - /** - * Set the cookie name. - * - * @param string $name Cookie name - */ - public function setName($name): void - { - $this->data['Name'] = $name; - } - - /** - * Get the cookie value. - * - * @return string|null - */ - public function getValue() - { - return $this->data['Value']; - } - - /** - * Set the cookie value. - * - * @param string $value Cookie value - */ - public function setValue($value): void - { - $this->data['Value'] = $value; - } - - /** - * Get the domain. - * - * @return string|null - */ - public function getDomain() - { - return $this->data['Domain']; - } - - /** - * Set the domain of the cookie. - * - * @param string $domain - */ - public function setDomain($domain): void - { - $this->data['Domain'] = $domain; - } - - /** - * Get the path. - * - * @return string - */ - public function getPath() - { - return $this->data['Path']; - } - - /** - * Set the path of the cookie. - * - * @param string $path Path of the cookie - */ - public function setPath($path): void - { - $this->data['Path'] = $path; - } - - /** - * Maximum lifetime of the cookie in seconds. - * - * @return int|null - */ - public function getMaxAge() - { - return $this->data['Max-Age']; - } - - /** - * Set the max-age of the cookie. - * - * @param int $maxAge Max age of the cookie in seconds - */ - public function setMaxAge($maxAge): void - { - $this->data['Max-Age'] = $maxAge; - } - - /** - * The UNIX timestamp when the cookie Expires. - * - * @return string|int|null - */ - public function getExpires() - { - return $this->data['Expires']; - } - - /** - * Set the unix timestamp for which the cookie will expire. - * - * @param int|string $timestamp Unix timestamp or any English textual datetime description. - */ - public function setExpires($timestamp): void - { - $this->data['Expires'] = \is_numeric($timestamp) - ? (int) $timestamp - : \strtotime($timestamp); - } - - /** - * Get whether or not this is a secure cookie. - * - * @return bool|null - */ - public function getSecure() - { - return $this->data['Secure']; - } - - /** - * Set whether or not the cookie is secure. - * - * @param bool $secure Set to true or false if secure - */ - public function setSecure($secure): void - { - $this->data['Secure'] = $secure; - } - - /** - * Get whether or not this is a session cookie. - * - * @return bool|null - */ - public function getDiscard() - { - return $this->data['Discard']; - } - - /** - * Set whether or not this is a session cookie. - * - * @param bool $discard Set to true or false if this is a session cookie - */ - public function setDiscard($discard): void - { - $this->data['Discard'] = $discard; - } - - /** - * Get whether or not this is an HTTP only cookie. - * - * @return bool - */ - public function getHttpOnly() - { - return $this->data['HttpOnly']; - } - - /** - * Set whether or not this is an HTTP only cookie. - * - * @param bool $httpOnly Set to true or false if this is HTTP only - */ - public function setHttpOnly($httpOnly): void - { - $this->data['HttpOnly'] = $httpOnly; - } - - /** - * Check if the cookie matches a path value. - * - * A request-path path-matches a given cookie-path if at least one of - * the following conditions holds: - * - * - The cookie-path and the request-path are identical. - * - The cookie-path is a prefix of the request-path, and the last - * character of the cookie-path is %x2F ("/"). - * - The cookie-path is a prefix of the request-path, and the first - * character of the request-path that is not included in the cookie- - * path is a %x2F ("/") character. - * - * @param string $requestPath Path to check against - */ - public function matchesPath(string $requestPath): bool - { - $cookiePath = $this->getPath(); - - // Match on exact matches or when path is the default empty "/" - if ($cookiePath === '/' || $cookiePath == $requestPath) { - return true; - } - - // Ensure that the cookie-path is a prefix of the request path. - if (0 !== \strpos($requestPath, $cookiePath)) { - return false; - } - - // Match if the last character of the cookie-path is "/" - if (\substr($cookiePath, -1, 1) === '/') { - return true; - } - - // Match if the first character not included in cookie path is "/" - return \substr($requestPath, \strlen($cookiePath), 1) === '/'; - } - - /** - * Check if the cookie matches a domain value. - * - * @param string $domain Domain to check against - */ - public function matchesDomain(string $domain): bool - { - $cookieDomain = $this->getDomain(); - if (null === $cookieDomain) { - return true; - } - - // Remove the leading '.' as per spec in RFC 6265. - // https://tools.ietf.org/html/rfc6265#section-5.2.3 - $cookieDomain = \ltrim($cookieDomain, '.'); - - // Domain not set or exact match. - if (!$cookieDomain || !\strcasecmp($domain, $cookieDomain)) { - return true; - } - - // Matching the subdomain according to RFC 6265. - // https://tools.ietf.org/html/rfc6265#section-5.1.3 - if (\filter_var($domain, \FILTER_VALIDATE_IP)) { - return false; - } - - return (bool) \preg_match('/\.' . \preg_quote($cookieDomain, '/') . '$/', $domain); - } - - /** - * Check if the cookie is expired. - */ - public function isExpired(): bool - { - return $this->getExpires() !== null && \time() > $this->getExpires(); - } - - /** - * Check if the cookie is valid according to RFC 6265. - * - * @return bool|string Returns true if valid or an error message if invalid - */ - public function validate() - { - $name = $this->getName(); - if ($name === '') { - return 'The cookie name must not be empty'; - } - - // Check if any of the invalid characters are present in the cookie name - if (\preg_match( - '/[\x00-\x20\x22\x28-\x29\x2c\x2f\x3a-\x40\x5c\x7b\x7d\x7f]/', - $name - )) { - return 'Cookie name must not contain invalid characters: ASCII ' - . 'Control characters (0-31;127), space, tab and the ' - . 'following characters: ()<>@,;:\"/?={}'; - } - - // Value must not be null. 0 and empty string are valid. Empty strings - // are technically against RFC 6265, but known to happen in the wild. - $value = $this->getValue(); - if ($value === null) { - return 'The cookie value must not be empty'; - } - - // Domains must not be empty, but can be 0. "0" is not a valid internet - // domain, but may be used as server name in a private network. - $domain = $this->getDomain(); - if ($domain === null || $domain === '') { - return 'The cookie domain must not be empty'; - } - - return true; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php deleted file mode 100644 index a80956c..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php +++ /dev/null @@ -1,39 +0,0 @@ -request = $request; - $this->handlerContext = $handlerContext; - } - - /** - * Get the request that caused the exception - */ - public function getRequest(): RequestInterface - { - return $this->request; - } - - /** - * Get contextual information about the error from the underlying handler. - * - * The contents of this array will vary depending on which handler you are - * using. It may also be just an empty array. Relying on this data will - * couple you to a specific handler, but can give more debug information - * when needed. - */ - public function getHandlerContext(): array - { - return $this->handlerContext; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php deleted file mode 100644 index fa3ed69..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php +++ /dev/null @@ -1,9 +0,0 @@ -getStatusCode() : 0; - parent::__construct($message, $code, $previous); - $this->request = $request; - $this->response = $response; - $this->handlerContext = $handlerContext; - } - - /** - * Wrap non-RequestExceptions with a RequestException - */ - public static function wrapException(RequestInterface $request, \Throwable $e): RequestException - { - return $e instanceof RequestException ? $e : new RequestException($e->getMessage(), $request, null, $e); - } - - /** - * Factory method to create a new exception with a normalized error message - * - * @param RequestInterface $request Request sent - * @param ResponseInterface $response Response received - * @param \Throwable|null $previous Previous exception - * @param array $handlerContext Optional handler context - * @param BodySummarizerInterface|null $bodySummarizer Optional body summarizer - */ - public static function create( - RequestInterface $request, - ResponseInterface $response = null, - \Throwable $previous = null, - array $handlerContext = [], - BodySummarizerInterface $bodySummarizer = null - ): self { - if (!$response) { - return new self( - 'Error completing request', - $request, - null, - $previous, - $handlerContext - ); - } - - $level = (int) \floor($response->getStatusCode() / 100); - if ($level === 4) { - $label = 'Client error'; - $className = ClientException::class; - } elseif ($level === 5) { - $label = 'Server error'; - $className = ServerException::class; - } else { - $label = 'Unsuccessful request'; - $className = __CLASS__; - } - - $uri = $request->getUri(); - $uri = static::obfuscateUri($uri); - - // Client Error: `GET /` resulted in a `404 Not Found` response: - // ... (truncated) - $message = \sprintf( - '%s: `%s %s` resulted in a `%s %s` response', - $label, - $request->getMethod(), - $uri, - $response->getStatusCode(), - $response->getReasonPhrase() - ); - - $summary = ($bodySummarizer ?? new BodySummarizer())->summarize($response); - - if ($summary !== null) { - $message .= ":\n{$summary}\n"; - } - - return new $className($message, $request, $response, $previous, $handlerContext); - } - - /** - * Obfuscates URI if there is a username and a password present - */ - private static function obfuscateUri(UriInterface $uri): UriInterface - { - $userInfo = $uri->getUserInfo(); - - if (false !== ($pos = \strpos($userInfo, ':'))) { - return $uri->withUserInfo(\substr($userInfo, 0, $pos), '***'); - } - - return $uri; - } - - /** - * Get the request that caused the exception - */ - public function getRequest(): RequestInterface - { - return $this->request; - } - - /** - * Get the associated response - */ - public function getResponse(): ?ResponseInterface - { - return $this->response; - } - - /** - * Check if a response was received - */ - public function hasResponse(): bool - { - return $this->response !== null; - } - - /** - * Get contextual information about the error from the underlying handler. - * - * The contents of this array will vary depending on which handler you are - * using. It may also be just an empty array. Relying on this data will - * couple you to a specific handler, but can give more debug information - * when needed. - */ - public function getHandlerContext(): array - { - return $this->handlerContext; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php deleted file mode 100644 index 8055e06..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php +++ /dev/null @@ -1,10 +0,0 @@ -maxHandles = $maxHandles; - } - - public function create(RequestInterface $request, array $options): EasyHandle - { - if (isset($options['curl']['body_as_string'])) { - $options['_body_as_string'] = $options['curl']['body_as_string']; - unset($options['curl']['body_as_string']); - } - - $easy = new EasyHandle; - $easy->request = $request; - $easy->options = $options; - $conf = $this->getDefaultConf($easy); - $this->applyMethod($easy, $conf); - $this->applyHandlerOptions($easy, $conf); - $this->applyHeaders($easy, $conf); - unset($conf['_headers']); - - // Add handler options from the request configuration options - if (isset($options['curl'])) { - $conf = \array_replace($conf, $options['curl']); - } - - $conf[\CURLOPT_HEADERFUNCTION] = $this->createHeaderFn($easy); - $easy->handle = $this->handles ? \array_pop($this->handles) : \curl_init(); - curl_setopt_array($easy->handle, $conf); - - return $easy; - } - - public function release(EasyHandle $easy): void - { - $resource = $easy->handle; - unset($easy->handle); - - if (\count($this->handles) >= $this->maxHandles) { - \curl_close($resource); - } else { - // Remove all callback functions as they can hold onto references - // and are not cleaned up by curl_reset. Using curl_setopt_array - // does not work for some reason, so removing each one - // individually. - \curl_setopt($resource, \CURLOPT_HEADERFUNCTION, null); - \curl_setopt($resource, \CURLOPT_READFUNCTION, null); - \curl_setopt($resource, \CURLOPT_WRITEFUNCTION, null); - \curl_setopt($resource, \CURLOPT_PROGRESSFUNCTION, null); - \curl_reset($resource); - $this->handles[] = $resource; - } - } - - /** - * Completes a cURL transaction, either returning a response promise or a - * rejected promise. - * - * @param callable(RequestInterface, array): PromiseInterface $handler - * @param CurlFactoryInterface $factory Dictates how the handle is released - */ - public static function finish(callable $handler, EasyHandle $easy, CurlFactoryInterface $factory): PromiseInterface - { - if (isset($easy->options['on_stats'])) { - self::invokeStats($easy); - } - - if (!$easy->response || $easy->errno) { - return self::finishError($handler, $easy, $factory); - } - - // Return the response if it is present and there is no error. - $factory->release($easy); - - // Rewind the body of the response if possible. - $body = $easy->response->getBody(); - if ($body->isSeekable()) { - $body->rewind(); - } - - return new FulfilledPromise($easy->response); - } - - private static function invokeStats(EasyHandle $easy): void - { - $curlStats = \curl_getinfo($easy->handle); - $curlStats['appconnect_time'] = \curl_getinfo($easy->handle, \CURLINFO_APPCONNECT_TIME); - $stats = new TransferStats( - $easy->request, - $easy->response, - $curlStats['total_time'], - $easy->errno, - $curlStats - ); - ($easy->options['on_stats'])($stats); - } - - /** - * @param callable(RequestInterface, array): PromiseInterface $handler - */ - private static function finishError(callable $handler, EasyHandle $easy, CurlFactoryInterface $factory): PromiseInterface - { - // Get error information and release the handle to the factory. - $ctx = [ - 'errno' => $easy->errno, - 'error' => \curl_error($easy->handle), - 'appconnect_time' => \curl_getinfo($easy->handle, \CURLINFO_APPCONNECT_TIME), - ] + \curl_getinfo($easy->handle); - $ctx[self::CURL_VERSION_STR] = \curl_version()['version']; - $factory->release($easy); - - // Retry when nothing is present or when curl failed to rewind. - if (empty($easy->options['_err_message']) && (!$easy->errno || $easy->errno == 65)) { - return self::retryFailedRewind($handler, $easy, $ctx); - } - - return self::createRejection($easy, $ctx); - } - - private static function createRejection(EasyHandle $easy, array $ctx): PromiseInterface - { - static $connectionErrors = [ - \CURLE_OPERATION_TIMEOUTED => true, - \CURLE_COULDNT_RESOLVE_HOST => true, - \CURLE_COULDNT_CONNECT => true, - \CURLE_SSL_CONNECT_ERROR => true, - \CURLE_GOT_NOTHING => true, - ]; - - if ($easy->createResponseException) { - return P\Create::rejectionFor( - new RequestException( - 'An error was encountered while creating the response', - $easy->request, - $easy->response, - $easy->createResponseException, - $ctx - ) - ); - } - - // If an exception was encountered during the onHeaders event, then - // return a rejected promise that wraps that exception. - if ($easy->onHeadersException) { - return P\Create::rejectionFor( - new RequestException( - 'An error was encountered during the on_headers event', - $easy->request, - $easy->response, - $easy->onHeadersException, - $ctx - ) - ); - } - - $message = \sprintf( - 'cURL error %s: %s (%s)', - $ctx['errno'], - $ctx['error'], - 'see https://curl.haxx.se/libcurl/c/libcurl-errors.html' - ); - $uriString = (string) $easy->request->getUri(); - if ($uriString !== '' && false === \strpos($ctx['error'], $uriString)) { - $message .= \sprintf(' for %s', $uriString); - } - - // Create a connection exception if it was a specific error code. - $error = isset($connectionErrors[$easy->errno]) - ? new ConnectException($message, $easy->request, null, $ctx) - : new RequestException($message, $easy->request, $easy->response, null, $ctx); - - return P\Create::rejectionFor($error); - } - - /** - * @return array - */ - private function getDefaultConf(EasyHandle $easy): array - { - $conf = [ - '_headers' => $easy->request->getHeaders(), - \CURLOPT_CUSTOMREQUEST => $easy->request->getMethod(), - \CURLOPT_URL => (string) $easy->request->getUri()->withFragment(''), - \CURLOPT_RETURNTRANSFER => false, - \CURLOPT_HEADER => false, - \CURLOPT_CONNECTTIMEOUT => 150, - ]; - - if (\defined('CURLOPT_PROTOCOLS')) { - $conf[\CURLOPT_PROTOCOLS] = \CURLPROTO_HTTP | \CURLPROTO_HTTPS; - } - - $version = $easy->request->getProtocolVersion(); - if ($version == 1.1) { - $conf[\CURLOPT_HTTP_VERSION] = \CURL_HTTP_VERSION_1_1; - } elseif ($version == 2.0) { - $conf[\CURLOPT_HTTP_VERSION] = \CURL_HTTP_VERSION_2_0; - } else { - $conf[\CURLOPT_HTTP_VERSION] = \CURL_HTTP_VERSION_1_0; - } - - return $conf; - } - - private function applyMethod(EasyHandle $easy, array &$conf): void - { - $body = $easy->request->getBody(); - $size = $body->getSize(); - - if ($size === null || $size > 0) { - $this->applyBody($easy->request, $easy->options, $conf); - return; - } - - $method = $easy->request->getMethod(); - if ($method === 'PUT' || $method === 'POST') { - // See https://tools.ietf.org/html/rfc7230#section-3.3.2 - if (!$easy->request->hasHeader('Content-Length')) { - $conf[\CURLOPT_HTTPHEADER][] = 'Content-Length: 0'; - } - } elseif ($method === 'HEAD') { - $conf[\CURLOPT_NOBODY] = true; - unset( - $conf[\CURLOPT_WRITEFUNCTION], - $conf[\CURLOPT_READFUNCTION], - $conf[\CURLOPT_FILE], - $conf[\CURLOPT_INFILE] - ); - } - } - - private function applyBody(RequestInterface $request, array $options, array &$conf): void - { - $size = $request->hasHeader('Content-Length') - ? (int) $request->getHeaderLine('Content-Length') - : null; - - // Send the body as a string if the size is less than 1MB OR if the - // [curl][body_as_string] request value is set. - if (($size !== null && $size < 1000000) || !empty($options['_body_as_string'])) { - $conf[\CURLOPT_POSTFIELDS] = (string) $request->getBody(); - // Don't duplicate the Content-Length header - $this->removeHeader('Content-Length', $conf); - $this->removeHeader('Transfer-Encoding', $conf); - } else { - $conf[\CURLOPT_UPLOAD] = true; - if ($size !== null) { - $conf[\CURLOPT_INFILESIZE] = $size; - $this->removeHeader('Content-Length', $conf); - } - $body = $request->getBody(); - if ($body->isSeekable()) { - $body->rewind(); - } - $conf[\CURLOPT_READFUNCTION] = static function ($ch, $fd, $length) use ($body) { - return $body->read($length); - }; - } - - // If the Expect header is not present, prevent curl from adding it - if (!$request->hasHeader('Expect')) { - $conf[\CURLOPT_HTTPHEADER][] = 'Expect:'; - } - - // cURL sometimes adds a content-type by default. Prevent this. - if (!$request->hasHeader('Content-Type')) { - $conf[\CURLOPT_HTTPHEADER][] = 'Content-Type:'; - } - } - - private function applyHeaders(EasyHandle $easy, array &$conf): void - { - foreach ($conf['_headers'] as $name => $values) { - foreach ($values as $value) { - $value = (string) $value; - if ($value === '') { - // cURL requires a special format for empty headers. - // See https://github.com/guzzle/guzzle/issues/1882 for more details. - $conf[\CURLOPT_HTTPHEADER][] = "$name;"; - } else { - $conf[\CURLOPT_HTTPHEADER][] = "$name: $value"; - } - } - } - - // Remove the Accept header if one was not set - if (!$easy->request->hasHeader('Accept')) { - $conf[\CURLOPT_HTTPHEADER][] = 'Accept:'; - } - } - - /** - * Remove a header from the options array. - * - * @param string $name Case-insensitive header to remove - * @param array $options Array of options to modify - */ - private function removeHeader(string $name, array &$options): void - { - foreach (\array_keys($options['_headers']) as $key) { - if (!\strcasecmp($key, $name)) { - unset($options['_headers'][$key]); - return; - } - } - } - - private function applyHandlerOptions(EasyHandle $easy, array &$conf): void - { - $options = $easy->options; - if (isset($options['verify'])) { - if ($options['verify'] === false) { - unset($conf[\CURLOPT_CAINFO]); - $conf[\CURLOPT_SSL_VERIFYHOST] = 0; - $conf[\CURLOPT_SSL_VERIFYPEER] = false; - } else { - $conf[\CURLOPT_SSL_VERIFYHOST] = 2; - $conf[\CURLOPT_SSL_VERIFYPEER] = true; - if (\is_string($options['verify'])) { - // Throw an error if the file/folder/link path is not valid or doesn't exist. - if (!\file_exists($options['verify'])) { - throw new \InvalidArgumentException("SSL CA bundle not found: {$options['verify']}"); - } - // If it's a directory or a link to a directory use CURLOPT_CAPATH. - // If not, it's probably a file, or a link to a file, so use CURLOPT_CAINFO. - if ( - \is_dir($options['verify']) || - ( - \is_link($options['verify']) === true && - ($verifyLink = \readlink($options['verify'])) !== false && - \is_dir($verifyLink) - ) - ) { - $conf[\CURLOPT_CAPATH] = $options['verify']; - } else { - $conf[\CURLOPT_CAINFO] = $options['verify']; - } - } - } - } - - if (!isset($options['curl'][\CURLOPT_ENCODING]) && !empty($options['decode_content'])) { - $accept = $easy->request->getHeaderLine('Accept-Encoding'); - if ($accept) { - $conf[\CURLOPT_ENCODING] = $accept; - } else { - $conf[\CURLOPT_ENCODING] = ''; - // Don't let curl send the header over the wire - $conf[\CURLOPT_HTTPHEADER][] = 'Accept-Encoding:'; - } - } - - if (!isset($options['sink'])) { - // Use a default temp stream if no sink was set. - $options['sink'] = \GuzzleHttp\Psr7\Utils::tryFopen('php://temp', 'w+'); - } - $sink = $options['sink']; - if (!\is_string($sink)) { - $sink = \GuzzleHttp\Psr7\Utils::streamFor($sink); - } elseif (!\is_dir(\dirname($sink))) { - // Ensure that the directory exists before failing in curl. - throw new \RuntimeException(\sprintf('Directory %s does not exist for sink value of %s', \dirname($sink), $sink)); - } else { - $sink = new LazyOpenStream($sink, 'w+'); - } - $easy->sink = $sink; - $conf[\CURLOPT_WRITEFUNCTION] = static function ($ch, $write) use ($sink): int { - return $sink->write($write); - }; - - $timeoutRequiresNoSignal = false; - if (isset($options['timeout'])) { - $timeoutRequiresNoSignal |= $options['timeout'] < 1; - $conf[\CURLOPT_TIMEOUT_MS] = $options['timeout'] * 1000; - } - - // CURL default value is CURL_IPRESOLVE_WHATEVER - if (isset($options['force_ip_resolve'])) { - if ('v4' === $options['force_ip_resolve']) { - $conf[\CURLOPT_IPRESOLVE] = \CURL_IPRESOLVE_V4; - } elseif ('v6' === $options['force_ip_resolve']) { - $conf[\CURLOPT_IPRESOLVE] = \CURL_IPRESOLVE_V6; - } - } - - if (isset($options['connect_timeout'])) { - $timeoutRequiresNoSignal |= $options['connect_timeout'] < 1; - $conf[\CURLOPT_CONNECTTIMEOUT_MS] = $options['connect_timeout'] * 1000; - } - - if ($timeoutRequiresNoSignal && \strtoupper(\substr(\PHP_OS, 0, 3)) !== 'WIN') { - $conf[\CURLOPT_NOSIGNAL] = true; - } - - if (isset($options['proxy'])) { - if (!\is_array($options['proxy'])) { - $conf[\CURLOPT_PROXY] = $options['proxy']; - } else { - $scheme = $easy->request->getUri()->getScheme(); - if (isset($options['proxy'][$scheme])) { - $host = $easy->request->getUri()->getHost(); - if (!isset($options['proxy']['no']) || !Utils::isHostInNoProxy($host, $options['proxy']['no'])) { - $conf[\CURLOPT_PROXY] = $options['proxy'][$scheme]; - } - } - } - } - - if (isset($options['cert'])) { - $cert = $options['cert']; - if (\is_array($cert)) { - $conf[\CURLOPT_SSLCERTPASSWD] = $cert[1]; - $cert = $cert[0]; - } - if (!\file_exists($cert)) { - throw new \InvalidArgumentException("SSL certificate not found: {$cert}"); - } - # OpenSSL (versions 0.9.3 and later) also support "P12" for PKCS#12-encoded files. - # see https://curl.se/libcurl/c/CURLOPT_SSLCERTTYPE.html - $ext = pathinfo($cert, \PATHINFO_EXTENSION); - if (preg_match('#^(der|p12)$#i', $ext)) { - $conf[\CURLOPT_SSLCERTTYPE] = strtoupper($ext); - } - $conf[\CURLOPT_SSLCERT] = $cert; - } - - if (isset($options['ssl_key'])) { - if (\is_array($options['ssl_key'])) { - if (\count($options['ssl_key']) === 2) { - [$sslKey, $conf[\CURLOPT_SSLKEYPASSWD]] = $options['ssl_key']; - } else { - [$sslKey] = $options['ssl_key']; - } - } - - $sslKey = $sslKey ?? $options['ssl_key']; - - if (!\file_exists($sslKey)) { - throw new \InvalidArgumentException("SSL private key not found: {$sslKey}"); - } - $conf[\CURLOPT_SSLKEY] = $sslKey; - } - - if (isset($options['progress'])) { - $progress = $options['progress']; - if (!\is_callable($progress)) { - throw new \InvalidArgumentException('progress client option must be callable'); - } - $conf[\CURLOPT_NOPROGRESS] = false; - $conf[\CURLOPT_PROGRESSFUNCTION] = static function ($resource, int $downloadSize, int $downloaded, int $uploadSize, int $uploaded) use ($progress) { - $progress($downloadSize, $downloaded, $uploadSize, $uploaded); - }; - } - - if (!empty($options['debug'])) { - $conf[\CURLOPT_STDERR] = Utils::debugResource($options['debug']); - $conf[\CURLOPT_VERBOSE] = true; - } - } - - /** - * This function ensures that a response was set on a transaction. If one - * was not set, then the request is retried if possible. This error - * typically means you are sending a payload, curl encountered a - * "Connection died, retrying a fresh connect" error, tried to rewind the - * stream, and then encountered a "necessary data rewind wasn't possible" - * error, causing the request to be sent through curl_multi_info_read() - * without an error status. - * - * @param callable(RequestInterface, array): PromiseInterface $handler - */ - private static function retryFailedRewind(callable $handler, EasyHandle $easy, array $ctx): PromiseInterface - { - try { - // Only rewind if the body has been read from. - $body = $easy->request->getBody(); - if ($body->tell() > 0) { - $body->rewind(); - } - } catch (\RuntimeException $e) { - $ctx['error'] = 'The connection unexpectedly failed without ' - . 'providing an error. The request would have been retried, ' - . 'but attempting to rewind the request body failed. ' - . 'Exception: ' . $e; - return self::createRejection($easy, $ctx); - } - - // Retry no more than 3 times before giving up. - if (!isset($easy->options['_curl_retries'])) { - $easy->options['_curl_retries'] = 1; - } elseif ($easy->options['_curl_retries'] == 2) { - $ctx['error'] = 'The cURL request was retried 3 times ' - . 'and did not succeed. The most likely reason for the failure ' - . 'is that cURL was unable to rewind the body of the request ' - . 'and subsequent retries resulted in the same error. Turn on ' - . 'the debug option to see what went wrong. See ' - . 'https://bugs.php.net/bug.php?id=47204 for more information.'; - return self::createRejection($easy, $ctx); - } else { - $easy->options['_curl_retries']++; - } - - return $handler($easy->request, $easy->options); - } - - private function createHeaderFn(EasyHandle $easy): callable - { - if (isset($easy->options['on_headers'])) { - $onHeaders = $easy->options['on_headers']; - - if (!\is_callable($onHeaders)) { - throw new \InvalidArgumentException('on_headers must be callable'); - } - } else { - $onHeaders = null; - } - - return static function ($ch, $h) use ( - $onHeaders, - $easy, - &$startingResponse - ) { - $value = \trim($h); - if ($value === '') { - $startingResponse = true; - try { - $easy->createResponse(); - } catch (\Exception $e) { - $easy->createResponseException = $e; - return -1; - } - if ($onHeaders !== null) { - try { - $onHeaders($easy->response); - } catch (\Exception $e) { - // Associate the exception with the handle and trigger - // a curl header write error by returning 0. - $easy->onHeadersException = $e; - return -1; - } - } - } elseif ($startingResponse) { - $startingResponse = false; - $easy->headers = [$value]; - } else { - $easy->headers[] = $value; - } - return \strlen($h); - }; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php deleted file mode 100644 index fe57ed5..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php +++ /dev/null @@ -1,25 +0,0 @@ -factory = $options['handle_factory'] - ?? new CurlFactory(3); - } - - public function __invoke(RequestInterface $request, array $options): PromiseInterface - { - if (isset($options['delay'])) { - \usleep($options['delay'] * 1000); - } - - $easy = $this->factory->create($request, $options); - \curl_exec($easy->handle); - $easy->errno = \curl_errno($easy->handle); - - return CurlFactory::finish($this, $easy, $this->factory); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php deleted file mode 100644 index 4e31263..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php +++ /dev/null @@ -1,253 +0,0 @@ - An array of delay times, indexed by handle id in `addRequest`. - * - * @see CurlMultiHandler::addRequest - */ - private $delays = []; - - /** - * @var array An associative array of CURLMOPT_* options and corresponding values for curl_multi_setopt() - */ - private $options = []; - - /** - * This handler accepts the following options: - * - * - handle_factory: An optional factory used to create curl handles - * - select_timeout: Optional timeout (in seconds) to block before timing - * out while selecting curl handles. Defaults to 1 second. - * - options: An associative array of CURLMOPT_* options and - * corresponding values for curl_multi_setopt() - */ - public function __construct(array $options = []) - { - $this->factory = $options['handle_factory'] ?? new CurlFactory(50); - - if (isset($options['select_timeout'])) { - $this->selectTimeout = $options['select_timeout']; - } elseif ($selectTimeout = Utils::getenv('GUZZLE_CURL_SELECT_TIMEOUT')) { - @trigger_error('Since guzzlehttp/guzzle 7.2.0: Using environment variable GUZZLE_CURL_SELECT_TIMEOUT is deprecated. Use option "select_timeout" instead.', \E_USER_DEPRECATED); - $this->selectTimeout = (int) $selectTimeout; - } else { - $this->selectTimeout = 1; - } - - $this->options = $options['options'] ?? []; - } - - /** - * @param string $name - * - * @return resource|\CurlMultiHandle - * - * @throws \BadMethodCallException when another field as `_mh` will be gotten - * @throws \RuntimeException when curl can not initialize a multi handle - */ - public function __get($name) - { - if ($name !== '_mh') { - throw new \BadMethodCallException("Can not get other property as '_mh'."); - } - - $multiHandle = \curl_multi_init(); - - if (false === $multiHandle) { - throw new \RuntimeException('Can not initialize curl multi handle.'); - } - - $this->_mh = $multiHandle; - - foreach ($this->options as $option => $value) { - // A warning is raised in case of a wrong option. - curl_multi_setopt($this->_mh, $option, $value); - } - - return $this->_mh; - } - - public function __destruct() - { - if (isset($this->_mh)) { - \curl_multi_close($this->_mh); - unset($this->_mh); - } - } - - public function __invoke(RequestInterface $request, array $options): PromiseInterface - { - $easy = $this->factory->create($request, $options); - $id = (int) $easy->handle; - - $promise = new Promise( - [$this, 'execute'], - function () use ($id) { - return $this->cancel($id); - } - ); - - $this->addRequest(['easy' => $easy, 'deferred' => $promise]); - - return $promise; - } - - /** - * Ticks the curl event loop. - */ - public function tick(): void - { - // Add any delayed handles if needed. - if ($this->delays) { - $currentTime = Utils::currentTime(); - foreach ($this->delays as $id => $delay) { - if ($currentTime >= $delay) { - unset($this->delays[$id]); - \curl_multi_add_handle( - $this->_mh, - $this->handles[$id]['easy']->handle - ); - } - } - } - - // Step through the task queue which may add additional requests. - P\Utils::queue()->run(); - - if ($this->active && \curl_multi_select($this->_mh, $this->selectTimeout) === -1) { - // Perform a usleep if a select returns -1. - // See: https://bugs.php.net/bug.php?id=61141 - \usleep(250); - } - - while (\curl_multi_exec($this->_mh, $this->active) === \CURLM_CALL_MULTI_PERFORM); - - $this->processMessages(); - } - - /** - * Runs until all outstanding connections have completed. - */ - public function execute(): void - { - $queue = P\Utils::queue(); - - while ($this->handles || !$queue->isEmpty()) { - // If there are no transfers, then sleep for the next delay - if (!$this->active && $this->delays) { - \usleep($this->timeToNext()); - } - $this->tick(); - } - } - - private function addRequest(array $entry): void - { - $easy = $entry['easy']; - $id = (int) $easy->handle; - $this->handles[$id] = $entry; - if (empty($easy->options['delay'])) { - \curl_multi_add_handle($this->_mh, $easy->handle); - } else { - $this->delays[$id] = Utils::currentTime() + ($easy->options['delay'] / 1000); - } - } - - /** - * Cancels a handle from sending and removes references to it. - * - * @param int $id Handle ID to cancel and remove. - * - * @return bool True on success, false on failure. - */ - private function cancel($id): bool - { - // Cannot cancel if it has been processed. - if (!isset($this->handles[$id])) { - return false; - } - - $handle = $this->handles[$id]['easy']->handle; - unset($this->delays[$id], $this->handles[$id]); - \curl_multi_remove_handle($this->_mh, $handle); - \curl_close($handle); - - return true; - } - - private function processMessages(): void - { - while ($done = \curl_multi_info_read($this->_mh)) { - $id = (int) $done['handle']; - \curl_multi_remove_handle($this->_mh, $done['handle']); - - if (!isset($this->handles[$id])) { - // Probably was cancelled. - continue; - } - - $entry = $this->handles[$id]; - unset($this->handles[$id], $this->delays[$id]); - $entry['easy']->errno = $done['result']; - $entry['deferred']->resolve( - CurlFactory::finish($this, $entry['easy'], $this->factory) - ); - } - } - - private function timeToNext(): int - { - $currentTime = Utils::currentTime(); - $nextTime = \PHP_INT_MAX; - foreach ($this->delays as $time) { - if ($time < $nextTime) { - $nextTime = $time; - } - } - - return ((int) \max(0, $nextTime - $currentTime)) * 1000000; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php deleted file mode 100644 index 224344d..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php +++ /dev/null @@ -1,112 +0,0 @@ -headers); - - $normalizedKeys = Utils::normalizeHeaderKeys($headers); - - if (!empty($this->options['decode_content']) && isset($normalizedKeys['content-encoding'])) { - $headers['x-encoded-content-encoding'] = $headers[$normalizedKeys['content-encoding']]; - unset($headers[$normalizedKeys['content-encoding']]); - if (isset($normalizedKeys['content-length'])) { - $headers['x-encoded-content-length'] = $headers[$normalizedKeys['content-length']]; - - $bodyLength = (int) $this->sink->getSize(); - if ($bodyLength) { - $headers[$normalizedKeys['content-length']] = $bodyLength; - } else { - unset($headers[$normalizedKeys['content-length']]); - } - } - } - - // Attach a response to the easy handle with the parsed headers. - $this->response = new Response( - $status, - $headers, - $this->sink, - $ver, - $reason - ); - } - - /** - * @param string $name - * - * @return void - * - * @throws \BadMethodCallException - */ - public function __get($name) - { - $msg = $name === 'handle' ? 'The EasyHandle has been released' : 'Invalid property: ' . $name; - throw new \BadMethodCallException($msg); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php deleted file mode 100644 index a098884..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php +++ /dev/null @@ -1,42 +0,0 @@ -|null $queue The parameters to be passed to the append function, as an indexed array. - * @param callable|null $onFulfilled Callback to invoke when the return value is fulfilled. - * @param callable|null $onRejected Callback to invoke when the return value is rejected. - */ - public function __construct(array $queue = null, callable $onFulfilled = null, callable $onRejected = null) - { - $this->onFulfilled = $onFulfilled; - $this->onRejected = $onRejected; - - if ($queue) { - // array_values included for BC - $this->append(...array_values($queue)); - } - } - - public function __invoke(RequestInterface $request, array $options): PromiseInterface - { - if (!$this->queue) { - throw new \OutOfBoundsException('Mock queue is empty'); - } - - if (isset($options['delay']) && \is_numeric($options['delay'])) { - \usleep((int) $options['delay'] * 1000); - } - - $this->lastRequest = $request; - $this->lastOptions = $options; - $response = \array_shift($this->queue); - - if (isset($options['on_headers'])) { - if (!\is_callable($options['on_headers'])) { - throw new \InvalidArgumentException('on_headers must be callable'); - } - try { - $options['on_headers']($response); - } catch (\Exception $e) { - $msg = 'An error was encountered during the on_headers event'; - $response = new RequestException($msg, $request, $response, $e); - } - } - - if (\is_callable($response)) { - $response = $response($request, $options); - } - - $response = $response instanceof \Throwable - ? P\Create::rejectionFor($response) - : P\Create::promiseFor($response); - - return $response->then( - function (?ResponseInterface $value) use ($request, $options) { - $this->invokeStats($request, $options, $value); - if ($this->onFulfilled) { - ($this->onFulfilled)($value); - } - - if ($value !== null && isset($options['sink'])) { - $contents = (string) $value->getBody(); - $sink = $options['sink']; - - if (\is_resource($sink)) { - \fwrite($sink, $contents); - } elseif (\is_string($sink)) { - \file_put_contents($sink, $contents); - } elseif ($sink instanceof StreamInterface) { - $sink->write($contents); - } - } - - return $value; - }, - function ($reason) use ($request, $options) { - $this->invokeStats($request, $options, null, $reason); - if ($this->onRejected) { - ($this->onRejected)($reason); - } - return P\Create::rejectionFor($reason); - } - ); - } - - /** - * Adds one or more variadic requests, exceptions, callables, or promises - * to the queue. - * - * @param mixed ...$values - */ - public function append(...$values): void - { - foreach ($values as $value) { - if ($value instanceof ResponseInterface - || $value instanceof \Throwable - || $value instanceof PromiseInterface - || \is_callable($value) - ) { - $this->queue[] = $value; - } else { - throw new \TypeError('Expected a Response, Promise, Throwable or callable. Found ' . Utils::describeType($value)); - } - } - } - - /** - * Get the last received request. - */ - public function getLastRequest(): ?RequestInterface - { - return $this->lastRequest; - } - - /** - * Get the last received request options. - */ - public function getLastOptions(): array - { - return $this->lastOptions; - } - - /** - * Returns the number of remaining items in the queue. - */ - public function count(): int - { - return \count($this->queue); - } - - public function reset(): void - { - $this->queue = []; - } - - /** - * @param mixed $reason Promise or reason. - */ - private function invokeStats( - RequestInterface $request, - array $options, - ResponseInterface $response = null, - $reason = null - ): void { - if (isset($options['on_stats'])) { - $transferTime = $options['transfer_time'] ?? 0; - $stats = new TransferStats($request, $response, $transferTime, $reason); - ($options['on_stats'])($stats); - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php deleted file mode 100644 index f045b52..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php +++ /dev/null @@ -1,51 +0,0 @@ -withoutHeader('Expect'); - - // Append a content-length header if body size is zero to match - // cURL's behavior. - if (0 === $request->getBody()->getSize()) { - $request = $request->withHeader('Content-Length', '0'); - } - - return $this->createResponse( - $request, - $options, - $this->createStream($request, $options), - $startTime - ); - } catch (\InvalidArgumentException $e) { - throw $e; - } catch (\Exception $e) { - // Determine if the error was a networking error. - $message = $e->getMessage(); - // This list can probably get more comprehensive. - if (false !== \strpos($message, 'getaddrinfo') // DNS lookup failed - || false !== \strpos($message, 'Connection refused') - || false !== \strpos($message, "couldn't connect to host") // error on HHVM - || false !== \strpos($message, "connection attempt failed") - ) { - $e = new ConnectException($e->getMessage(), $request, $e); - } else { - $e = RequestException::wrapException($request, $e); - } - $this->invokeStats($options, $request, $startTime, null, $e); - - return P\Create::rejectionFor($e); - } - } - - private function invokeStats( - array $options, - RequestInterface $request, - ?float $startTime, - ResponseInterface $response = null, - \Throwable $error = null - ): void { - if (isset($options['on_stats'])) { - $stats = new TransferStats($request, $response, Utils::currentTime() - $startTime, $error, []); - ($options['on_stats'])($stats); - } - } - - /** - * @param resource $stream - */ - private function createResponse(RequestInterface $request, array $options, $stream, ?float $startTime): PromiseInterface - { - $hdrs = $this->lastHeaders; - $this->lastHeaders = []; - - try { - [$ver, $status, $reason, $headers] = HeaderProcessor::parseHeaders($hdrs); - } catch (\Exception $e) { - return P\Create::rejectionFor( - new RequestException('An error was encountered while creating the response', $request, null, $e) - ); - } - - [$stream, $headers] = $this->checkDecode($options, $headers, $stream); - $stream = Psr7\Utils::streamFor($stream); - $sink = $stream; - - if (\strcasecmp('HEAD', $request->getMethod())) { - $sink = $this->createSink($stream, $options); - } - - try { - $response = new Psr7\Response($status, $headers, $sink, $ver, $reason); - } catch (\Exception $e) { - return P\Create::rejectionFor( - new RequestException('An error was encountered while creating the response', $request, null, $e) - ); - } - - if (isset($options['on_headers'])) { - try { - $options['on_headers']($response); - } catch (\Exception $e) { - return P\Create::rejectionFor( - new RequestException('An error was encountered during the on_headers event', $request, $response, $e) - ); - } - } - - // Do not drain when the request is a HEAD request because they have - // no body. - if ($sink !== $stream) { - $this->drain($stream, $sink, $response->getHeaderLine('Content-Length')); - } - - $this->invokeStats($options, $request, $startTime, $response, null); - - return new FulfilledPromise($response); - } - - private function createSink(StreamInterface $stream, array $options): StreamInterface - { - if (!empty($options['stream'])) { - return $stream; - } - - $sink = $options['sink'] ?? Psr7\Utils::tryFopen('php://temp', 'r+'); - - return \is_string($sink) ? new Psr7\LazyOpenStream($sink, 'w+') : Psr7\Utils::streamFor($sink); - } - - /** - * @param resource $stream - */ - private function checkDecode(array $options, array $headers, $stream): array - { - // Automatically decode responses when instructed. - if (!empty($options['decode_content'])) { - $normalizedKeys = Utils::normalizeHeaderKeys($headers); - if (isset($normalizedKeys['content-encoding'])) { - $encoding = $headers[$normalizedKeys['content-encoding']]; - if ($encoding[0] === 'gzip' || $encoding[0] === 'deflate') { - $stream = new Psr7\InflateStream(Psr7\Utils::streamFor($stream)); - $headers['x-encoded-content-encoding'] = $headers[$normalizedKeys['content-encoding']]; - - // Remove content-encoding header - unset($headers[$normalizedKeys['content-encoding']]); - - // Fix content-length header - if (isset($normalizedKeys['content-length'])) { - $headers['x-encoded-content-length'] = $headers[$normalizedKeys['content-length']]; - $length = (int) $stream->getSize(); - if ($length === 0) { - unset($headers[$normalizedKeys['content-length']]); - } else { - $headers[$normalizedKeys['content-length']] = [$length]; - } - } - } - } - } - - return [$stream, $headers]; - } - - /** - * Drains the source stream into the "sink" client option. - * - * @param string $contentLength Header specifying the amount of - * data to read. - * - * @throws \RuntimeException when the sink option is invalid. - */ - private function drain(StreamInterface $source, StreamInterface $sink, string $contentLength): StreamInterface - { - // If a content-length header is provided, then stop reading once - // that number of bytes has been read. This can prevent infinitely - // reading from a stream when dealing with servers that do not honor - // Connection: Close headers. - Psr7\Utils::copyToStream( - $source, - $sink, - (\strlen($contentLength) > 0 && (int) $contentLength > 0) ? (int) $contentLength : -1 - ); - - $sink->seek(0); - $source->close(); - - return $sink; - } - - /** - * Create a resource and check to ensure it was created successfully - * - * @param callable $callback Callable that returns stream resource - * - * @return resource - * - * @throws \RuntimeException on error - */ - private function createResource(callable $callback) - { - $errors = []; - \set_error_handler(static function ($_, $msg, $file, $line) use (&$errors): bool { - $errors[] = [ - 'message' => $msg, - 'file' => $file, - 'line' => $line - ]; - return true; - }); - - $resource = $callback(); - \restore_error_handler(); - - if (!$resource) { - $message = 'Error creating resource: '; - foreach ($errors as $err) { - foreach ($err as $key => $value) { - $message .= "[$key] $value" . \PHP_EOL; - } - } - throw new \RuntimeException(\trim($message)); - } - - return $resource; - } - - /** - * @return resource - */ - private function createStream(RequestInterface $request, array $options) - { - static $methods; - if (!$methods) { - $methods = \array_flip(\get_class_methods(__CLASS__)); - } - - // HTTP/1.1 streams using the PHP stream wrapper require a - // Connection: close header - if ($request->getProtocolVersion() == '1.1' - && !$request->hasHeader('Connection') - ) { - $request = $request->withHeader('Connection', 'close'); - } - - // Ensure SSL is verified by default - if (!isset($options['verify'])) { - $options['verify'] = true; - } - - $params = []; - $context = $this->getDefaultContext($request); - - if (isset($options['on_headers']) && !\is_callable($options['on_headers'])) { - throw new \InvalidArgumentException('on_headers must be callable'); - } - - if (!empty($options)) { - foreach ($options as $key => $value) { - $method = "add_{$key}"; - if (isset($methods[$method])) { - $this->{$method}($request, $context, $value, $params); - } - } - } - - if (isset($options['stream_context'])) { - if (!\is_array($options['stream_context'])) { - throw new \InvalidArgumentException('stream_context must be an array'); - } - $context = \array_replace_recursive($context, $options['stream_context']); - } - - // Microsoft NTLM authentication only supported with curl handler - if (isset($options['auth'][2]) && 'ntlm' === $options['auth'][2]) { - throw new \InvalidArgumentException('Microsoft NTLM authentication only supported with curl handler'); - } - - $uri = $this->resolveHost($request, $options); - - $contextResource = $this->createResource( - static function () use ($context, $params) { - return \stream_context_create($context, $params); - } - ); - - return $this->createResource( - function () use ($uri, &$http_response_header, $contextResource, $context, $options, $request) { - $resource = @\fopen((string) $uri, 'r', false, $contextResource); - $this->lastHeaders = $http_response_header; - - if (false === $resource) { - throw new ConnectException(sprintf('Connection refused for URI %s', $uri), $request, null, $context); - } - - if (isset($options['read_timeout'])) { - $readTimeout = $options['read_timeout']; - $sec = (int) $readTimeout; - $usec = ($readTimeout - $sec) * 100000; - \stream_set_timeout($resource, $sec, $usec); - } - - return $resource; - } - ); - } - - private function resolveHost(RequestInterface $request, array $options): UriInterface - { - $uri = $request->getUri(); - - if (isset($options['force_ip_resolve']) && !\filter_var($uri->getHost(), \FILTER_VALIDATE_IP)) { - if ('v4' === $options['force_ip_resolve']) { - $records = \dns_get_record($uri->getHost(), \DNS_A); - if (false === $records || !isset($records[0]['ip'])) { - throw new ConnectException(\sprintf("Could not resolve IPv4 address for host '%s'", $uri->getHost()), $request); - } - return $uri->withHost($records[0]['ip']); - } - if ('v6' === $options['force_ip_resolve']) { - $records = \dns_get_record($uri->getHost(), \DNS_AAAA); - if (false === $records || !isset($records[0]['ipv6'])) { - throw new ConnectException(\sprintf("Could not resolve IPv6 address for host '%s'", $uri->getHost()), $request); - } - return $uri->withHost('[' . $records[0]['ipv6'] . ']'); - } - } - - return $uri; - } - - private function getDefaultContext(RequestInterface $request): array - { - $headers = ''; - foreach ($request->getHeaders() as $name => $value) { - foreach ($value as $val) { - $headers .= "$name: $val\r\n"; - } - } - - $context = [ - 'http' => [ - 'method' => $request->getMethod(), - 'header' => $headers, - 'protocol_version' => $request->getProtocolVersion(), - 'ignore_errors' => true, - 'follow_location' => 0, - ], - ]; - - $body = (string) $request->getBody(); - - if (!empty($body)) { - $context['http']['content'] = $body; - // Prevent the HTTP handler from adding a Content-Type header. - if (!$request->hasHeader('Content-Type')) { - $context['http']['header'] .= "Content-Type:\r\n"; - } - } - - $context['http']['header'] = \rtrim($context['http']['header']); - - return $context; - } - - /** - * @param mixed $value as passed via Request transfer options. - */ - private function add_proxy(RequestInterface $request, array &$options, $value, array &$params): void - { - $uri = null; - - if (!\is_array($value)) { - $uri = $value; - } else { - $scheme = $request->getUri()->getScheme(); - if (isset($value[$scheme])) { - if (!isset($value['no']) || !Utils::isHostInNoProxy($request->getUri()->getHost(), $value['no'])) { - $uri = $value[$scheme]; - } - } - } - - if (!$uri) { - return; - } - - $parsed = $this->parse_proxy($uri); - $options['http']['proxy'] = $parsed['proxy']; - - if ($parsed['auth']) { - if (!isset($options['http']['header'])) { - $options['http']['header'] = []; - } - $options['http']['header'] .= "\r\nProxy-Authorization: {$parsed['auth']}"; - } - } - - /** - * Parses the given proxy URL to make it compatible with the format PHP's stream context expects. - */ - private function parse_proxy(string $url): array - { - $parsed = \parse_url($url); - - if ($parsed !== false && isset($parsed['scheme']) && $parsed['scheme'] === 'http') { - if (isset($parsed['host']) && isset($parsed['port'])) { - $auth = null; - if (isset($parsed['user']) && isset($parsed['pass'])) { - $auth = \base64_encode("{$parsed['user']}:{$parsed['pass']}"); - } - - return [ - 'proxy' => "tcp://{$parsed['host']}:{$parsed['port']}", - 'auth' => $auth ? "Basic {$auth}" : null, - ]; - } - } - - // Return proxy as-is. - return [ - 'proxy' => $url, - 'auth' => null, - ]; - } - - /** - * @param mixed $value as passed via Request transfer options. - */ - private function add_timeout(RequestInterface $request, array &$options, $value, array &$params): void - { - if ($value > 0) { - $options['http']['timeout'] = $value; - } - } - - /** - * @param mixed $value as passed via Request transfer options. - */ - private function add_verify(RequestInterface $request, array &$options, $value, array &$params): void - { - if ($value === false) { - $options['ssl']['verify_peer'] = false; - $options['ssl']['verify_peer_name'] = false; - - return; - } - - if (\is_string($value)) { - $options['ssl']['cafile'] = $value; - if (!\file_exists($value)) { - throw new \RuntimeException("SSL CA bundle not found: $value"); - } - } elseif ($value !== true) { - throw new \InvalidArgumentException('Invalid verify request option'); - } - - $options['ssl']['verify_peer'] = true; - $options['ssl']['verify_peer_name'] = true; - $options['ssl']['allow_self_signed'] = false; - } - - /** - * @param mixed $value as passed via Request transfer options. - */ - private function add_cert(RequestInterface $request, array &$options, $value, array &$params): void - { - if (\is_array($value)) { - $options['ssl']['passphrase'] = $value[1]; - $value = $value[0]; - } - - if (!\file_exists($value)) { - throw new \RuntimeException("SSL certificate not found: {$value}"); - } - - $options['ssl']['local_cert'] = $value; - } - - /** - * @param mixed $value as passed via Request transfer options. - */ - private function add_progress(RequestInterface $request, array &$options, $value, array &$params): void - { - self::addNotification( - $params, - static function ($code, $a, $b, $c, $transferred, $total) use ($value) { - if ($code == \STREAM_NOTIFY_PROGRESS) { - $value($total, $transferred, null, null); - } - } - ); - } - - /** - * @param mixed $value as passed via Request transfer options. - */ - private function add_debug(RequestInterface $request, array &$options, $value, array &$params): void - { - if ($value === false) { - return; - } - - static $map = [ - \STREAM_NOTIFY_CONNECT => 'CONNECT', - \STREAM_NOTIFY_AUTH_REQUIRED => 'AUTH_REQUIRED', - \STREAM_NOTIFY_AUTH_RESULT => 'AUTH_RESULT', - \STREAM_NOTIFY_MIME_TYPE_IS => 'MIME_TYPE_IS', - \STREAM_NOTIFY_FILE_SIZE_IS => 'FILE_SIZE_IS', - \STREAM_NOTIFY_REDIRECTED => 'REDIRECTED', - \STREAM_NOTIFY_PROGRESS => 'PROGRESS', - \STREAM_NOTIFY_FAILURE => 'FAILURE', - \STREAM_NOTIFY_COMPLETED => 'COMPLETED', - \STREAM_NOTIFY_RESOLVE => 'RESOLVE', - ]; - static $args = ['severity', 'message', 'message_code', 'bytes_transferred', 'bytes_max']; - - $value = Utils::debugResource($value); - $ident = $request->getMethod() . ' ' . $request->getUri()->withFragment(''); - self::addNotification( - $params, - static function (int $code, ...$passed) use ($ident, $value, $map, $args): void { - \fprintf($value, '<%s> [%s] ', $ident, $map[$code]); - foreach (\array_filter($passed) as $i => $v) { - \fwrite($value, $args[$i] . ': "' . $v . '" '); - } - \fwrite($value, "\n"); - } - ); - } - - private static function addNotification(array &$params, callable $notify): void - { - // Wrap the existing function if needed. - if (!isset($params['notification'])) { - $params['notification'] = $notify; - } else { - $params['notification'] = self::callArray([ - $params['notification'], - $notify - ]); - } - } - - private static function callArray(array $functions): callable - { - return static function (...$args) use ($functions) { - foreach ($functions as $fn) { - $fn(...$args); - } - }; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/HandlerStack.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/HandlerStack.php deleted file mode 100644 index b67239e..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/HandlerStack.php +++ /dev/null @@ -1,271 +0,0 @@ -push(Middleware::httpErrors(), 'http_errors'); - $stack->push(Middleware::redirect(), 'allow_redirects'); - $stack->push(Middleware::cookies(), 'cookies'); - $stack->push(Middleware::prepareBody(), 'prepare_body'); - - return $stack; - } - - /** - * @param null|callable(RequestInterface, array): PromiseInterface $handler Underlying HTTP handler. - */ - public function __construct(callable $handler = null) - { - $this->handler = $handler; - } - - /** - * Invokes the handler stack as a composed handler - * - * @return ResponseInterface|PromiseInterface - */ - public function __invoke(RequestInterface $request, array $options) - { - $handler = $this->resolve(); - - return $handler($request, $options); - } - - /** - * Dumps a string representation of the stack. - * - * @return string - */ - public function __toString() - { - $depth = 0; - $stack = []; - - if ($this->handler !== null) { - $stack[] = "0) Handler: " . $this->debugCallable($this->handler); - } - - $result = ''; - foreach (\array_reverse($this->stack) as $tuple) { - $depth++; - $str = "{$depth}) Name: '{$tuple[1]}', "; - $str .= "Function: " . $this->debugCallable($tuple[0]); - $result = "> {$str}\n{$result}"; - $stack[] = $str; - } - - foreach (\array_keys($stack) as $k) { - $result .= "< {$stack[$k]}\n"; - } - - return $result; - } - - /** - * Set the HTTP handler that actually returns a promise. - * - * @param callable(RequestInterface, array): PromiseInterface $handler Accepts a request and array of options and - * returns a Promise. - */ - public function setHandler(callable $handler): void - { - $this->handler = $handler; - $this->cached = null; - } - - /** - * Returns true if the builder has a handler. - */ - public function hasHandler(): bool - { - return $this->handler !== null ; - } - - /** - * Unshift a middleware to the bottom of the stack. - * - * @param callable(callable): callable $middleware Middleware function - * @param string $name Name to register for this middleware. - */ - public function unshift(callable $middleware, ?string $name = null): void - { - \array_unshift($this->stack, [$middleware, $name]); - $this->cached = null; - } - - /** - * Push a middleware to the top of the stack. - * - * @param callable(callable): callable $middleware Middleware function - * @param string $name Name to register for this middleware. - */ - public function push(callable $middleware, string $name = ''): void - { - $this->stack[] = [$middleware, $name]; - $this->cached = null; - } - - /** - * Add a middleware before another middleware by name. - * - * @param string $findName Middleware to find - * @param callable(callable): callable $middleware Middleware function - * @param string $withName Name to register for this middleware. - */ - public function before(string $findName, callable $middleware, string $withName = ''): void - { - $this->splice($findName, $withName, $middleware, true); - } - - /** - * Add a middleware after another middleware by name. - * - * @param string $findName Middleware to find - * @param callable(callable): callable $middleware Middleware function - * @param string $withName Name to register for this middleware. - */ - public function after(string $findName, callable $middleware, string $withName = ''): void - { - $this->splice($findName, $withName, $middleware, false); - } - - /** - * Remove a middleware by instance or name from the stack. - * - * @param callable|string $remove Middleware to remove by instance or name. - */ - public function remove($remove): void - { - $this->cached = null; - $idx = \is_callable($remove) ? 0 : 1; - $this->stack = \array_values(\array_filter( - $this->stack, - static function ($tuple) use ($idx, $remove) { - return $tuple[$idx] !== $remove; - } - )); - } - - /** - * Compose the middleware and handler into a single callable function. - * - * @return callable(RequestInterface, array): PromiseInterface - */ - public function resolve(): callable - { - if ($this->cached === null) { - if (($prev = $this->handler) === null) { - throw new \LogicException('No handler has been specified'); - } - - foreach (\array_reverse($this->stack) as $fn) { - /** @var callable(RequestInterface, array): PromiseInterface $prev */ - $prev = $fn[0]($prev); - } - - $this->cached = $prev; - } - - return $this->cached; - } - - private function findByName(string $name): int - { - foreach ($this->stack as $k => $v) { - if ($v[1] === $name) { - return $k; - } - } - - throw new \InvalidArgumentException("Middleware not found: $name"); - } - - /** - * Splices a function into the middleware list at a specific position. - */ - private function splice(string $findName, string $withName, callable $middleware, bool $before): void - { - $this->cached = null; - $idx = $this->findByName($findName); - $tuple = [$middleware, $withName]; - - if ($before) { - if ($idx === 0) { - \array_unshift($this->stack, $tuple); - } else { - $replacement = [$tuple, $this->stack[$idx]]; - \array_splice($this->stack, $idx, 1, $replacement); - } - } elseif ($idx === \count($this->stack) - 1) { - $this->stack[] = $tuple; - } else { - $replacement = [$this->stack[$idx], $tuple]; - \array_splice($this->stack, $idx, 1, $replacement); - } - } - - /** - * Provides a debug string for a given callable. - * - * @param callable $fn Function to write as a string. - */ - private function debugCallable($fn): string - { - if (\is_string($fn)) { - return "callable({$fn})"; - } - - if (\is_array($fn)) { - return \is_string($fn[0]) - ? "callable({$fn[0]}::{$fn[1]})" - : "callable(['" . \get_class($fn[0]) . "', '{$fn[1]}'])"; - } - - /** @var object $fn */ - return 'callable(' . \spl_object_hash($fn) . ')'; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/MessageFormatter.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/MessageFormatter.php deleted file mode 100644 index 238770f..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/MessageFormatter.php +++ /dev/null @@ -1,198 +0,0 @@ ->>>>>>>\n{request}\n<<<<<<<<\n{response}\n--------\n{error}"; - public const SHORT = '[{ts}] "{method} {target} HTTP/{version}" {code}'; - - /** - * @var string Template used to format log messages - */ - private $template; - - /** - * @param string $template Log message template - */ - public function __construct(?string $template = self::CLF) - { - $this->template = $template ?: self::CLF; - } - - /** - * Returns a formatted message string. - * - * @param RequestInterface $request Request that was sent - * @param ResponseInterface|null $response Response that was received - * @param \Throwable|null $error Exception that was received - */ - public function format(RequestInterface $request, ?ResponseInterface $response = null, ?\Throwable $error = null): string - { - $cache = []; - - /** @var string */ - return \preg_replace_callback( - '/{\s*([A-Za-z_\-\.0-9]+)\s*}/', - function (array $matches) use ($request, $response, $error, &$cache) { - if (isset($cache[$matches[1]])) { - return $cache[$matches[1]]; - } - - $result = ''; - switch ($matches[1]) { - case 'request': - $result = Psr7\Message::toString($request); - break; - case 'response': - $result = $response ? Psr7\Message::toString($response) : ''; - break; - case 'req_headers': - $result = \trim($request->getMethod() - . ' ' . $request->getRequestTarget()) - . ' HTTP/' . $request->getProtocolVersion() . "\r\n" - . $this->headers($request); - break; - case 'res_headers': - $result = $response ? - \sprintf( - 'HTTP/%s %d %s', - $response->getProtocolVersion(), - $response->getStatusCode(), - $response->getReasonPhrase() - ) . "\r\n" . $this->headers($response) - : 'NULL'; - break; - case 'req_body': - $result = $request->getBody()->__toString(); - break; - case 'res_body': - if (!$response instanceof ResponseInterface) { - $result = 'NULL'; - break; - } - - $body = $response->getBody(); - - if (!$body->isSeekable()) { - $result = 'RESPONSE_NOT_LOGGEABLE'; - break; - } - - $result = $response->getBody()->__toString(); - break; - case 'ts': - case 'date_iso_8601': - $result = \gmdate('c'); - break; - case 'date_common_log': - $result = \date('d/M/Y:H:i:s O'); - break; - case 'method': - $result = $request->getMethod(); - break; - case 'version': - $result = $request->getProtocolVersion(); - break; - case 'uri': - case 'url': - $result = $request->getUri(); - break; - case 'target': - $result = $request->getRequestTarget(); - break; - case 'req_version': - $result = $request->getProtocolVersion(); - break; - case 'res_version': - $result = $response - ? $response->getProtocolVersion() - : 'NULL'; - break; - case 'host': - $result = $request->getHeaderLine('Host'); - break; - case 'hostname': - $result = \gethostname(); - break; - case 'code': - $result = $response ? $response->getStatusCode() : 'NULL'; - break; - case 'phrase': - $result = $response ? $response->getReasonPhrase() : 'NULL'; - break; - case 'error': - $result = $error ? $error->getMessage() : 'NULL'; - break; - default: - // handle prefixed dynamic headers - if (\strpos($matches[1], 'req_header_') === 0) { - $result = $request->getHeaderLine(\substr($matches[1], 11)); - } elseif (\strpos($matches[1], 'res_header_') === 0) { - $result = $response - ? $response->getHeaderLine(\substr($matches[1], 11)) - : 'NULL'; - } - } - - $cache[$matches[1]] = $result; - return $result; - }, - $this->template - ); - } - - /** - * Get headers from message as string - */ - private function headers(MessageInterface $message): string - { - $result = ''; - foreach ($message->getHeaders() as $name => $values) { - $result .= $name . ': ' . \implode(', ', $values) . "\r\n"; - } - - return \trim($result); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php deleted file mode 100644 index a39ac24..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php +++ /dev/null @@ -1,18 +0,0 @@ -withCookieHeader($request); - return $handler($request, $options) - ->then( - static function (ResponseInterface $response) use ($cookieJar, $request): ResponseInterface { - $cookieJar->extractCookies($request, $response); - return $response; - } - ); - }; - }; - } - - /** - * Middleware that throws exceptions for 4xx or 5xx responses when the - * "http_errors" request option is set to true. - * - * @param BodySummarizerInterface|null $bodySummarizer The body summarizer to use in exception messages. - * - * @return callable(callable): callable Returns a function that accepts the next handler. - */ - public static function httpErrors(BodySummarizerInterface $bodySummarizer = null): callable - { - return static function (callable $handler) use ($bodySummarizer): callable { - return static function ($request, array $options) use ($handler, $bodySummarizer) { - if (empty($options['http_errors'])) { - return $handler($request, $options); - } - return $handler($request, $options)->then( - static function (ResponseInterface $response) use ($request, $bodySummarizer) { - $code = $response->getStatusCode(); - if ($code < 400) { - return $response; - } - throw RequestException::create($request, $response, null, [], $bodySummarizer); - } - ); - }; - }; - } - - /** - * Middleware that pushes history data to an ArrayAccess container. - * - * @param array|\ArrayAccess $container Container to hold the history (by reference). - * - * @return callable(callable): callable Returns a function that accepts the next handler. - * - * @throws \InvalidArgumentException if container is not an array or ArrayAccess. - */ - public static function history(&$container): callable - { - if (!\is_array($container) && !$container instanceof \ArrayAccess) { - throw new \InvalidArgumentException('history container must be an array or object implementing ArrayAccess'); - } - - return static function (callable $handler) use (&$container): callable { - return static function (RequestInterface $request, array $options) use ($handler, &$container) { - return $handler($request, $options)->then( - static function ($value) use ($request, &$container, $options) { - $container[] = [ - 'request' => $request, - 'response' => $value, - 'error' => null, - 'options' => $options - ]; - return $value; - }, - static function ($reason) use ($request, &$container, $options) { - $container[] = [ - 'request' => $request, - 'response' => null, - 'error' => $reason, - 'options' => $options - ]; - return P\Create::rejectionFor($reason); - } - ); - }; - }; - } - - /** - * Middleware that invokes a callback before and after sending a request. - * - * The provided listener cannot modify or alter the response. It simply - * "taps" into the chain to be notified before returning the promise. The - * before listener accepts a request and options array, and the after - * listener accepts a request, options array, and response promise. - * - * @param callable $before Function to invoke before forwarding the request. - * @param callable $after Function invoked after forwarding. - * - * @return callable Returns a function that accepts the next handler. - */ - public static function tap(callable $before = null, callable $after = null): callable - { - return static function (callable $handler) use ($before, $after): callable { - return static function (RequestInterface $request, array $options) use ($handler, $before, $after) { - if ($before) { - $before($request, $options); - } - $response = $handler($request, $options); - if ($after) { - $after($request, $options, $response); - } - return $response; - }; - }; - } - - /** - * Middleware that handles request redirects. - * - * @return callable Returns a function that accepts the next handler. - */ - public static function redirect(): callable - { - return static function (callable $handler): RedirectMiddleware { - return new RedirectMiddleware($handler); - }; - } - - /** - * Middleware that retries requests based on the boolean result of - * invoking the provided "decider" function. - * - * If no delay function is provided, a simple implementation of exponential - * backoff will be utilized. - * - * @param callable $decider Function that accepts the number of retries, - * a request, [response], and [exception] and - * returns true if the request is to be retried. - * @param callable $delay Function that accepts the number of retries and - * returns the number of milliseconds to delay. - * - * @return callable Returns a function that accepts the next handler. - */ - public static function retry(callable $decider, callable $delay = null): callable - { - return static function (callable $handler) use ($decider, $delay): RetryMiddleware { - return new RetryMiddleware($decider, $handler, $delay); - }; - } - - /** - * Middleware that logs requests, responses, and errors using a message - * formatter. - * - * @phpstan-param \Psr\Log\LogLevel::* $logLevel Level at which to log requests. - * - * @param LoggerInterface $logger Logs messages. - * @param MessageFormatterInterface|MessageFormatter $formatter Formatter used to create message strings. - * @param string $logLevel Level at which to log requests. - * - * @return callable Returns a function that accepts the next handler. - */ - public static function log(LoggerInterface $logger, $formatter, string $logLevel = 'info'): callable - { - // To be compatible with Guzzle 7.1.x we need to allow users to pass a MessageFormatter - if (!$formatter instanceof MessageFormatter && !$formatter instanceof MessageFormatterInterface) { - throw new \LogicException(sprintf('Argument 2 to %s::log() must be of type %s', self::class, MessageFormatterInterface::class)); - } - - return static function (callable $handler) use ($logger, $formatter, $logLevel): callable { - return static function (RequestInterface $request, array $options = []) use ($handler, $logger, $formatter, $logLevel) { - return $handler($request, $options)->then( - static function ($response) use ($logger, $request, $formatter, $logLevel): ResponseInterface { - $message = $formatter->format($request, $response); - $logger->log($logLevel, $message); - return $response; - }, - static function ($reason) use ($logger, $request, $formatter): PromiseInterface { - $response = $reason instanceof RequestException ? $reason->getResponse() : null; - $message = $formatter->format($request, $response, P\Create::exceptionFor($reason)); - $logger->error($message); - return P\Create::rejectionFor($reason); - } - ); - }; - }; - } - - /** - * This middleware adds a default content-type if possible, a default - * content-length or transfer-encoding header, and the expect header. - */ - public static function prepareBody(): callable - { - return static function (callable $handler): PrepareBodyMiddleware { - return new PrepareBodyMiddleware($handler); - }; - } - - /** - * Middleware that applies a map function to the request before passing to - * the next handler. - * - * @param callable $fn Function that accepts a RequestInterface and returns - * a RequestInterface. - */ - public static function mapRequest(callable $fn): callable - { - return static function (callable $handler) use ($fn): callable { - return static function (RequestInterface $request, array $options) use ($handler, $fn) { - return $handler($fn($request), $options); - }; - }; - } - - /** - * Middleware that applies a map function to the resolved promise's - * response. - * - * @param callable $fn Function that accepts a ResponseInterface and - * returns a ResponseInterface. - */ - public static function mapResponse(callable $fn): callable - { - return static function (callable $handler) use ($fn): callable { - return static function (RequestInterface $request, array $options) use ($handler, $fn) { - return $handler($request, $options)->then($fn); - }; - }; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Pool.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Pool.php deleted file mode 100644 index 6277c61..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Pool.php +++ /dev/null @@ -1,125 +0,0 @@ - $rfn) { - if ($rfn instanceof RequestInterface) { - yield $key => $client->sendAsync($rfn, $opts); - } elseif (\is_callable($rfn)) { - yield $key => $rfn($opts); - } else { - throw new \InvalidArgumentException('Each value yielded by the iterator must be a Psr7\Http\Message\RequestInterface or a callable that returns a promise that fulfills with a Psr7\Message\Http\ResponseInterface object.'); - } - } - }; - - $this->each = new EachPromise($requests(), $config); - } - - /** - * Get promise - */ - public function promise(): PromiseInterface - { - return $this->each->promise(); - } - - /** - * Sends multiple requests concurrently and returns an array of responses - * and exceptions that uses the same ordering as the provided requests. - * - * IMPORTANT: This method keeps every request and response in memory, and - * as such, is NOT recommended when sending a large number or an - * indeterminate number of requests concurrently. - * - * @param ClientInterface $client Client used to send the requests - * @param array|\Iterator $requests Requests to send concurrently. - * @param array $options Passes through the options available in - * {@see \GuzzleHttp\Pool::__construct} - * - * @return array Returns an array containing the response or an exception - * in the same order that the requests were sent. - * - * @throws \InvalidArgumentException if the event format is incorrect. - */ - public static function batch(ClientInterface $client, $requests, array $options = []): array - { - $res = []; - self::cmpCallback($options, 'fulfilled', $res); - self::cmpCallback($options, 'rejected', $res); - $pool = new static($client, $requests, $options); - $pool->promise()->wait(); - \ksort($res); - - return $res; - } - - /** - * Execute callback(s) - */ - private static function cmpCallback(array &$options, string $name, array &$results): void - { - if (!isset($options[$name])) { - $options[$name] = static function ($v, $k) use (&$results) { - $results[$k] = $v; - }; - } else { - $currentFn = $options[$name]; - $options[$name] = static function ($v, $k) use (&$results, $currentFn) { - $currentFn($v, $k); - $results[$k] = $v; - }; - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php deleted file mode 100644 index 7ca6283..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php +++ /dev/null @@ -1,104 +0,0 @@ -nextHandler = $nextHandler; - } - - public function __invoke(RequestInterface $request, array $options): PromiseInterface - { - $fn = $this->nextHandler; - - // Don't do anything if the request has no body. - if ($request->getBody()->getSize() === 0) { - return $fn($request, $options); - } - - $modify = []; - - // Add a default content-type if possible. - if (!$request->hasHeader('Content-Type')) { - if ($uri = $request->getBody()->getMetadata('uri')) { - if (is_string($uri) && $type = Psr7\MimeType::fromFilename($uri)) { - $modify['set_headers']['Content-Type'] = $type; - } - } - } - - // Add a default content-length or transfer-encoding header. - if (!$request->hasHeader('Content-Length') - && !$request->hasHeader('Transfer-Encoding') - ) { - $size = $request->getBody()->getSize(); - if ($size !== null) { - $modify['set_headers']['Content-Length'] = $size; - } else { - $modify['set_headers']['Transfer-Encoding'] = 'chunked'; - } - } - - // Add the expect header if needed. - $this->addExpectHeader($request, $options, $modify); - - return $fn(Psr7\Utils::modifyRequest($request, $modify), $options); - } - - /** - * Add expect header - */ - private function addExpectHeader(RequestInterface $request, array $options, array &$modify): void - { - // Determine if the Expect header should be used - if ($request->hasHeader('Expect')) { - return; - } - - $expect = $options['expect'] ?? null; - - // Return if disabled or if you're not using HTTP/1.1 or HTTP/2.0 - if ($expect === false || $request->getProtocolVersion() < 1.1) { - return; - } - - // The expect header is unconditionally enabled - if ($expect === true) { - $modify['set_headers']['Expect'] = '100-Continue'; - return; - } - - // By default, send the expect header when the payload is > 1mb - if ($expect === null) { - $expect = 1048576; - } - - // Always add if the body cannot be rewound, the size cannot be - // determined, or the size is greater than the cutoff threshold - $body = $request->getBody(); - $size = $body->getSize(); - - if ($size === null || $size >= (int) $expect || !$body->isSeekable()) { - $modify['set_headers']['Expect'] = '100-Continue'; - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php deleted file mode 100644 index 1dd3861..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php +++ /dev/null @@ -1,216 +0,0 @@ - 5, - 'protocols' => ['http', 'https'], - 'strict' => false, - 'referer' => false, - 'track_redirects' => false, - ]; - - /** - * @var callable(RequestInterface, array): PromiseInterface - */ - private $nextHandler; - - /** - * @param callable(RequestInterface, array): PromiseInterface $nextHandler Next handler to invoke. - */ - public function __construct(callable $nextHandler) - { - $this->nextHandler = $nextHandler; - } - - public function __invoke(RequestInterface $request, array $options): PromiseInterface - { - $fn = $this->nextHandler; - - if (empty($options['allow_redirects'])) { - return $fn($request, $options); - } - - if ($options['allow_redirects'] === true) { - $options['allow_redirects'] = self::$defaultSettings; - } elseif (!\is_array($options['allow_redirects'])) { - throw new \InvalidArgumentException('allow_redirects must be true, false, or array'); - } else { - // Merge the default settings with the provided settings - $options['allow_redirects'] += self::$defaultSettings; - } - - if (empty($options['allow_redirects']['max'])) { - return $fn($request, $options); - } - - return $fn($request, $options) - ->then(function (ResponseInterface $response) use ($request, $options) { - return $this->checkRedirect($request, $options, $response); - }); - } - - /** - * @return ResponseInterface|PromiseInterface - */ - public function checkRedirect(RequestInterface $request, array $options, ResponseInterface $response) - { - if (\strpos((string) $response->getStatusCode(), '3') !== 0 - || !$response->hasHeader('Location') - ) { - return $response; - } - - $this->guardMax($request, $response, $options); - $nextRequest = $this->modifyRequest($request, $options, $response); - - if (isset($options['allow_redirects']['on_redirect'])) { - ($options['allow_redirects']['on_redirect'])( - $request, - $response, - $nextRequest->getUri() - ); - } - - $promise = $this($nextRequest, $options); - - // Add headers to be able to track history of redirects. - if (!empty($options['allow_redirects']['track_redirects'])) { - return $this->withTracking( - $promise, - (string) $nextRequest->getUri(), - $response->getStatusCode() - ); - } - - return $promise; - } - - /** - * Enable tracking on promise. - */ - private function withTracking(PromiseInterface $promise, string $uri, int $statusCode): PromiseInterface - { - return $promise->then( - static function (ResponseInterface $response) use ($uri, $statusCode) { - // Note that we are pushing to the front of the list as this - // would be an earlier response than what is currently present - // in the history header. - $historyHeader = $response->getHeader(self::HISTORY_HEADER); - $statusHeader = $response->getHeader(self::STATUS_HISTORY_HEADER); - \array_unshift($historyHeader, $uri); - \array_unshift($statusHeader, (string) $statusCode); - - return $response->withHeader(self::HISTORY_HEADER, $historyHeader) - ->withHeader(self::STATUS_HISTORY_HEADER, $statusHeader); - } - ); - } - - /** - * Check for too many redirects - * - * @throws TooManyRedirectsException Too many redirects. - */ - private function guardMax(RequestInterface $request, ResponseInterface $response, array &$options): void - { - $current = $options['__redirect_count'] - ?? 0; - $options['__redirect_count'] = $current + 1; - $max = $options['allow_redirects']['max']; - - if ($options['__redirect_count'] > $max) { - throw new TooManyRedirectsException("Will not follow more than {$max} redirects", $request, $response); - } - } - - public function modifyRequest(RequestInterface $request, array $options, ResponseInterface $response): RequestInterface - { - // Request modifications to apply. - $modify = []; - $protocols = $options['allow_redirects']['protocols']; - - // Use a GET request if this is an entity enclosing request and we are - // not forcing RFC compliance, but rather emulating what all browsers - // would do. - $statusCode = $response->getStatusCode(); - if ($statusCode == 303 || - ($statusCode <= 302 && !$options['allow_redirects']['strict']) - ) { - $safeMethods = ['GET', 'HEAD', 'OPTIONS']; - $requestMethod = $request->getMethod(); - - $modify['method'] = in_array($requestMethod, $safeMethods) ? $requestMethod : 'GET'; - $modify['body'] = ''; - } - - $uri = $this->redirectUri($request, $response, $protocols); - if (isset($options['idn_conversion']) && ($options['idn_conversion'] !== false)) { - $idnOptions = ($options['idn_conversion'] === true) ? \IDNA_DEFAULT : $options['idn_conversion']; - $uri = Utils::idnUriConvert($uri, $idnOptions); - } - - $modify['uri'] = $uri; - Psr7\Message::rewindBody($request); - - // Add the Referer header if it is told to do so and only - // add the header if we are not redirecting from https to http. - if ($options['allow_redirects']['referer'] - && $modify['uri']->getScheme() === $request->getUri()->getScheme() - ) { - $uri = $request->getUri()->withUserInfo(''); - $modify['set_headers']['Referer'] = (string) $uri; - } else { - $modify['remove_headers'][] = 'Referer'; - } - - // Remove Authorization header if host is different. - if ($request->getUri()->getHost() !== $modify['uri']->getHost()) { - $modify['remove_headers'][] = 'Authorization'; - } - - return Psr7\Utils::modifyRequest($request, $modify); - } - - /** - * Set the appropriate URL on the request based on the location header - */ - private function redirectUri(RequestInterface $request, ResponseInterface $response, array $protocols): UriInterface - { - $location = Psr7\UriResolver::resolve( - $request->getUri(), - new Psr7\Uri($response->getHeaderLine('Location')) - ); - - // Ensure that the redirect URI is allowed based on the protocols. - if (!\in_array($location->getScheme(), $protocols)) { - throw new BadResponseException(\sprintf('Redirect URI, %s, does not use one of the allowed redirect protocols: %s', $location, \implode(', ', $protocols)), $request, $response); - } - - return $location; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/RequestOptions.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/RequestOptions.php deleted file mode 100644 index 20b31bc..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/RequestOptions.php +++ /dev/null @@ -1,264 +0,0 @@ -decider = $decider; - $this->nextHandler = $nextHandler; - $this->delay = $delay ?: __CLASS__ . '::exponentialDelay'; - } - - /** - * Default exponential backoff delay function. - * - * @return int milliseconds. - */ - public static function exponentialDelay(int $retries): int - { - return (int) \pow(2, $retries - 1) * 1000; - } - - public function __invoke(RequestInterface $request, array $options): PromiseInterface - { - if (!isset($options['retries'])) { - $options['retries'] = 0; - } - - $fn = $this->nextHandler; - return $fn($request, $options) - ->then( - $this->onFulfilled($request, $options), - $this->onRejected($request, $options) - ); - } - - /** - * Execute fulfilled closure - */ - private function onFulfilled(RequestInterface $request, array $options): callable - { - return function ($value) use ($request, $options) { - if (!($this->decider)( - $options['retries'], - $request, - $value, - null - )) { - return $value; - } - return $this->doRetry($request, $options, $value); - }; - } - - /** - * Execute rejected closure - */ - private function onRejected(RequestInterface $req, array $options): callable - { - return function ($reason) use ($req, $options) { - if (!($this->decider)( - $options['retries'], - $req, - null, - $reason - )) { - return P\Create::rejectionFor($reason); - } - return $this->doRetry($req, $options); - }; - } - - private function doRetry(RequestInterface $request, array $options, ResponseInterface $response = null): PromiseInterface - { - $options['delay'] = ($this->delay)(++$options['retries'], $response); - - return $this($request, $options); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/TransferStats.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/TransferStats.php deleted file mode 100644 index 93fa334..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/TransferStats.php +++ /dev/null @@ -1,133 +0,0 @@ -request = $request; - $this->response = $response; - $this->transferTime = $transferTime; - $this->handlerErrorData = $handlerErrorData; - $this->handlerStats = $handlerStats; - } - - public function getRequest(): RequestInterface - { - return $this->request; - } - - /** - * Returns the response that was received (if any). - */ - public function getResponse(): ?ResponseInterface - { - return $this->response; - } - - /** - * Returns true if a response was received. - */ - public function hasResponse(): bool - { - return $this->response !== null; - } - - /** - * Gets handler specific error data. - * - * This might be an exception, a integer representing an error code, or - * anything else. Relying on this value assumes that you know what handler - * you are using. - * - * @return mixed - */ - public function getHandlerErrorData() - { - return $this->handlerErrorData; - } - - /** - * Get the effective URI the request was sent to. - */ - public function getEffectiveUri(): UriInterface - { - return $this->request->getUri(); - } - - /** - * Get the estimated time the request was being transferred by the handler. - * - * @return float|null Time in seconds. - */ - public function getTransferTime(): ?float - { - return $this->transferTime; - } - - /** - * Gets an array of all of the handler specific transfer data. - */ - public function getHandlerStats(): array - { - return $this->handlerStats; - } - - /** - * Get a specific handler statistic from the handler by name. - * - * @param string $stat Handler specific transfer stat to retrieve. - * - * @return mixed|null - */ - public function getHandlerStat(string $stat) - { - return $this->handlerStats[$stat] ?? null; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Utils.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Utils.php deleted file mode 100644 index 1e4e704..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/Utils.php +++ /dev/null @@ -1,382 +0,0 @@ -getHost()) { - $asciiHost = self::idnToAsci($uri->getHost(), $options, $info); - if ($asciiHost === false) { - $errorBitSet = $info['errors'] ?? 0; - - $errorConstants = array_filter(array_keys(get_defined_constants()), static function ($name) { - return substr($name, 0, 11) === 'IDNA_ERROR_'; - }); - - $errors = []; - foreach ($errorConstants as $errorConstant) { - if ($errorBitSet & constant($errorConstant)) { - $errors[] = $errorConstant; - } - } - - $errorMessage = 'IDN conversion failed'; - if ($errors) { - $errorMessage .= ' (errors: ' . implode(', ', $errors) . ')'; - } - - throw new InvalidArgumentException($errorMessage); - } - if ($uri->getHost() !== $asciiHost) { - // Replace URI only if the ASCII version is different - $uri = $uri->withHost($asciiHost); - } - } - - return $uri; - } - - /** - * @internal - */ - public static function getenv(string $name): ?string - { - if (isset($_SERVER[$name])) { - return (string) $_SERVER[$name]; - } - - if (\PHP_SAPI === 'cli' && ($value = \getenv($name)) !== false && $value !== null) { - return (string) $value; - } - - return null; - } - - /** - * @return string|false - */ - private static function idnToAsci(string $domain, int $options, ?array &$info = []) - { - if (\function_exists('idn_to_ascii') && \defined('INTL_IDNA_VARIANT_UTS46')) { - return \idn_to_ascii($domain, $options, \INTL_IDNA_VARIANT_UTS46, $info); - } - - throw new \Error('ext-idn or symfony/polyfill-intl-idn not loaded or too old'); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/functions.php b/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/functions.php deleted file mode 100644 index a70d2cb..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/guzzle/src/functions.php +++ /dev/null @@ -1,167 +0,0 @@ - - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/Makefile b/plugins/automagic-images/vendor/guzzlehttp/promises/Makefile deleted file mode 100644 index 8d5b3ef..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -all: clean test - -test: - vendor/bin/phpunit - -coverage: - vendor/bin/phpunit --coverage-html=artifacts/coverage - -view-coverage: - open artifacts/coverage/index.html - -clean: - rm -rf artifacts/* diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/README.md b/plugins/automagic-images/vendor/guzzlehttp/promises/README.md deleted file mode 100644 index a95c605..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/README.md +++ /dev/null @@ -1,532 +0,0 @@ -# Guzzle Promises - -[Promises/A+](https://promisesaplus.com/) implementation that handles promise -chaining and resolution iteratively, allowing for "infinite" promise chaining -while keeping the stack size constant. Read [this blog post](https://blog.domenic.me/youre-missing-the-point-of-promises/) -for a general introduction to promises. - -- [Features](#features) -- [Quick start](#quick-start) -- [Synchronous wait](#synchronous-wait) -- [Cancellation](#cancellation) -- [API](#api) - - [Promise](#promise) - - [FulfilledPromise](#fulfilledpromise) - - [RejectedPromise](#rejectedpromise) -- [Promise interop](#promise-interop) -- [Implementation notes](#implementation-notes) - - -# Features - -- [Promises/A+](https://promisesaplus.com/) implementation. -- Promise resolution and chaining is handled iteratively, allowing for - "infinite" promise chaining. -- Promises have a synchronous `wait` method. -- Promises can be cancelled. -- Works with any object that has a `then` function. -- C# style async/await coroutine promises using - `GuzzleHttp\Promise\Coroutine::of()`. - - -# Quick start - -A *promise* represents the eventual result of an asynchronous operation. The -primary way of interacting with a promise is through its `then` method, which -registers callbacks to receive either a promise's eventual value or the reason -why the promise cannot be fulfilled. - - -## Callbacks - -Callbacks are registered with the `then` method by providing an optional -`$onFulfilled` followed by an optional `$onRejected` function. - - -```php -use GuzzleHttp\Promise\Promise; - -$promise = new Promise(); -$promise->then( - // $onFulfilled - function ($value) { - echo 'The promise was fulfilled.'; - }, - // $onRejected - function ($reason) { - echo 'The promise was rejected.'; - } -); -``` - -*Resolving* a promise means that you either fulfill a promise with a *value* or -reject a promise with a *reason*. Resolving a promises triggers callbacks -registered with the promises's `then` method. These callbacks are triggered -only once and in the order in which they were added. - - -## Resolving a promise - -Promises are fulfilled using the `resolve($value)` method. Resolving a promise -with any value other than a `GuzzleHttp\Promise\RejectedPromise` will trigger -all of the onFulfilled callbacks (resolving a promise with a rejected promise -will reject the promise and trigger the `$onRejected` callbacks). - -```php -use GuzzleHttp\Promise\Promise; - -$promise = new Promise(); -$promise - ->then(function ($value) { - // Return a value and don't break the chain - return "Hello, " . $value; - }) - // This then is executed after the first then and receives the value - // returned from the first then. - ->then(function ($value) { - echo $value; - }); - -// Resolving the promise triggers the $onFulfilled callbacks and outputs -// "Hello, reader." -$promise->resolve('reader.'); -``` - - -## Promise forwarding - -Promises can be chained one after the other. Each then in the chain is a new -promise. The return value of a promise is what's forwarded to the next -promise in the chain. Returning a promise in a `then` callback will cause the -subsequent promises in the chain to only be fulfilled when the returned promise -has been fulfilled. The next promise in the chain will be invoked with the -resolved value of the promise. - -```php -use GuzzleHttp\Promise\Promise; - -$promise = new Promise(); -$nextPromise = new Promise(); - -$promise - ->then(function ($value) use ($nextPromise) { - echo $value; - return $nextPromise; - }) - ->then(function ($value) { - echo $value; - }); - -// Triggers the first callback and outputs "A" -$promise->resolve('A'); -// Triggers the second callback and outputs "B" -$nextPromise->resolve('B'); -``` - -## Promise rejection - -When a promise is rejected, the `$onRejected` callbacks are invoked with the -rejection reason. - -```php -use GuzzleHttp\Promise\Promise; - -$promise = new Promise(); -$promise->then(null, function ($reason) { - echo $reason; -}); - -$promise->reject('Error!'); -// Outputs "Error!" -``` - -## Rejection forwarding - -If an exception is thrown in an `$onRejected` callback, subsequent -`$onRejected` callbacks are invoked with the thrown exception as the reason. - -```php -use GuzzleHttp\Promise\Promise; - -$promise = new Promise(); -$promise->then(null, function ($reason) { - throw new Exception($reason); -})->then(null, function ($reason) { - assert($reason->getMessage() === 'Error!'); -}); - -$promise->reject('Error!'); -``` - -You can also forward a rejection down the promise chain by returning a -`GuzzleHttp\Promise\RejectedPromise` in either an `$onFulfilled` or -`$onRejected` callback. - -```php -use GuzzleHttp\Promise\Promise; -use GuzzleHttp\Promise\RejectedPromise; - -$promise = new Promise(); -$promise->then(null, function ($reason) { - return new RejectedPromise($reason); -})->then(null, function ($reason) { - assert($reason === 'Error!'); -}); - -$promise->reject('Error!'); -``` - -If an exception is not thrown in a `$onRejected` callback and the callback -does not return a rejected promise, downstream `$onFulfilled` callbacks are -invoked using the value returned from the `$onRejected` callback. - -```php -use GuzzleHttp\Promise\Promise; - -$promise = new Promise(); -$promise - ->then(null, function ($reason) { - return "It's ok"; - }) - ->then(function ($value) { - assert($value === "It's ok"); - }); - -$promise->reject('Error!'); -``` - -# Synchronous wait - -You can synchronously force promises to complete using a promise's `wait` -method. When creating a promise, you can provide a wait function that is used -to synchronously force a promise to complete. When a wait function is invoked -it is expected to deliver a value to the promise or reject the promise. If the -wait function does not deliver a value, then an exception is thrown. The wait -function provided to a promise constructor is invoked when the `wait` function -of the promise is called. - -```php -$promise = new Promise(function () use (&$promise) { - $promise->resolve('foo'); -}); - -// Calling wait will return the value of the promise. -echo $promise->wait(); // outputs "foo" -``` - -If an exception is encountered while invoking the wait function of a promise, -the promise is rejected with the exception and the exception is thrown. - -```php -$promise = new Promise(function () use (&$promise) { - throw new Exception('foo'); -}); - -$promise->wait(); // throws the exception. -``` - -Calling `wait` on a promise that has been fulfilled will not trigger the wait -function. It will simply return the previously resolved value. - -```php -$promise = new Promise(function () { die('this is not called!'); }); -$promise->resolve('foo'); -echo $promise->wait(); // outputs "foo" -``` - -Calling `wait` on a promise that has been rejected will throw an exception. If -the rejection reason is an instance of `\Exception` the reason is thrown. -Otherwise, a `GuzzleHttp\Promise\RejectionException` is thrown and the reason -can be obtained by calling the `getReason` method of the exception. - -```php -$promise = new Promise(); -$promise->reject('foo'); -$promise->wait(); -``` - -> PHP Fatal error: Uncaught exception 'GuzzleHttp\Promise\RejectionException' with message 'The promise was rejected with value: foo' - - -## Unwrapping a promise - -When synchronously waiting on a promise, you are joining the state of the -promise into the current state of execution (i.e., return the value of the -promise if it was fulfilled or throw an exception if it was rejected). This is -called "unwrapping" the promise. Waiting on a promise will by default unwrap -the promise state. - -You can force a promise to resolve and *not* unwrap the state of the promise -by passing `false` to the first argument of the `wait` function: - -```php -$promise = new Promise(); -$promise->reject('foo'); -// This will not throw an exception. It simply ensures the promise has -// been resolved. -$promise->wait(false); -``` - -When unwrapping a promise, the resolved value of the promise will be waited -upon until the unwrapped value is not a promise. This means that if you resolve -promise A with a promise B and unwrap promise A, the value returned by the -wait function will be the value delivered to promise B. - -**Note**: when you do not unwrap the promise, no value is returned. - - -# Cancellation - -You can cancel a promise that has not yet been fulfilled using the `cancel()` -method of a promise. When creating a promise you can provide an optional -cancel function that when invoked cancels the action of computing a resolution -of the promise. - - -# API - - -## Promise - -When creating a promise object, you can provide an optional `$waitFn` and -`$cancelFn`. `$waitFn` is a function that is invoked with no arguments and is -expected to resolve the promise. `$cancelFn` is a function with no arguments -that is expected to cancel the computation of a promise. It is invoked when the -`cancel()` method of a promise is called. - -```php -use GuzzleHttp\Promise\Promise; - -$promise = new Promise( - function () use (&$promise) { - $promise->resolve('waited'); - }, - function () { - // do something that will cancel the promise computation (e.g., close - // a socket, cancel a database query, etc...) - } -); - -assert('waited' === $promise->wait()); -``` - -A promise has the following methods: - -- `then(callable $onFulfilled, callable $onRejected) : PromiseInterface` - - Appends fulfillment and rejection handlers to the promise, and returns a new promise resolving to the return value of the called handler. - -- `otherwise(callable $onRejected) : PromiseInterface` - - Appends a rejection handler callback to the promise, and returns a new promise resolving to the return value of the callback if it is called, or to its original fulfillment value if the promise is instead fulfilled. - -- `wait($unwrap = true) : mixed` - - Synchronously waits on the promise to complete. - - `$unwrap` controls whether or not the value of the promise is returned for a - fulfilled promise or if an exception is thrown if the promise is rejected. - This is set to `true` by default. - -- `cancel()` - - Attempts to cancel the promise if possible. The promise being cancelled and - the parent most ancestor that has not yet been resolved will also be - cancelled. Any promises waiting on the cancelled promise to resolve will also - be cancelled. - -- `getState() : string` - - Returns the state of the promise. One of `pending`, `fulfilled`, or - `rejected`. - -- `resolve($value)` - - Fulfills the promise with the given `$value`. - -- `reject($reason)` - - Rejects the promise with the given `$reason`. - - -## FulfilledPromise - -A fulfilled promise can be created to represent a promise that has been -fulfilled. - -```php -use GuzzleHttp\Promise\FulfilledPromise; - -$promise = new FulfilledPromise('value'); - -// Fulfilled callbacks are immediately invoked. -$promise->then(function ($value) { - echo $value; -}); -``` - - -## RejectedPromise - -A rejected promise can be created to represent a promise that has been -rejected. - -```php -use GuzzleHttp\Promise\RejectedPromise; - -$promise = new RejectedPromise('Error'); - -// Rejected callbacks are immediately invoked. -$promise->then(null, function ($reason) { - echo $reason; -}); -``` - - -# Promise interop - -This library works with foreign promises that have a `then` method. This means -you can use Guzzle promises with [React promises](https://github.com/reactphp/promise) -for example. When a foreign promise is returned inside of a then method -callback, promise resolution will occur recursively. - -```php -// Create a React promise -$deferred = new React\Promise\Deferred(); -$reactPromise = $deferred->promise(); - -// Create a Guzzle promise that is fulfilled with a React promise. -$guzzlePromise = new GuzzleHttp\Promise\Promise(); -$guzzlePromise->then(function ($value) use ($reactPromise) { - // Do something something with the value... - // Return the React promise - return $reactPromise; -}); -``` - -Please note that wait and cancel chaining is no longer possible when forwarding -a foreign promise. You will need to wrap a third-party promise with a Guzzle -promise in order to utilize wait and cancel functions with foreign promises. - - -## Event Loop Integration - -In order to keep the stack size constant, Guzzle promises are resolved -asynchronously using a task queue. When waiting on promises synchronously, the -task queue will be automatically run to ensure that the blocking promise and -any forwarded promises are resolved. When using promises asynchronously in an -event loop, you will need to run the task queue on each tick of the loop. If -you do not run the task queue, then promises will not be resolved. - -You can run the task queue using the `run()` method of the global task queue -instance. - -```php -// Get the global task queue -$queue = GuzzleHttp\Promise\Utils::queue(); -$queue->run(); -``` - -For example, you could use Guzzle promises with React using a periodic timer: - -```php -$loop = React\EventLoop\Factory::create(); -$loop->addPeriodicTimer(0, [$queue, 'run']); -``` - -*TODO*: Perhaps adding a `futureTick()` on each tick would be faster? - - -# Implementation notes - - -## Promise resolution and chaining is handled iteratively - -By shuffling pending handlers from one owner to another, promises are -resolved iteratively, allowing for "infinite" then chaining. - -```php -then(function ($v) { - // The stack size remains constant (a good thing) - echo xdebug_get_stack_depth() . ', '; - return $v + 1; - }); -} - -$parent->resolve(0); -var_dump($p->wait()); // int(1000) - -``` - -When a promise is fulfilled or rejected with a non-promise value, the promise -then takes ownership of the handlers of each child promise and delivers values -down the chain without using recursion. - -When a promise is resolved with another promise, the original promise transfers -all of its pending handlers to the new promise. When the new promise is -eventually resolved, all of the pending handlers are delivered the forwarded -value. - - -## A promise is the deferred. - -Some promise libraries implement promises using a deferred object to represent -a computation and a promise object to represent the delivery of the result of -the computation. This is a nice separation of computation and delivery because -consumers of the promise cannot modify the value that will be eventually -delivered. - -One side effect of being able to implement promise resolution and chaining -iteratively is that you need to be able for one promise to reach into the state -of another promise to shuffle around ownership of handlers. In order to achieve -this without making the handlers of a promise publicly mutable, a promise is -also the deferred value, allowing promises of the same parent class to reach -into and modify the private properties of promises of the same type. While this -does allow consumers of the value to modify the resolution or rejection of the -deferred, it is a small price to pay for keeping the stack size constant. - -```php -$promise = new Promise(); -$promise->then(function ($value) { echo $value; }); -// The promise is the deferred value, so you can deliver a value to it. -$promise->resolve('foo'); -// prints "foo" -``` - - -## Upgrading from Function API - -A static API was first introduced in 1.4.0, in order to mitigate problems with functions conflicting between global and local copies of the package. The function API will be removed in 2.0.0. A migration table has been provided here for your convenience: - -| Original Function | Replacement Method | -|----------------|----------------| -| `queue` | `Utils::queue` | -| `task` | `Utils::task` | -| `promise_for` | `Create::promiseFor` | -| `rejection_for` | `Create::rejectionFor` | -| `exception_for` | `Create::exceptionFor` | -| `iter_for` | `Create::iterFor` | -| `inspect` | `Utils::inspect` | -| `inspect_all` | `Utils::inspectAll` | -| `unwrap` | `Utils::unwrap` | -| `all` | `Utils::all` | -| `some` | `Utils::some` | -| `any` | `Utils::any` | -| `settle` | `Utils::settle` | -| `each` | `Each::of` | -| `each_limit` | `Each::ofLimit` | -| `each_limit_all` | `Each::ofLimitAll` | -| `!is_fulfilled` | `Is::pending` | -| `is_fulfilled` | `Is::fulfilled` | -| `is_rejected` | `Is::rejected` | -| `is_settled` | `Is::settled` | -| `coroutine` | `Coroutine::of` | diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/composer.json b/plugins/automagic-images/vendor/guzzlehttp/promises/composer.json deleted file mode 100644 index db44d9e..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/composer.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "guzzlehttp/promises", - "description": "Guzzle promises library", - "keywords": ["promise"], - "license": "MIT", - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - } - ], - "require": { - "php": ">=5.5" - }, - "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, - "files": ["src/functions_include.php"] - }, - "autoload-dev": { - "psr-4": { - "GuzzleHttp\\Promise\\Tests\\": "tests/" - } - }, - "scripts": { - "test": "vendor/bin/simple-phpunit", - "test-ci": "vendor/bin/simple-phpunit --coverage-text" - }, - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/AggregateException.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/AggregateException.php deleted file mode 100644 index d2b5712..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/AggregateException.php +++ /dev/null @@ -1,17 +0,0 @@ -then(function ($v) { echo $v; }); - * - * @param callable $generatorFn Generator function to wrap into a promise. - * - * @return Promise - * - * @link https://github.com/petkaantonov/bluebird/blob/master/API.md#generators inspiration - */ -final class Coroutine implements PromiseInterface -{ - /** - * @var PromiseInterface|null - */ - private $currentPromise; - - /** - * @var Generator - */ - private $generator; - - /** - * @var Promise - */ - private $result; - - public function __construct(callable $generatorFn) - { - $this->generator = $generatorFn(); - $this->result = new Promise(function () { - while (isset($this->currentPromise)) { - $this->currentPromise->wait(); - } - }); - try { - $this->nextCoroutine($this->generator->current()); - } catch (\Exception $exception) { - $this->result->reject($exception); - } catch (Throwable $throwable) { - $this->result->reject($throwable); - } - } - - /** - * Create a new coroutine. - * - * @return self - */ - public static function of(callable $generatorFn) - { - return new self($generatorFn); - } - - public function then( - callable $onFulfilled = null, - callable $onRejected = null - ) { - return $this->result->then($onFulfilled, $onRejected); - } - - public function otherwise(callable $onRejected) - { - return $this->result->otherwise($onRejected); - } - - public function wait($unwrap = true) - { - return $this->result->wait($unwrap); - } - - public function getState() - { - return $this->result->getState(); - } - - public function resolve($value) - { - $this->result->resolve($value); - } - - public function reject($reason) - { - $this->result->reject($reason); - } - - public function cancel() - { - $this->currentPromise->cancel(); - $this->result->cancel(); - } - - private function nextCoroutine($yielded) - { - $this->currentPromise = Create::promiseFor($yielded) - ->then([$this, '_handleSuccess'], [$this, '_handleFailure']); - } - - /** - * @internal - */ - public function _handleSuccess($value) - { - unset($this->currentPromise); - try { - $next = $this->generator->send($value); - if ($this->generator->valid()) { - $this->nextCoroutine($next); - } else { - $this->result->resolve($value); - } - } catch (Exception $exception) { - $this->result->reject($exception); - } catch (Throwable $throwable) { - $this->result->reject($throwable); - } - } - - /** - * @internal - */ - public function _handleFailure($reason) - { - unset($this->currentPromise); - try { - $nextYield = $this->generator->throw(Create::exceptionFor($reason)); - // The throw was caught, so keep iterating on the coroutine - $this->nextCoroutine($nextYield); - } catch (Exception $exception) { - $this->result->reject($exception); - } catch (Throwable $throwable) { - $this->result->reject($throwable); - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/Create.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/Create.php deleted file mode 100644 index 8d038e9..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/Create.php +++ /dev/null @@ -1,84 +0,0 @@ -then([$promise, 'resolve'], [$promise, 'reject']); - return $promise; - } - - return new FulfilledPromise($value); - } - - /** - * Creates a rejected promise for a reason if the reason is not a promise. - * If the provided reason is a promise, then it is returned as-is. - * - * @param mixed $reason Promise or reason. - * - * @return PromiseInterface - */ - public static function rejectionFor($reason) - { - if ($reason instanceof PromiseInterface) { - return $reason; - } - - return new RejectedPromise($reason); - } - - /** - * Create an exception for a rejected promise value. - * - * @param mixed $reason - * - * @return \Exception|\Throwable - */ - public static function exceptionFor($reason) - { - if ($reason instanceof \Exception || $reason instanceof \Throwable) { - return $reason; - } - - return new RejectionException($reason); - } - - /** - * Returns an iterator for the given value. - * - * @param mixed $value - * - * @return \Iterator - */ - public static function iterFor($value) - { - if ($value instanceof \Iterator) { - return $value; - } - - if (is_array($value)) { - return new \ArrayIterator($value); - } - - return new \ArrayIterator([$value]); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/Each.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/Each.php deleted file mode 100644 index 1dda354..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/Each.php +++ /dev/null @@ -1,90 +0,0 @@ - $onFulfilled, - 'rejected' => $onRejected - ]))->promise(); - } - - /** - * Like of, but only allows a certain number of outstanding promises at any - * given time. - * - * $concurrency may be an integer or a function that accepts the number of - * pending promises and returns a numeric concurrency limit value to allow - * for dynamic a concurrency size. - * - * @param mixed $iterable - * @param int|callable $concurrency - * @param callable $onFulfilled - * @param callable $onRejected - * - * @return PromiseInterface - */ - public static function ofLimit( - $iterable, - $concurrency, - callable $onFulfilled = null, - callable $onRejected = null - ) { - return (new EachPromise($iterable, [ - 'fulfilled' => $onFulfilled, - 'rejected' => $onRejected, - 'concurrency' => $concurrency - ]))->promise(); - } - - /** - * Like limit, but ensures that no promise in the given $iterable argument - * is rejected. If any promise is rejected, then the aggregate promise is - * rejected with the encountered rejection. - * - * @param mixed $iterable - * @param int|callable $concurrency - * @param callable $onFulfilled - * - * @return PromiseInterface - */ - public static function ofLimitAll( - $iterable, - $concurrency, - callable $onFulfilled = null - ) { - return each_limit( - $iterable, - $concurrency, - $onFulfilled, - function ($reason, $idx, PromiseInterface $aggregate) { - $aggregate->reject($reason); - } - ); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/EachPromise.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/EachPromise.php deleted file mode 100644 index 748f471..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/EachPromise.php +++ /dev/null @@ -1,254 +0,0 @@ -iterable = Create::iterFor($iterable); - - if (isset($config['concurrency'])) { - $this->concurrency = $config['concurrency']; - } - - if (isset($config['fulfilled'])) { - $this->onFulfilled = $config['fulfilled']; - } - - if (isset($config['rejected'])) { - $this->onRejected = $config['rejected']; - } - } - - /** @psalm-suppress InvalidNullableReturnType */ - public function promise() - { - if ($this->aggregate) { - return $this->aggregate; - } - - try { - $this->createPromise(); - /** @psalm-assert Promise $this->aggregate */ - $this->iterable->rewind(); - if (!$this->checkIfFinished()) { - $this->refillPending(); - } - } catch (\Throwable $e) { - /** - * @psalm-suppress NullReference - * @phpstan-ignore-next-line - */ - $this->aggregate->reject($e); - } catch (\Exception $e) { - /** - * @psalm-suppress NullReference - * @phpstan-ignore-next-line - */ - $this->aggregate->reject($e); - } - - /** - * @psalm-suppress NullableReturnStatement - * @phpstan-ignore-next-line - */ - return $this->aggregate; - } - - private function createPromise() - { - $this->mutex = false; - $this->aggregate = new Promise(function () { - reset($this->pending); - // Consume a potentially fluctuating list of promises while - // ensuring that indexes are maintained (precluding array_shift). - while ($promise = current($this->pending)) { - next($this->pending); - $promise->wait(); - if (Is::settled($this->aggregate)) { - return; - } - } - }); - - // Clear the references when the promise is resolved. - $clearFn = function () { - $this->iterable = $this->concurrency = $this->pending = null; - $this->onFulfilled = $this->onRejected = null; - $this->nextPendingIndex = 0; - }; - - $this->aggregate->then($clearFn, $clearFn); - } - - private function refillPending() - { - if (!$this->concurrency) { - // Add all pending promises. - while ($this->addPending() && $this->advanceIterator()); - return; - } - - // Add only up to N pending promises. - $concurrency = is_callable($this->concurrency) - ? call_user_func($this->concurrency, count($this->pending)) - : $this->concurrency; - $concurrency = max($concurrency - count($this->pending), 0); - // Concurrency may be set to 0 to disallow new promises. - if (!$concurrency) { - return; - } - // Add the first pending promise. - $this->addPending(); - // Note this is special handling for concurrency=1 so that we do - // not advance the iterator after adding the first promise. This - // helps work around issues with generators that might not have the - // next value to yield until promise callbacks are called. - while (--$concurrency - && $this->advanceIterator() - && $this->addPending()); - } - - private function addPending() - { - if (!$this->iterable || !$this->iterable->valid()) { - return false; - } - - $promise = Create::promiseFor($this->iterable->current()); - $key = $this->iterable->key(); - - // Iterable keys may not be unique, so we use a counter to - // guarantee uniqueness - $idx = $this->nextPendingIndex++; - - $this->pending[$idx] = $promise->then( - function ($value) use ($idx, $key) { - if ($this->onFulfilled) { - call_user_func( - $this->onFulfilled, - $value, - $key, - $this->aggregate - ); - } - $this->step($idx); - }, - function ($reason) use ($idx, $key) { - if ($this->onRejected) { - call_user_func( - $this->onRejected, - $reason, - $key, - $this->aggregate - ); - } - $this->step($idx); - } - ); - - return true; - } - - private function advanceIterator() - { - // Place a lock on the iterator so that we ensure to not recurse, - // preventing fatal generator errors. - if ($this->mutex) { - return false; - } - - $this->mutex = true; - - try { - $this->iterable->next(); - $this->mutex = false; - return true; - } catch (\Throwable $e) { - $this->aggregate->reject($e); - $this->mutex = false; - return false; - } catch (\Exception $e) { - $this->aggregate->reject($e); - $this->mutex = false; - return false; - } - } - - private function step($idx) - { - // If the promise was already resolved, then ignore this step. - if (Is::settled($this->aggregate)) { - return; - } - - unset($this->pending[$idx]); - - // Only refill pending promises if we are not locked, preventing the - // EachPromise to recursively invoke the provided iterator, which - // cause a fatal error: "Cannot resume an already running generator" - if ($this->advanceIterator() && !$this->checkIfFinished()) { - // Add more pending promises if possible. - $this->refillPending(); - } - } - - private function checkIfFinished() - { - if (!$this->pending && !$this->iterable->valid()) { - // Resolve the promise if there's nothing left to do. - $this->aggregate->resolve(null); - return true; - } - - return false; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/FulfilledPromise.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/FulfilledPromise.php deleted file mode 100644 index 98f72a6..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/FulfilledPromise.php +++ /dev/null @@ -1,84 +0,0 @@ -value = $value; - } - - public function then( - callable $onFulfilled = null, - callable $onRejected = null - ) { - // Return itself if there is no onFulfilled function. - if (!$onFulfilled) { - return $this; - } - - $queue = Utils::queue(); - $p = new Promise([$queue, 'run']); - $value = $this->value; - $queue->add(static function () use ($p, $value, $onFulfilled) { - if (Is::pending($p)) { - try { - $p->resolve($onFulfilled($value)); - } catch (\Throwable $e) { - $p->reject($e); - } catch (\Exception $e) { - $p->reject($e); - } - } - }); - - return $p; - } - - public function otherwise(callable $onRejected) - { - return $this->then(null, $onRejected); - } - - public function wait($unwrap = true, $defaultDelivery = null) - { - return $unwrap ? $this->value : null; - } - - public function getState() - { - return self::FULFILLED; - } - - public function resolve($value) - { - if ($value !== $this->value) { - throw new \LogicException("Cannot resolve a fulfilled promise"); - } - } - - public function reject($reason) - { - throw new \LogicException("Cannot reject a fulfilled promise"); - } - - public function cancel() - { - // pass - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/Is.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/Is.php deleted file mode 100644 index c3ed8d0..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/Is.php +++ /dev/null @@ -1,46 +0,0 @@ -getState() === PromiseInterface::PENDING; - } - - /** - * Returns true if a promise is fulfilled or rejected. - * - * @return bool - */ - public static function settled(PromiseInterface $promise) - { - return $promise->getState() !== PromiseInterface::PENDING; - } - - /** - * Returns true if a promise is fulfilled. - * - * @return bool - */ - public static function fulfilled(PromiseInterface $promise) - { - return $promise->getState() === PromiseInterface::FULFILLED; - } - - /** - * Returns true if a promise is rejected. - * - * @return bool - */ - public static function rejected(PromiseInterface $promise) - { - return $promise->getState() === PromiseInterface::REJECTED; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/Promise.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/Promise.php deleted file mode 100644 index 7593905..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/Promise.php +++ /dev/null @@ -1,278 +0,0 @@ -waitFn = $waitFn; - $this->cancelFn = $cancelFn; - } - - public function then( - callable $onFulfilled = null, - callable $onRejected = null - ) { - if ($this->state === self::PENDING) { - $p = new Promise(null, [$this, 'cancel']); - $this->handlers[] = [$p, $onFulfilled, $onRejected]; - $p->waitList = $this->waitList; - $p->waitList[] = $this; - return $p; - } - - // Return a fulfilled promise and immediately invoke any callbacks. - if ($this->state === self::FULFILLED) { - $promise = Create::promiseFor($this->result); - return $onFulfilled ? $promise->then($onFulfilled) : $promise; - } - - // It's either cancelled or rejected, so return a rejected promise - // and immediately invoke any callbacks. - $rejection = Create::rejectionFor($this->result); - return $onRejected ? $rejection->then(null, $onRejected) : $rejection; - } - - public function otherwise(callable $onRejected) - { - return $this->then(null, $onRejected); - } - - public function wait($unwrap = true) - { - $this->waitIfPending(); - - if ($this->result instanceof PromiseInterface) { - return $this->result->wait($unwrap); - } - if ($unwrap) { - if ($this->state === self::FULFILLED) { - return $this->result; - } - // It's rejected so "unwrap" and throw an exception. - throw Create::exceptionFor($this->result); - } - } - - public function getState() - { - return $this->state; - } - - public function cancel() - { - if ($this->state !== self::PENDING) { - return; - } - - $this->waitFn = $this->waitList = null; - - if ($this->cancelFn) { - $fn = $this->cancelFn; - $this->cancelFn = null; - try { - $fn(); - } catch (\Throwable $e) { - $this->reject($e); - } catch (\Exception $e) { - $this->reject($e); - } - } - - // Reject the promise only if it wasn't rejected in a then callback. - /** @psalm-suppress RedundantCondition */ - if ($this->state === self::PENDING) { - $this->reject(new CancellationException('Promise has been cancelled')); - } - } - - public function resolve($value) - { - $this->settle(self::FULFILLED, $value); - } - - public function reject($reason) - { - $this->settle(self::REJECTED, $reason); - } - - private function settle($state, $value) - { - if ($this->state !== self::PENDING) { - // Ignore calls with the same resolution. - if ($state === $this->state && $value === $this->result) { - return; - } - throw $this->state === $state - ? new \LogicException("The promise is already {$state}.") - : new \LogicException("Cannot change a {$this->state} promise to {$state}"); - } - - if ($value === $this) { - throw new \LogicException('Cannot fulfill or reject a promise with itself'); - } - - // Clear out the state of the promise but stash the handlers. - $this->state = $state; - $this->result = $value; - $handlers = $this->handlers; - $this->handlers = null; - $this->waitList = $this->waitFn = null; - $this->cancelFn = null; - - if (!$handlers) { - return; - } - - // If the value was not a settled promise or a thenable, then resolve - // it in the task queue using the correct ID. - if (!is_object($value) || !method_exists($value, 'then')) { - $id = $state === self::FULFILLED ? 1 : 2; - // It's a success, so resolve the handlers in the queue. - Utils::queue()->add(static function () use ($id, $value, $handlers) { - foreach ($handlers as $handler) { - self::callHandler($id, $value, $handler); - } - }); - } elseif ($value instanceof Promise && Is::pending($value)) { - // We can just merge our handlers onto the next promise. - $value->handlers = array_merge($value->handlers, $handlers); - } else { - // Resolve the handlers when the forwarded promise is resolved. - $value->then( - static function ($value) use ($handlers) { - foreach ($handlers as $handler) { - self::callHandler(1, $value, $handler); - } - }, - static function ($reason) use ($handlers) { - foreach ($handlers as $handler) { - self::callHandler(2, $reason, $handler); - } - } - ); - } - } - - /** - * Call a stack of handlers using a specific callback index and value. - * - * @param int $index 1 (resolve) or 2 (reject). - * @param mixed $value Value to pass to the callback. - * @param array $handler Array of handler data (promise and callbacks). - */ - private static function callHandler($index, $value, array $handler) - { - /** @var PromiseInterface $promise */ - $promise = $handler[0]; - - // The promise may have been cancelled or resolved before placing - // this thunk in the queue. - if (Is::settled($promise)) { - return; - } - - try { - if (isset($handler[$index])) { - /* - * If $f throws an exception, then $handler will be in the exception - * stack trace. Since $handler contains a reference to the callable - * itself we get a circular reference. We clear the $handler - * here to avoid that memory leak. - */ - $f = $handler[$index]; - unset($handler); - $promise->resolve($f($value)); - } elseif ($index === 1) { - // Forward resolution values as-is. - $promise->resolve($value); - } else { - // Forward rejections down the chain. - $promise->reject($value); - } - } catch (\Throwable $reason) { - $promise->reject($reason); - } catch (\Exception $reason) { - $promise->reject($reason); - } - } - - private function waitIfPending() - { - if ($this->state !== self::PENDING) { - return; - } elseif ($this->waitFn) { - $this->invokeWaitFn(); - } elseif ($this->waitList) { - $this->invokeWaitList(); - } else { - // If there's no wait function, then reject the promise. - $this->reject('Cannot wait on a promise that has ' - . 'no internal wait function. You must provide a wait ' - . 'function when constructing the promise to be able to ' - . 'wait on a promise.'); - } - - Utils::queue()->run(); - - /** @psalm-suppress RedundantCondition */ - if ($this->state === self::PENDING) { - $this->reject('Invoking the wait callback did not resolve the promise'); - } - } - - private function invokeWaitFn() - { - try { - $wfn = $this->waitFn; - $this->waitFn = null; - $wfn(true); - } catch (\Exception $reason) { - if ($this->state === self::PENDING) { - // The promise has not been resolved yet, so reject the promise - // with the exception. - $this->reject($reason); - } else { - // The promise was already resolved, so there's a problem in - // the application. - throw $reason; - } - } - } - - private function invokeWaitList() - { - $waitList = $this->waitList; - $this->waitList = null; - - foreach ($waitList as $result) { - do { - $result->waitIfPending(); - $result = $result->result; - } while ($result instanceof Promise); - - if ($result instanceof PromiseInterface) { - $result->wait(false); - } - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/PromiseInterface.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/PromiseInterface.php deleted file mode 100644 index e598331..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/PromiseInterface.php +++ /dev/null @@ -1,97 +0,0 @@ -reason = $reason; - } - - public function then( - callable $onFulfilled = null, - callable $onRejected = null - ) { - // If there's no onRejected callback then just return self. - if (!$onRejected) { - return $this; - } - - $queue = Utils::queue(); - $reason = $this->reason; - $p = new Promise([$queue, 'run']); - $queue->add(static function () use ($p, $reason, $onRejected) { - if (Is::pending($p)) { - try { - // Return a resolved promise if onRejected does not throw. - $p->resolve($onRejected($reason)); - } catch (\Throwable $e) { - // onRejected threw, so return a rejected promise. - $p->reject($e); - } catch (\Exception $e) { - // onRejected threw, so return a rejected promise. - $p->reject($e); - } - } - }); - - return $p; - } - - public function otherwise(callable $onRejected) - { - return $this->then(null, $onRejected); - } - - public function wait($unwrap = true, $defaultDelivery = null) - { - if ($unwrap) { - throw Create::exceptionFor($this->reason); - } - - return null; - } - - public function getState() - { - return self::REJECTED; - } - - public function resolve($value) - { - throw new \LogicException("Cannot resolve a rejected promise"); - } - - public function reject($reason) - { - if ($reason !== $this->reason) { - throw new \LogicException("Cannot reject a rejected promise"); - } - } - - public function cancel() - { - // pass - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/RejectionException.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/RejectionException.php deleted file mode 100644 index e2f1377..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/RejectionException.php +++ /dev/null @@ -1,48 +0,0 @@ -reason = $reason; - - $message = 'The promise was rejected'; - - if ($description) { - $message .= ' with reason: ' . $description; - } elseif (is_string($reason) - || (is_object($reason) && method_exists($reason, '__toString')) - ) { - $message .= ' with reason: ' . $this->reason; - } elseif ($reason instanceof \JsonSerializable) { - $message .= ' with reason: ' - . json_encode($this->reason, JSON_PRETTY_PRINT); - } - - parent::__construct($message); - } - - /** - * Returns the rejection reason. - * - * @return mixed - */ - public function getReason() - { - return $this->reason; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/TaskQueue.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/TaskQueue.php deleted file mode 100644 index f0fba2c..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/TaskQueue.php +++ /dev/null @@ -1,67 +0,0 @@ -run(); - */ -class TaskQueue implements TaskQueueInterface -{ - private $enableShutdown = true; - private $queue = []; - - public function __construct($withShutdown = true) - { - if ($withShutdown) { - register_shutdown_function(function () { - if ($this->enableShutdown) { - // Only run the tasks if an E_ERROR didn't occur. - $err = error_get_last(); - if (!$err || ($err['type'] ^ E_ERROR)) { - $this->run(); - } - } - }); - } - } - - public function isEmpty() - { - return !$this->queue; - } - - public function add(callable $task) - { - $this->queue[] = $task; - } - - public function run() - { - while ($task = array_shift($this->queue)) { - /** @var callable $task */ - $task(); - } - } - - /** - * The task queue will be run and exhausted by default when the process - * exits IFF the exit is not the result of a PHP E_ERROR error. - * - * You can disable running the automatic shutdown of the queue by calling - * this function. If you disable the task queue shutdown process, then you - * MUST either run the task queue (as a result of running your event loop - * or manually using the run() method) or wait on each outstanding promise. - * - * Note: This shutdown will occur before any destructors are triggered. - */ - public function disableShutdown() - { - $this->enableShutdown = false; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/TaskQueueInterface.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/TaskQueueInterface.php deleted file mode 100644 index 723d4d5..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/TaskQueueInterface.php +++ /dev/null @@ -1,24 +0,0 @@ - - * while ($eventLoop->isRunning()) { - * GuzzleHttp\Promise\Utils::queue()->run(); - * } - * - * - * @param TaskQueueInterface $assign Optionally specify a new queue instance. - * - * @return TaskQueueInterface - */ - public static function queue(TaskQueueInterface $assign = null) - { - static $queue; - - if ($assign) { - $queue = $assign; - } elseif (!$queue) { - $queue = new TaskQueue(); - } - - return $queue; - } - - /** - * Adds a function to run in the task queue when it is next `run()` and - * returns a promise that is fulfilled or rejected with the result. - * - * @param callable $task Task function to run. - * - * @return PromiseInterface - */ - public static function task(callable $task) - { - $queue = self::queue(); - $promise = new Promise([$queue, 'run']); - $queue->add(function () use ($task, $promise) { - try { - $promise->resolve($task()); - } catch (\Throwable $e) { - $promise->reject($e); - } catch (\Exception $e) { - $promise->reject($e); - } - }); - - return $promise; - } - - /** - * Synchronously waits on a promise to resolve and returns an inspection - * state array. - * - * Returns a state associative array containing a "state" key mapping to a - * valid promise state. If the state of the promise is "fulfilled", the - * array will contain a "value" key mapping to the fulfilled value of the - * promise. If the promise is rejected, the array will contain a "reason" - * key mapping to the rejection reason of the promise. - * - * @param PromiseInterface $promise Promise or value. - * - * @return array - */ - public static function inspect(PromiseInterface $promise) - { - try { - return [ - 'state' => PromiseInterface::FULFILLED, - 'value' => $promise->wait() - ]; - } catch (RejectionException $e) { - return ['state' => PromiseInterface::REJECTED, 'reason' => $e->getReason()]; - } catch (\Throwable $e) { - return ['state' => PromiseInterface::REJECTED, 'reason' => $e]; - } catch (\Exception $e) { - return ['state' => PromiseInterface::REJECTED, 'reason' => $e]; - } - } - - /** - * Waits on all of the provided promises, but does not unwrap rejected - * promises as thrown exception. - * - * Returns an array of inspection state arrays. - * - * @see inspect for the inspection state array format. - * - * @param PromiseInterface[] $promises Traversable of promises to wait upon. - * - * @return array - */ - public static function inspectAll($promises) - { - $results = []; - foreach ($promises as $key => $promise) { - $results[$key] = inspect($promise); - } - - return $results; - } - - /** - * Waits on all of the provided promises and returns the fulfilled values. - * - * Returns an array that contains the value of each promise (in the same - * order the promises were provided). An exception is thrown if any of the - * promises are rejected. - * - * @param iterable $promises Iterable of PromiseInterface objects to wait on. - * - * @return array - * - * @throws \Exception on error - * @throws \Throwable on error in PHP >=7 - */ - public static function unwrap($promises) - { - $results = []; - foreach ($promises as $key => $promise) { - $results[$key] = $promise->wait(); - } - - return $results; - } - - /** - * Given an array of promises, return a promise that is fulfilled when all - * the items in the array are fulfilled. - * - * The promise's fulfillment value is an array with fulfillment values at - * respective positions to the original array. If any promise in the array - * rejects, the returned promise is rejected with the rejection reason. - * - * @param mixed $promises Promises or values. - * @param bool $recursive If true, resolves new promises that might have been added to the stack during its own resolution. - * - * @return PromiseInterface - */ - public static function all($promises, $recursive = false) - { - $results = []; - $promise = Each::of( - $promises, - function ($value, $idx) use (&$results) { - $results[$idx] = $value; - }, - function ($reason, $idx, Promise $aggregate) { - $aggregate->reject($reason); - } - )->then(function () use (&$results) { - ksort($results); - return $results; - }); - - if (true === $recursive) { - $promise = $promise->then(function ($results) use ($recursive, &$promises) { - foreach ($promises as $promise) { - if (Is::pending($promise)) { - return self::all($promises, $recursive); - } - } - return $results; - }); - } - - return $promise; - } - - /** - * Initiate a competitive race between multiple promises or values (values - * will become immediately fulfilled promises). - * - * When count amount of promises have been fulfilled, the returned promise - * is fulfilled with an array that contains the fulfillment values of the - * winners in order of resolution. - * - * This promise is rejected with a {@see AggregateException} if the number - * of fulfilled promises is less than the desired $count. - * - * @param int $count Total number of promises. - * @param mixed $promises Promises or values. - * - * @return PromiseInterface - */ - public static function some($count, $promises) - { - $results = []; - $rejections = []; - - return Each::of( - $promises, - function ($value, $idx, PromiseInterface $p) use (&$results, $count) { - if (Is::settled($p)) { - return; - } - $results[$idx] = $value; - if (count($results) >= $count) { - $p->resolve(null); - } - }, - function ($reason) use (&$rejections) { - $rejections[] = $reason; - } - )->then( - function () use (&$results, &$rejections, $count) { - if (count($results) !== $count) { - throw new AggregateException( - 'Not enough promises to fulfill count', - $rejections - ); - } - ksort($results); - return array_values($results); - } - ); - } - - /** - * Like some(), with 1 as count. However, if the promise fulfills, the - * fulfillment value is not an array of 1 but the value directly. - * - * @param mixed $promises Promises or values. - * - * @return PromiseInterface - */ - public static function any($promises) - { - return self::some(1, $promises)->then(function ($values) { - return $values[0]; - }); - } - - /** - * Returns a promise that is fulfilled when all of the provided promises have - * been fulfilled or rejected. - * - * The returned promise is fulfilled with an array of inspection state arrays. - * - * @see inspect for the inspection state array format. - * - * @param mixed $promises Promises or values. - * - * @return PromiseInterface - */ - public static function settle($promises) - { - $results = []; - - return Each::of( - $promises, - function ($value, $idx) use (&$results) { - $results[$idx] = ['state' => PromiseInterface::FULFILLED, 'value' => $value]; - }, - function ($reason, $idx) use (&$results) { - $results[$idx] = ['state' => PromiseInterface::REJECTED, 'reason' => $reason]; - } - )->then(function () use (&$results) { - ksort($results); - return $results; - }); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/functions.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/functions.php deleted file mode 100644 index c03d39d..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/functions.php +++ /dev/null @@ -1,363 +0,0 @@ - - * while ($eventLoop->isRunning()) { - * GuzzleHttp\Promise\queue()->run(); - * } - * - * - * @param TaskQueueInterface $assign Optionally specify a new queue instance. - * - * @return TaskQueueInterface - * - * @deprecated queue will be removed in guzzlehttp/promises:2.0. Use Utils::queue instead. - */ -function queue(TaskQueueInterface $assign = null) -{ - return Utils::queue($assign); -} - -/** - * Adds a function to run in the task queue when it is next `run()` and returns - * a promise that is fulfilled or rejected with the result. - * - * @param callable $task Task function to run. - * - * @return PromiseInterface - * - * @deprecated task will be removed in guzzlehttp/promises:2.0. Use Utils::task instead. - */ -function task(callable $task) -{ - return Utils::task($task); -} - -/** - * Creates a promise for a value if the value is not a promise. - * - * @param mixed $value Promise or value. - * - * @return PromiseInterface - * - * @deprecated promise_for will be removed in guzzlehttp/promises:2.0. Use Create::promiseFor instead. - */ -function promise_for($value) -{ - return Create::promiseFor($value); -} - -/** - * Creates a rejected promise for a reason if the reason is not a promise. If - * the provided reason is a promise, then it is returned as-is. - * - * @param mixed $reason Promise or reason. - * - * @return PromiseInterface - * - * @deprecated rejection_for will be removed in guzzlehttp/promises:2.0. Use Create::rejectionFor instead. - */ -function rejection_for($reason) -{ - return Create::rejectionFor($reason); -} - -/** - * Create an exception for a rejected promise value. - * - * @param mixed $reason - * - * @return \Exception|\Throwable - * - * @deprecated exception_for will be removed in guzzlehttp/promises:2.0. Use Create::exceptionFor instead. - */ -function exception_for($reason) -{ - return Create::exceptionFor($reason); -} - -/** - * Returns an iterator for the given value. - * - * @param mixed $value - * - * @return \Iterator - * - * @deprecated iter_for will be removed in guzzlehttp/promises:2.0. Use Create::iterFor instead. - */ -function iter_for($value) -{ - return Create::iterFor($value); -} - -/** - * Synchronously waits on a promise to resolve and returns an inspection state - * array. - * - * Returns a state associative array containing a "state" key mapping to a - * valid promise state. If the state of the promise is "fulfilled", the array - * will contain a "value" key mapping to the fulfilled value of the promise. If - * the promise is rejected, the array will contain a "reason" key mapping to - * the rejection reason of the promise. - * - * @param PromiseInterface $promise Promise or value. - * - * @return array - * - * @deprecated inspect will be removed in guzzlehttp/promises:2.0. Use Utils::inspect instead. - */ -function inspect(PromiseInterface $promise) -{ - return Utils::inspect($promise); -} - -/** - * Waits on all of the provided promises, but does not unwrap rejected promises - * as thrown exception. - * - * Returns an array of inspection state arrays. - * - * @see inspect for the inspection state array format. - * - * @param PromiseInterface[] $promises Traversable of promises to wait upon. - * - * @return array - * - * @deprecated inspect will be removed in guzzlehttp/promises:2.0. Use Utils::inspectAll instead. - */ -function inspect_all($promises) -{ - return Utils::inspectAll($promises); -} - -/** - * Waits on all of the provided promises and returns the fulfilled values. - * - * Returns an array that contains the value of each promise (in the same order - * the promises were provided). An exception is thrown if any of the promises - * are rejected. - * - * @param iterable $promises Iterable of PromiseInterface objects to wait on. - * - * @return array - * - * @throws \Exception on error - * @throws \Throwable on error in PHP >=7 - * - * @deprecated unwrap will be removed in guzzlehttp/promises:2.0. Use Utils::unwrap instead. - */ -function unwrap($promises) -{ - return Utils::unwrap($promises); -} - -/** - * Given an array of promises, return a promise that is fulfilled when all the - * items in the array are fulfilled. - * - * The promise's fulfillment value is an array with fulfillment values at - * respective positions to the original array. If any promise in the array - * rejects, the returned promise is rejected with the rejection reason. - * - * @param mixed $promises Promises or values. - * @param bool $recursive If true, resolves new promises that might have been added to the stack during its own resolution. - * - * @return PromiseInterface - * - * @deprecated all will be removed in guzzlehttp/promises:2.0. Use Utils::all instead. - */ -function all($promises, $recursive = false) -{ - return Utils::all($promises, $recursive); -} - -/** - * Initiate a competitive race between multiple promises or values (values will - * become immediately fulfilled promises). - * - * When count amount of promises have been fulfilled, the returned promise is - * fulfilled with an array that contains the fulfillment values of the winners - * in order of resolution. - * - * This promise is rejected with a {@see AggregateException} if the number of - * fulfilled promises is less than the desired $count. - * - * @param int $count Total number of promises. - * @param mixed $promises Promises or values. - * - * @return PromiseInterface - * - * @deprecated some will be removed in guzzlehttp/promises:2.0. Use Utils::some instead. - */ -function some($count, $promises) -{ - return Utils::some($count, $promises); -} - -/** - * Like some(), with 1 as count. However, if the promise fulfills, the - * fulfillment value is not an array of 1 but the value directly. - * - * @param mixed $promises Promises or values. - * - * @return PromiseInterface - * - * @deprecated any will be removed in guzzlehttp/promises:2.0. Use Utils::any instead. - */ -function any($promises) -{ - return Utils::any($promises); -} - -/** - * Returns a promise that is fulfilled when all of the provided promises have - * been fulfilled or rejected. - * - * The returned promise is fulfilled with an array of inspection state arrays. - * - * @see inspect for the inspection state array format. - * - * @param mixed $promises Promises or values. - * - * @return PromiseInterface - * - * @deprecated settle will be removed in guzzlehttp/promises:2.0. Use Utils::settle instead. - */ -function settle($promises) -{ - return Utils::settle($promises); -} - -/** - * Given an iterator that yields promises or values, returns a promise that is - * fulfilled with a null value when the iterator has been consumed or the - * aggregate promise has been fulfilled or rejected. - * - * $onFulfilled is a function that accepts the fulfilled value, iterator index, - * and the aggregate promise. The callback can invoke any necessary side - * effects and choose to resolve or reject the aggregate if needed. - * - * $onRejected is a function that accepts the rejection reason, iterator index, - * and the aggregate promise. The callback can invoke any necessary side - * effects and choose to resolve or reject the aggregate if needed. - * - * @param mixed $iterable Iterator or array to iterate over. - * @param callable $onFulfilled - * @param callable $onRejected - * - * @return PromiseInterface - * - * @deprecated each will be removed in guzzlehttp/promises:2.0. Use Each::of instead. - */ -function each( - $iterable, - callable $onFulfilled = null, - callable $onRejected = null -) { - return Each::of($iterable, $onFulfilled, $onRejected); -} - -/** - * Like each, but only allows a certain number of outstanding promises at any - * given time. - * - * $concurrency may be an integer or a function that accepts the number of - * pending promises and returns a numeric concurrency limit value to allow for - * dynamic a concurrency size. - * - * @param mixed $iterable - * @param int|callable $concurrency - * @param callable $onFulfilled - * @param callable $onRejected - * - * @return PromiseInterface - * - * @deprecated each_limit will be removed in guzzlehttp/promises:2.0. Use Each::ofLimit instead. - */ -function each_limit( - $iterable, - $concurrency, - callable $onFulfilled = null, - callable $onRejected = null -) { - return Each::ofLimit($iterable, $concurrency, $onFulfilled, $onRejected); -} - -/** - * Like each_limit, but ensures that no promise in the given $iterable argument - * is rejected. If any promise is rejected, then the aggregate promise is - * rejected with the encountered rejection. - * - * @param mixed $iterable - * @param int|callable $concurrency - * @param callable $onFulfilled - * - * @return PromiseInterface - * - * @deprecated each_limit_all will be removed in guzzlehttp/promises:2.0. Use Each::ofLimitAll instead. - */ -function each_limit_all( - $iterable, - $concurrency, - callable $onFulfilled = null -) { - return Each::ofLimitAll($iterable, $concurrency, $onFulfilled); -} - -/** - * Returns true if a promise is fulfilled. - * - * @return bool - * - * @deprecated is_fulfilled will be removed in guzzlehttp/promises:2.0. Use Is::fulfilled instead. - */ -function is_fulfilled(PromiseInterface $promise) -{ - return Is::fulfilled($promise); -} - -/** - * Returns true if a promise is rejected. - * - * @return bool - * - * @deprecated is_rejected will be removed in guzzlehttp/promises:2.0. Use Is::rejected instead. - */ -function is_rejected(PromiseInterface $promise) -{ - return Is::rejected($promise); -} - -/** - * Returns true if a promise is fulfilled or rejected. - * - * @return bool - * - * @deprecated is_settled will be removed in guzzlehttp/promises:2.0. Use Is::settled instead. - */ -function is_settled(PromiseInterface $promise) -{ - return Is::settled($promise); -} - -/** - * Create a new coroutine. - * - * @see Coroutine - * - * @return PromiseInterface - * - * @deprecated coroutine will be removed in guzzlehttp/promises:2.0. Use Coroutine::of instead. - */ -function coroutine(callable $generatorFn) -{ - return Coroutine::of($generatorFn); -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/promises/src/functions_include.php b/plugins/automagic-images/vendor/guzzlehttp/promises/src/functions_include.php deleted file mode 100644 index 34cd171..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/promises/src/functions_include.php +++ /dev/null @@ -1,6 +0,0 @@ -withPath('foo')->withHost('example.com')` will throw an exception - because the path of a URI with an authority must start with a slash "/" or be empty - - `(new Uri())->withScheme('http')` will return `'http://localhost'` - -### Deprecated - -- `Uri::resolve` in favor of `UriResolver::resolve` -- `Uri::removeDotSegments` in favor of `UriResolver::removeDotSegments` - -### Fixed - -- `Stream::read` when length parameter <= 0. -- `copy_to_stream` reads bytes in chunks instead of `maxLen` into memory. -- `ServerRequest::getUriFromGlobals` when `Host` header contains port. -- Compatibility of URIs with `file` scheme and empty host. - - -## [1.3.1] - 2016-06-25 - -### Fixed - -- `Uri::__toString` for network path references, e.g. `//example.org`. -- Missing lowercase normalization for host. -- Handling of URI components in case they are `'0'` in a lot of places, - e.g. as a user info password. -- `Uri::withAddedHeader` to correctly merge headers with different case. -- Trimming of header values in `Uri::withAddedHeader`. Header values may - be surrounded by whitespace which should be ignored according to RFC 7230 - Section 3.2.4. This does not apply to header names. -- `Uri::withAddedHeader` with an array of header values. -- `Uri::resolve` when base path has no slash and handling of fragment. -- Handling of encoding in `Uri::with(out)QueryValue` so one can pass the - key/value both in encoded as well as decoded form to those methods. This is - consistent with withPath, withQuery etc. -- `ServerRequest::withoutAttribute` when attribute value is null. - - -## [1.3.0] - 2016-04-13 - -### Added - -- Remaining interfaces needed for full PSR7 compatibility - (ServerRequestInterface, UploadedFileInterface, etc.). -- Support for stream_for from scalars. - -### Changed - -- Can now extend Uri. - -### Fixed -- A bug in validating request methods by making it more permissive. - - -## [1.2.3] - 2016-02-18 - -### Fixed - -- Support in `GuzzleHttp\Psr7\CachingStream` for seeking forward on remote - streams, which can sometimes return fewer bytes than requested with `fread`. -- Handling of gzipped responses with FNAME headers. - - -## [1.2.2] - 2016-01-22 - -### Added - -- Support for URIs without any authority. -- Support for HTTP 451 'Unavailable For Legal Reasons.' -- Support for using '0' as a filename. -- Support for including non-standard ports in Host headers. - - -## [1.2.1] - 2015-11-02 - -### Changes - -- Now supporting negative offsets when seeking to SEEK_END. - - -## [1.2.0] - 2015-08-15 - -### Changed - -- Body as `"0"` is now properly added to a response. -- Now allowing forward seeking in CachingStream. -- Now properly parsing HTTP requests that contain proxy targets in - `parse_request`. -- functions.php is now conditionally required. -- user-info is no longer dropped when resolving URIs. - - -## [1.1.0] - 2015-06-24 - -### Changed - -- URIs can now be relative. -- `multipart/form-data` headers are now overridden case-insensitively. -- URI paths no longer encode the following characters because they are allowed - in URIs: "(", ")", "*", "!", "'" -- A port is no longer added to a URI when the scheme is missing and no port is - present. - - -## 1.0.0 - 2015-05-19 - -Initial release. - -Currently unsupported: - -- `Psr\Http\Message\ServerRequestInterface` -- `Psr\Http\Message\UploadedFileInterface` - - - -[1.6.0]: https://github.com/guzzle/psr7/compare/1.5.2...1.6.0 -[1.5.2]: https://github.com/guzzle/psr7/compare/1.5.1...1.5.2 -[1.5.1]: https://github.com/guzzle/psr7/compare/1.5.0...1.5.1 -[1.5.0]: https://github.com/guzzle/psr7/compare/1.4.2...1.5.0 -[1.4.2]: https://github.com/guzzle/psr7/compare/1.4.1...1.4.2 -[1.4.1]: https://github.com/guzzle/psr7/compare/1.4.0...1.4.1 -[1.4.0]: https://github.com/guzzle/psr7/compare/1.3.1...1.4.0 -[1.3.1]: https://github.com/guzzle/psr7/compare/1.3.0...1.3.1 -[1.3.0]: https://github.com/guzzle/psr7/compare/1.2.3...1.3.0 -[1.2.3]: https://github.com/guzzle/psr7/compare/1.2.2...1.2.3 -[1.2.2]: https://github.com/guzzle/psr7/compare/1.2.1...1.2.2 -[1.2.1]: https://github.com/guzzle/psr7/compare/1.2.0...1.2.1 -[1.2.0]: https://github.com/guzzle/psr7/compare/1.1.0...1.2.0 -[1.1.0]: https://github.com/guzzle/psr7/compare/1.0.0...1.1.0 diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/LICENSE b/plugins/automagic-images/vendor/guzzlehttp/psr7/LICENSE deleted file mode 100644 index 581d95f..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2015 Michael Dowling, https://github.com/mtdowling - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/README.md b/plugins/automagic-images/vendor/guzzlehttp/psr7/README.md deleted file mode 100644 index acfabfd..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/README.md +++ /dev/null @@ -1,809 +0,0 @@ -# PSR-7 Message Implementation - -This repository contains a full [PSR-7](http://www.php-fig.org/psr/psr-7/) -message implementation, several stream decorators, and some helpful -functionality like query string parsing. - - -[![Build Status](https://travis-ci.org/guzzle/psr7.svg?branch=master)](https://travis-ci.org/guzzle/psr7) - - -# Stream implementation - -This package comes with a number of stream implementations and stream -decorators. - - -## AppendStream - -`GuzzleHttp\Psr7\AppendStream` - -Reads from multiple streams, one after the other. - -```php -use GuzzleHttp\Psr7; - -$a = Psr7\Utils::streamFor('abc, '); -$b = Psr7\Utils::streamFor('123.'); -$composed = new Psr7\AppendStream([$a, $b]); - -$composed->addStream(Psr7\Utils::streamFor(' Above all listen to me')); - -echo $composed; // abc, 123. Above all listen to me. -``` - - -## BufferStream - -`GuzzleHttp\Psr7\BufferStream` - -Provides a buffer stream that can be written to fill a buffer, and read -from to remove bytes from the buffer. - -This stream returns a "hwm" metadata value that tells upstream consumers -what the configured high water mark of the stream is, or the maximum -preferred size of the buffer. - -```php -use GuzzleHttp\Psr7; - -// When more than 1024 bytes are in the buffer, it will begin returning -// false to writes. This is an indication that writers should slow down. -$buffer = new Psr7\BufferStream(1024); -``` - - -## CachingStream - -The CachingStream is used to allow seeking over previously read bytes on -non-seekable streams. This can be useful when transferring a non-seekable -entity body fails due to needing to rewind the stream (for example, resulting -from a redirect). Data that is read from the remote stream will be buffered in -a PHP temp stream so that previously read bytes are cached first in memory, -then on disk. - -```php -use GuzzleHttp\Psr7; - -$original = Psr7\Utils::streamFor(fopen('http://www.google.com', 'r')); -$stream = new Psr7\CachingStream($original); - -$stream->read(1024); -echo $stream->tell(); -// 1024 - -$stream->seek(0); -echo $stream->tell(); -// 0 -``` - - -## DroppingStream - -`GuzzleHttp\Psr7\DroppingStream` - -Stream decorator that begins dropping data once the size of the underlying -stream becomes too full. - -```php -use GuzzleHttp\Psr7; - -// Create an empty stream -$stream = Psr7\Utils::streamFor(); - -// Start dropping data when the stream has more than 10 bytes -$dropping = new Psr7\DroppingStream($stream, 10); - -$dropping->write('01234567890123456789'); -echo $stream; // 0123456789 -``` - - -## FnStream - -`GuzzleHttp\Psr7\FnStream` - -Compose stream implementations based on a hash of functions. - -Allows for easy testing and extension of a provided stream without needing -to create a concrete class for a simple extension point. - -```php - -use GuzzleHttp\Psr7; - -$stream = Psr7\Utils::streamFor('hi'); -$fnStream = Psr7\FnStream::decorate($stream, [ - 'rewind' => function () use ($stream) { - echo 'About to rewind - '; - $stream->rewind(); - echo 'rewound!'; - } -]); - -$fnStream->rewind(); -// Outputs: About to rewind - rewound! -``` - - -## InflateStream - -`GuzzleHttp\Psr7\InflateStream` - -Uses PHP's zlib.inflate filter to inflate deflate or gzipped content. - -This stream decorator skips the first 10 bytes of the given stream to remove -the gzip header, converts the provided stream to a PHP stream resource, -then appends the zlib.inflate filter. The stream is then converted back -to a Guzzle stream resource to be used as a Guzzle stream. - - -## LazyOpenStream - -`GuzzleHttp\Psr7\LazyOpenStream` - -Lazily reads or writes to a file that is opened only after an IO operation -take place on the stream. - -```php -use GuzzleHttp\Psr7; - -$stream = new Psr7\LazyOpenStream('/path/to/file', 'r'); -// The file has not yet been opened... - -echo $stream->read(10); -// The file is opened and read from only when needed. -``` - - -## LimitStream - -`GuzzleHttp\Psr7\LimitStream` - -LimitStream can be used to read a subset or slice of an existing stream object. -This can be useful for breaking a large file into smaller pieces to be sent in -chunks (e.g. Amazon S3's multipart upload API). - -```php -use GuzzleHttp\Psr7; - -$original = Psr7\Utils::streamFor(fopen('/tmp/test.txt', 'r+')); -echo $original->getSize(); -// >>> 1048576 - -// Limit the size of the body to 1024 bytes and start reading from byte 2048 -$stream = new Psr7\LimitStream($original, 1024, 2048); -echo $stream->getSize(); -// >>> 1024 -echo $stream->tell(); -// >>> 0 -``` - - -## MultipartStream - -`GuzzleHttp\Psr7\MultipartStream` - -Stream that when read returns bytes for a streaming multipart or -multipart/form-data stream. - - -## NoSeekStream - -`GuzzleHttp\Psr7\NoSeekStream` - -NoSeekStream wraps a stream and does not allow seeking. - -```php -use GuzzleHttp\Psr7; - -$original = Psr7\Utils::streamFor('foo'); -$noSeek = new Psr7\NoSeekStream($original); - -echo $noSeek->read(3); -// foo -var_export($noSeek->isSeekable()); -// false -$noSeek->seek(0); -var_export($noSeek->read(3)); -// NULL -``` - - -## PumpStream - -`GuzzleHttp\Psr7\PumpStream` - -Provides a read only stream that pumps data from a PHP callable. - -When invoking the provided callable, the PumpStream will pass the amount of -data requested to read to the callable. The callable can choose to ignore -this value and return fewer or more bytes than requested. Any extra data -returned by the provided callable is buffered internally until drained using -the read() function of the PumpStream. The provided callable MUST return -false when there is no more data to read. - - -## Implementing stream decorators - -Creating a stream decorator is very easy thanks to the -`GuzzleHttp\Psr7\StreamDecoratorTrait`. This trait provides methods that -implement `Psr\Http\Message\StreamInterface` by proxying to an underlying -stream. Just `use` the `StreamDecoratorTrait` and implement your custom -methods. - -For example, let's say we wanted to call a specific function each time the last -byte is read from a stream. This could be implemented by overriding the -`read()` method. - -```php -use Psr\Http\Message\StreamInterface; -use GuzzleHttp\Psr7\StreamDecoratorTrait; - -class EofCallbackStream implements StreamInterface -{ - use StreamDecoratorTrait; - - private $callback; - - public function __construct(StreamInterface $stream, callable $cb) - { - $this->stream = $stream; - $this->callback = $cb; - } - - public function read($length) - { - $result = $this->stream->read($length); - - // Invoke the callback when EOF is hit. - if ($this->eof()) { - call_user_func($this->callback); - } - - return $result; - } -} -``` - -This decorator could be added to any existing stream and used like so: - -```php -use GuzzleHttp\Psr7; - -$original = Psr7\Utils::streamFor('foo'); - -$eofStream = new EofCallbackStream($original, function () { - echo 'EOF!'; -}); - -$eofStream->read(2); -$eofStream->read(1); -// echoes "EOF!" -$eofStream->seek(0); -$eofStream->read(3); -// echoes "EOF!" -``` - - -## PHP StreamWrapper - -You can use the `GuzzleHttp\Psr7\StreamWrapper` class if you need to use a -PSR-7 stream as a PHP stream resource. - -Use the `GuzzleHttp\Psr7\StreamWrapper::getResource()` method to create a PHP -stream from a PSR-7 stream. - -```php -use GuzzleHttp\Psr7\StreamWrapper; - -$stream = GuzzleHttp\Psr7\Utils::streamFor('hello!'); -$resource = StreamWrapper::getResource($stream); -echo fread($resource, 6); // outputs hello! -``` - - -# Static API - -There are various static methods available under the `GuzzleHttp\Psr7` namespace. - - -## `GuzzleHttp\Psr7\Message::toString` - -`public static function toString(MessageInterface $message): string` - -Returns the string representation of an HTTP message. - -```php -$request = new GuzzleHttp\Psr7\Request('GET', 'http://example.com'); -echo GuzzleHttp\Psr7\Message::toString($request); -``` - - -## `GuzzleHttp\Psr7\Message::bodySummary` - -`public static function bodySummary(MessageInterface $message, int $truncateAt = 120): string|null` - -Get a short summary of the message body. - -Will return `null` if the response is not printable. - - -## `GuzzleHttp\Psr7\Message::rewindBody` - -`public static function rewindBody(MessageInterface $message): void` - -Attempts to rewind a message body and throws an exception on failure. - -The body of the message will only be rewound if a call to `tell()` -returns a value other than `0`. - - -## `GuzzleHttp\Psr7\Message::parseMessage` - -`public static function parseMessage(string $message): array` - -Parses an HTTP message into an associative array. - -The array contains the "start-line" key containing the start line of -the message, "headers" key containing an associative array of header -array values, and a "body" key containing the body of the message. - - -## `GuzzleHttp\Psr7\Message::parseRequestUri` - -`public static function parseRequestUri(string $path, array $headers): string` - -Constructs a URI for an HTTP request message. - - -## `GuzzleHttp\Psr7\Message::parseRequest` - -`public static function parseRequest(string $message): Request` - -Parses a request message string into a request object. - - -## `GuzzleHttp\Psr7\Message::parseResponse` - -`public static function parseResponse(string $message): Response` - -Parses a response message string into a response object. - - -## `GuzzleHttp\Psr7\Header::parse` - -`public static function parse(string|array $header): array` - -Parse an array of header values containing ";" separated data into an -array of associative arrays representing the header key value pair data -of the header. When a parameter does not contain a value, but just -contains a key, this function will inject a key with a '' string value. - - -## `GuzzleHttp\Psr7\Header::normalize` - -`public static function normalize(string|array $header): array` - -Converts an array of header values that may contain comma separated -headers into an array of headers with no comma separated values. - - -## `GuzzleHttp\Psr7\Query::parse` - -`public static function parse(string $str, int|bool $urlEncoding = true): array` - -Parse a query string into an associative array. - -If multiple values are found for the same key, the value of that key -value pair will become an array. This function does not parse nested -PHP style arrays into an associative array (e.g., `foo[a]=1&foo[b]=2` -will be parsed into `['foo[a]' => '1', 'foo[b]' => '2'])`. - - -## `GuzzleHttp\Psr7\Query::build` - -`public static function build(array $params, int|false $encoding = PHP_QUERY_RFC3986): string` - -Build a query string from an array of key value pairs. - -This function can use the return value of `parse()` to build a query -string. This function does not modify the provided keys when an array is -encountered (like `http_build_query()` would). - - -## `GuzzleHttp\Psr7\Utils::caselessRemove` - -`public static function caselessRemove(iterable $keys, $keys, array $data): array` - -Remove the items given by the keys, case insensitively from the data. - - -## `GuzzleHttp\Psr7\Utils::copyToStream` - -`public static function copyToStream(StreamInterface $source, StreamInterface $dest, int $maxLen = -1): void` - -Copy the contents of a stream into another stream until the given number -of bytes have been read. - - -## `GuzzleHttp\Psr7\Utils::copyToString` - -`public static function copyToString(StreamInterface $stream, int $maxLen = -1): string` - -Copy the contents of a stream into a string until the given number of -bytes have been read. - - -## `GuzzleHttp\Psr7\Utils::hash` - -`public static function hash(StreamInterface $stream, string $algo, bool $rawOutput = false): string` - -Calculate a hash of a stream. - -This method reads the entire stream to calculate a rolling hash, based on -PHP's `hash_init` functions. - - -## `GuzzleHttp\Psr7\Utils::modifyRequest` - -`public static function modifyRequest(RequestInterface $request, array $changes): RequestInterface` - -Clone and modify a request with the given changes. - -This method is useful for reducing the number of clones needed to mutate -a message. - -- method: (string) Changes the HTTP method. -- set_headers: (array) Sets the given headers. -- remove_headers: (array) Remove the given headers. -- body: (mixed) Sets the given body. -- uri: (UriInterface) Set the URI. -- query: (string) Set the query string value of the URI. -- version: (string) Set the protocol version. - - -## `GuzzleHttp\Psr7\Utils::readLine` - -`public static function readLine(StreamInterface $stream, int $maxLength = null): string` - -Read a line from the stream up to the maximum allowed buffer length. - - -## `GuzzleHttp\Psr7\Utils::streamFor` - -`public static function streamFor(resource|string|null|int|float|bool|StreamInterface|callable|\Iterator $resource = '', array $options = []): StreamInterface` - -Create a new stream based on the input type. - -Options is an associative array that can contain the following keys: - -- metadata: Array of custom metadata. -- size: Size of the stream. - -This method accepts the following `$resource` types: - -- `Psr\Http\Message\StreamInterface`: Returns the value as-is. -- `string`: Creates a stream object that uses the given string as the contents. -- `resource`: Creates a stream object that wraps the given PHP stream resource. -- `Iterator`: If the provided value implements `Iterator`, then a read-only - stream object will be created that wraps the given iterable. Each time the - stream is read from, data from the iterator will fill a buffer and will be - continuously called until the buffer is equal to the requested read size. - Subsequent read calls will first read from the buffer and then call `next` - on the underlying iterator until it is exhausted. -- `object` with `__toString()`: If the object has the `__toString()` method, - the object will be cast to a string and then a stream will be returned that - uses the string value. -- `NULL`: When `null` is passed, an empty stream object is returned. -- `callable` When a callable is passed, a read-only stream object will be - created that invokes the given callable. The callable is invoked with the - number of suggested bytes to read. The callable can return any number of - bytes, but MUST return `false` when there is no more data to return. The - stream object that wraps the callable will invoke the callable until the - number of requested bytes are available. Any additional bytes will be - buffered and used in subsequent reads. - -```php -$stream = GuzzleHttp\Psr7\Utils::streamFor('foo'); -$stream = GuzzleHttp\Psr7\Utils::streamFor(fopen('/path/to/file', 'r')); - -$generator = function ($bytes) { - for ($i = 0; $i < $bytes; $i++) { - yield ' '; - } -} - -$stream = GuzzleHttp\Psr7\Utils::streamFor($generator(100)); -``` - - -## `GuzzleHttp\Psr7\Utils::tryFopen` - -`public static function tryFopen(string $filename, string $mode): resource` - -Safely opens a PHP stream resource using a filename. - -When fopen fails, PHP normally raises a warning. This function adds an -error handler that checks for errors and throws an exception instead. - - -## `GuzzleHttp\Psr7\Utils::uriFor` - -`public static function uriFor(string|UriInterface $uri): UriInterface` - -Returns a UriInterface for the given value. - -This function accepts a string or UriInterface and returns a -UriInterface for the given value. If the value is already a -UriInterface, it is returned as-is. - - -## `GuzzleHttp\Psr7\MimeType::fromFilename` - -`public static function fromFilename(string $filename): string|null` - -Determines the mimetype of a file by looking at its extension. - - -## `GuzzleHttp\Psr7\MimeType::fromExtension` - -`public static function fromExtension(string $extension): string|null` - -Maps a file extensions to a mimetype. - - -## Upgrading from Function API - -The static API was first introduced in 1.7.0, in order to mitigate problems with functions conflicting between global and local copies of the package. The function API will be removed in 2.0.0. A migration table has been provided here for your convenience: - -| Original Function | Replacement Method | -|----------------|----------------| -| `str` | `Message::toString` | -| `uri_for` | `Utils::uriFor` | -| `stream_for` | `Utils::streamFor` | -| `parse_header` | `Header::parse` | -| `normalize_header` | `Header::normalize` | -| `modify_request` | `Utils::modifyRequest` | -| `rewind_body` | `Message::rewindBody` | -| `try_fopen` | `Utils::tryFopen` | -| `copy_to_string` | `Utils::copyToString` | -| `copy_to_stream` | `Utils::copyToStream` | -| `hash` | `Utils::hash` | -| `readline` | `Utils::readLine` | -| `parse_request` | `Message::parseRequest` | -| `parse_response` | `Message::parseResponse` | -| `parse_query` | `Query::parse` | -| `build_query` | `Query::build` | -| `mimetype_from_filename` | `MimeType::fromFilename` | -| `mimetype_from_extension` | `MimeType::fromExtension` | -| `_parse_message` | `Message::parseMessage` | -| `_parse_request_uri` | `Message::parseRequestUri` | -| `get_message_body_summary` | `Message::bodySummary` | -| `_caseless_remove` | `Utils::caselessRemove` | - - -# Additional URI Methods - -Aside from the standard `Psr\Http\Message\UriInterface` implementation in form of the `GuzzleHttp\Psr7\Uri` class, -this library also provides additional functionality when working with URIs as static methods. - -## URI Types - -An instance of `Psr\Http\Message\UriInterface` can either be an absolute URI or a relative reference. -An absolute URI has a scheme. A relative reference is used to express a URI relative to another URI, -the base URI. Relative references can be divided into several forms according to -[RFC 3986 Section 4.2](https://tools.ietf.org/html/rfc3986#section-4.2): - -- network-path references, e.g. `//example.com/path` -- absolute-path references, e.g. `/path` -- relative-path references, e.g. `subpath` - -The following methods can be used to identify the type of the URI. - -### `GuzzleHttp\Psr7\Uri::isAbsolute` - -`public static function isAbsolute(UriInterface $uri): bool` - -Whether the URI is absolute, i.e. it has a scheme. - -### `GuzzleHttp\Psr7\Uri::isNetworkPathReference` - -`public static function isNetworkPathReference(UriInterface $uri): bool` - -Whether the URI is a network-path reference. A relative reference that begins with two slash characters is -termed an network-path reference. - -### `GuzzleHttp\Psr7\Uri::isAbsolutePathReference` - -`public static function isAbsolutePathReference(UriInterface $uri): bool` - -Whether the URI is a absolute-path reference. A relative reference that begins with a single slash character is -termed an absolute-path reference. - -### `GuzzleHttp\Psr7\Uri::isRelativePathReference` - -`public static function isRelativePathReference(UriInterface $uri): bool` - -Whether the URI is a relative-path reference. A relative reference that does not begin with a slash character is -termed a relative-path reference. - -### `GuzzleHttp\Psr7\Uri::isSameDocumentReference` - -`public static function isSameDocumentReference(UriInterface $uri, UriInterface $base = null): bool` - -Whether the URI is a same-document reference. A same-document reference refers to a URI that is, aside from its -fragment component, identical to the base URI. When no base URI is given, only an empty URI reference -(apart from its fragment) is considered a same-document reference. - -## URI Components - -Additional methods to work with URI components. - -### `GuzzleHttp\Psr7\Uri::isDefaultPort` - -`public static function isDefaultPort(UriInterface $uri): bool` - -Whether the URI has the default port of the current scheme. `Psr\Http\Message\UriInterface::getPort` may return null -or the standard port. This method can be used independently of the implementation. - -### `GuzzleHttp\Psr7\Uri::composeComponents` - -`public static function composeComponents($scheme, $authority, $path, $query, $fragment): string` - -Composes a URI reference string from its various components according to -[RFC 3986 Section 5.3](https://tools.ietf.org/html/rfc3986#section-5.3). Usually this method does not need to be called -manually but instead is used indirectly via `Psr\Http\Message\UriInterface::__toString`. - -### `GuzzleHttp\Psr7\Uri::fromParts` - -`public static function fromParts(array $parts): UriInterface` - -Creates a URI from a hash of [`parse_url`](http://php.net/manual/en/function.parse-url.php) components. - - -### `GuzzleHttp\Psr7\Uri::withQueryValue` - -`public static function withQueryValue(UriInterface $uri, $key, $value): UriInterface` - -Creates a new URI with a specific query string value. Any existing query string values that exactly match the -provided key are removed and replaced with the given key value pair. A value of null will set the query string -key without a value, e.g. "key" instead of "key=value". - -### `GuzzleHttp\Psr7\Uri::withQueryValues` - -`public static function withQueryValues(UriInterface $uri, array $keyValueArray): UriInterface` - -Creates a new URI with multiple query string values. It has the same behavior as `withQueryValue()` but for an -associative array of key => value. - -### `GuzzleHttp\Psr7\Uri::withoutQueryValue` - -`public static function withoutQueryValue(UriInterface $uri, $key): UriInterface` - -Creates a new URI with a specific query string value removed. Any existing query string values that exactly match the -provided key are removed. - -## Reference Resolution - -`GuzzleHttp\Psr7\UriResolver` provides methods to resolve a URI reference in the context of a base URI according -to [RFC 3986 Section 5](https://tools.ietf.org/html/rfc3986#section-5). This is for example also what web browsers -do when resolving a link in a website based on the current request URI. - -### `GuzzleHttp\Psr7\UriResolver::resolve` - -`public static function resolve(UriInterface $base, UriInterface $rel): UriInterface` - -Converts the relative URI into a new URI that is resolved against the base URI. - -### `GuzzleHttp\Psr7\UriResolver::removeDotSegments` - -`public static function removeDotSegments(string $path): string` - -Removes dot segments from a path and returns the new path according to -[RFC 3986 Section 5.2.4](https://tools.ietf.org/html/rfc3986#section-5.2.4). - -### `GuzzleHttp\Psr7\UriResolver::relativize` - -`public static function relativize(UriInterface $base, UriInterface $target): UriInterface` - -Returns the target URI as a relative reference from the base URI. This method is the counterpart to resolve(): - -```php -(string) $target === (string) UriResolver::resolve($base, UriResolver::relativize($base, $target)) -``` - -One use-case is to use the current request URI as base URI and then generate relative links in your documents -to reduce the document size or offer self-contained downloadable document archives. - -```php -$base = new Uri('http://example.com/a/b/'); -echo UriResolver::relativize($base, new Uri('http://example.com/a/b/c')); // prints 'c'. -echo UriResolver::relativize($base, new Uri('http://example.com/a/x/y')); // prints '../x/y'. -echo UriResolver::relativize($base, new Uri('http://example.com/a/b/?q')); // prints '?q'. -echo UriResolver::relativize($base, new Uri('http://example.org/a/b/')); // prints '//example.org/a/b/'. -``` - -## Normalization and Comparison - -`GuzzleHttp\Psr7\UriNormalizer` provides methods to normalize and compare URIs according to -[RFC 3986 Section 6](https://tools.ietf.org/html/rfc3986#section-6). - -### `GuzzleHttp\Psr7\UriNormalizer::normalize` - -`public static function normalize(UriInterface $uri, $flags = self::PRESERVING_NORMALIZATIONS): UriInterface` - -Returns a normalized URI. The scheme and host component are already normalized to lowercase per PSR-7 UriInterface. -This methods adds additional normalizations that can be configured with the `$flags` parameter which is a bitmask -of normalizations to apply. The following normalizations are available: - -- `UriNormalizer::PRESERVING_NORMALIZATIONS` - - Default normalizations which only include the ones that preserve semantics. - -- `UriNormalizer::CAPITALIZE_PERCENT_ENCODING` - - All letters within a percent-encoding triplet (e.g., "%3A") are case-insensitive, and should be capitalized. - - Example: `http://example.org/a%c2%b1b` → `http://example.org/a%C2%B1b` - -- `UriNormalizer::DECODE_UNRESERVED_CHARACTERS` - - Decodes percent-encoded octets of unreserved characters. For consistency, percent-encoded octets in the ranges of - ALPHA (%41–%5A and %61–%7A), DIGIT (%30–%39), hyphen (%2D), period (%2E), underscore (%5F), or tilde (%7E) should - not be created by URI producers and, when found in a URI, should be decoded to their corresponding unreserved - characters by URI normalizers. - - Example: `http://example.org/%7Eusern%61me/` → `http://example.org/~username/` - -- `UriNormalizer::CONVERT_EMPTY_PATH` - - Converts the empty path to "/" for http and https URIs. - - Example: `http://example.org` → `http://example.org/` - -- `UriNormalizer::REMOVE_DEFAULT_HOST` - - Removes the default host of the given URI scheme from the URI. Only the "file" scheme defines the default host - "localhost". All of `file:/myfile`, `file:///myfile`, and `file://localhost/myfile` are equivalent according to - RFC 3986. - - Example: `file://localhost/myfile` → `file:///myfile` - -- `UriNormalizer::REMOVE_DEFAULT_PORT` - - Removes the default port of the given URI scheme from the URI. - - Example: `http://example.org:80/` → `http://example.org/` - -- `UriNormalizer::REMOVE_DOT_SEGMENTS` - - Removes unnecessary dot-segments. Dot-segments in relative-path references are not removed as it would - change the semantics of the URI reference. - - Example: `http://example.org/../a/b/../c/./d.html` → `http://example.org/a/c/d.html` - -- `UriNormalizer::REMOVE_DUPLICATE_SLASHES` - - Paths which include two or more adjacent slashes are converted to one. Webservers usually ignore duplicate slashes - and treat those URIs equivalent. But in theory those URIs do not need to be equivalent. So this normalization - may change the semantics. Encoded slashes (%2F) are not removed. - - Example: `http://example.org//foo///bar.html` → `http://example.org/foo/bar.html` - -- `UriNormalizer::SORT_QUERY_PARAMETERS` - - Sort query parameters with their values in alphabetical order. However, the order of parameters in a URI may be - significant (this is not defined by the standard). So this normalization is not safe and may change the semantics - of the URI. - - Example: `?lang=en&article=fred` → `?article=fred&lang=en` - -### `GuzzleHttp\Psr7\UriNormalizer::isEquivalent` - -`public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self::PRESERVING_NORMALIZATIONS): bool` - -Whether two URIs can be considered equivalent. Both URIs are normalized automatically before comparison with the given -`$normalizations` bitmask. The method also accepts relative URI references and returns true when they are equivalent. -This of course assumes they will be resolved against the same base URI. If this is not the case, determination of -equivalence or difference of relative references does not mean anything. diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/composer.json b/plugins/automagic-images/vendor/guzzlehttp/psr7/composer.json deleted file mode 100644 index 58dcb07..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/composer.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "guzzlehttp/psr7", - "type": "library", - "description": "PSR-7 message implementation that also provides common utility methods", - "keywords": ["request", "response", "message", "stream", "http", "uri", "url", "psr-7"], - "license": "MIT", - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Tobias Schultze", - "homepage": "https://github.com/Tobion" - } - ], - "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10", - "ext-zlib": "*" - }, - "provide": { - "psr/http-message-implementation": "1.0" - }, - "suggest": { - "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, - "files": ["src/functions_include.php"] - }, - "autoload-dev": { - "psr-4": { - "GuzzleHttp\\Tests\\Psr7\\": "tests/" - } - }, - "extra": { - "branch-alias": { - "dev-master": "1.7-dev" - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/AppendStream.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/AppendStream.php deleted file mode 100644 index fa9153d..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/AppendStream.php +++ /dev/null @@ -1,246 +0,0 @@ -addStream($stream); - } - } - - public function __toString() - { - try { - $this->rewind(); - return $this->getContents(); - } catch (\Exception $e) { - return ''; - } - } - - /** - * Add a stream to the AppendStream - * - * @param StreamInterface $stream Stream to append. Must be readable. - * - * @throws \InvalidArgumentException if the stream is not readable - */ - public function addStream(StreamInterface $stream) - { - if (!$stream->isReadable()) { - throw new \InvalidArgumentException('Each stream must be readable'); - } - - // The stream is only seekable if all streams are seekable - if (!$stream->isSeekable()) { - $this->seekable = false; - } - - $this->streams[] = $stream; - } - - public function getContents() - { - return Utils::copyToString($this); - } - - /** - * Closes each attached stream. - * - * {@inheritdoc} - */ - public function close() - { - $this->pos = $this->current = 0; - $this->seekable = true; - - foreach ($this->streams as $stream) { - $stream->close(); - } - - $this->streams = []; - } - - /** - * Detaches each attached stream. - * - * Returns null as it's not clear which underlying stream resource to return. - * - * {@inheritdoc} - */ - public function detach() - { - $this->pos = $this->current = 0; - $this->seekable = true; - - foreach ($this->streams as $stream) { - $stream->detach(); - } - - $this->streams = []; - - return null; - } - - public function tell() - { - return $this->pos; - } - - /** - * Tries to calculate the size by adding the size of each stream. - * - * If any of the streams do not return a valid number, then the size of the - * append stream cannot be determined and null is returned. - * - * {@inheritdoc} - */ - public function getSize() - { - $size = 0; - - foreach ($this->streams as $stream) { - $s = $stream->getSize(); - if ($s === null) { - return null; - } - $size += $s; - } - - return $size; - } - - public function eof() - { - return !$this->streams || - ($this->current >= count($this->streams) - 1 && - $this->streams[$this->current]->eof()); - } - - public function rewind() - { - $this->seek(0); - } - - /** - * Attempts to seek to the given position. Only supports SEEK_SET. - * - * {@inheritdoc} - */ - public function seek($offset, $whence = SEEK_SET) - { - if (!$this->seekable) { - throw new \RuntimeException('This AppendStream is not seekable'); - } elseif ($whence !== SEEK_SET) { - throw new \RuntimeException('The AppendStream can only seek with SEEK_SET'); - } - - $this->pos = $this->current = 0; - - // Rewind each stream - foreach ($this->streams as $i => $stream) { - try { - $stream->rewind(); - } catch (\Exception $e) { - throw new \RuntimeException('Unable to seek stream ' - . $i . ' of the AppendStream', 0, $e); - } - } - - // Seek to the actual position by reading from each stream - while ($this->pos < $offset && !$this->eof()) { - $result = $this->read(min(8096, $offset - $this->pos)); - if ($result === '') { - break; - } - } - } - - /** - * Reads from all of the appended streams until the length is met or EOF. - * - * {@inheritdoc} - */ - public function read($length) - { - $buffer = ''; - $total = count($this->streams) - 1; - $remaining = $length; - $progressToNext = false; - - while ($remaining > 0) { - - // Progress to the next stream if needed. - if ($progressToNext || $this->streams[$this->current]->eof()) { - $progressToNext = false; - if ($this->current === $total) { - break; - } - $this->current++; - } - - $result = $this->streams[$this->current]->read($remaining); - - // Using a loose comparison here to match on '', false, and null - if ($result == null) { - $progressToNext = true; - continue; - } - - $buffer .= $result; - $remaining = $length - strlen($buffer); - } - - $this->pos += strlen($buffer); - - return $buffer; - } - - public function isReadable() - { - return true; - } - - public function isWritable() - { - return false; - } - - public function isSeekable() - { - return $this->seekable; - } - - public function write($string) - { - throw new \RuntimeException('Cannot write to an AppendStream'); - } - - public function getMetadata($key = null) - { - return $key ? null : []; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/BufferStream.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/BufferStream.php deleted file mode 100644 index 783859c..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/BufferStream.php +++ /dev/null @@ -1,142 +0,0 @@ -hwm = $hwm; - } - - public function __toString() - { - return $this->getContents(); - } - - public function getContents() - { - $buffer = $this->buffer; - $this->buffer = ''; - - return $buffer; - } - - public function close() - { - $this->buffer = ''; - } - - public function detach() - { - $this->close(); - - return null; - } - - public function getSize() - { - return strlen($this->buffer); - } - - public function isReadable() - { - return true; - } - - public function isWritable() - { - return true; - } - - public function isSeekable() - { - return false; - } - - public function rewind() - { - $this->seek(0); - } - - public function seek($offset, $whence = SEEK_SET) - { - throw new \RuntimeException('Cannot seek a BufferStream'); - } - - public function eof() - { - return strlen($this->buffer) === 0; - } - - public function tell() - { - throw new \RuntimeException('Cannot determine the position of a BufferStream'); - } - - /** - * Reads data from the buffer. - */ - public function read($length) - { - $currentLength = strlen($this->buffer); - - if ($length >= $currentLength) { - // No need to slice the buffer because we don't have enough data. - $result = $this->buffer; - $this->buffer = ''; - } else { - // Slice up the result to provide a subset of the buffer. - $result = substr($this->buffer, 0, $length); - $this->buffer = substr($this->buffer, $length); - } - - return $result; - } - - /** - * Writes data to the buffer. - */ - public function write($string) - { - $this->buffer .= $string; - - // TODO: What should happen here? - if (strlen($this->buffer) >= $this->hwm) { - return false; - } - - return strlen($string); - } - - public function getMetadata($key = null) - { - if ($key == 'hwm') { - return $this->hwm; - } - - return $key ? null : []; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/CachingStream.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/CachingStream.php deleted file mode 100644 index fe749e9..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/CachingStream.php +++ /dev/null @@ -1,141 +0,0 @@ -remoteStream = $stream; - $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+')); - } - - public function getSize() - { - return max($this->stream->getSize(), $this->remoteStream->getSize()); - } - - public function rewind() - { - $this->seek(0); - } - - public function seek($offset, $whence = SEEK_SET) - { - if ($whence == SEEK_SET) { - $byte = $offset; - } elseif ($whence == SEEK_CUR) { - $byte = $offset + $this->tell(); - } elseif ($whence == SEEK_END) { - $size = $this->remoteStream->getSize(); - if ($size === null) { - $size = $this->cacheEntireStream(); - } - $byte = $size + $offset; - } else { - throw new \InvalidArgumentException('Invalid whence'); - } - - $diff = $byte - $this->stream->getSize(); - - if ($diff > 0) { - // Read the remoteStream until we have read in at least the amount - // of bytes requested, or we reach the end of the file. - while ($diff > 0 && !$this->remoteStream->eof()) { - $this->read($diff); - $diff = $byte - $this->stream->getSize(); - } - } else { - // We can just do a normal seek since we've already seen this byte. - $this->stream->seek($byte); - } - } - - public function read($length) - { - // Perform a regular read on any previously read data from the buffer - $data = $this->stream->read($length); - $remaining = $length - strlen($data); - - // More data was requested so read from the remote stream - if ($remaining) { - // If data was written to the buffer in a position that would have - // been filled from the remote stream, then we must skip bytes on - // the remote stream to emulate overwriting bytes from that - // position. This mimics the behavior of other PHP stream wrappers. - $remoteData = $this->remoteStream->read( - $remaining + $this->skipReadBytes - ); - - if ($this->skipReadBytes) { - $len = strlen($remoteData); - $remoteData = substr($remoteData, $this->skipReadBytes); - $this->skipReadBytes = max(0, $this->skipReadBytes - $len); - } - - $data .= $remoteData; - $this->stream->write($remoteData); - } - - return $data; - } - - public function write($string) - { - // When appending to the end of the currently read stream, you'll want - // to skip bytes from being read from the remote stream to emulate - // other stream wrappers. Basically replacing bytes of data of a fixed - // length. - $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell(); - if ($overflow > 0) { - $this->skipReadBytes += $overflow; - } - - return $this->stream->write($string); - } - - public function eof() - { - return $this->stream->eof() && $this->remoteStream->eof(); - } - - /** - * Close both the remote stream and buffer stream - */ - public function close() - { - $this->remoteStream->close() && $this->stream->close(); - } - - private function cacheEntireStream() - { - $target = new FnStream(['write' => 'strlen']); - Utils::copyToStream($this, $target); - - return $this->tell(); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/DroppingStream.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/DroppingStream.php deleted file mode 100644 index 9f7420c..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/DroppingStream.php +++ /dev/null @@ -1,45 +0,0 @@ -stream = $stream; - $this->maxLength = $maxLength; - } - - public function write($string) - { - $diff = $this->maxLength - $this->stream->getSize(); - - // Begin returning 0 when the underlying stream is too large. - if ($diff <= 0) { - return 0; - } - - // Write the stream or a subset of the stream if needed. - if (strlen($string) < $diff) { - return $this->stream->write($string); - } - - return $this->stream->write(substr($string, 0, $diff)); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/FnStream.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/FnStream.php deleted file mode 100644 index 76a8cc7..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/FnStream.php +++ /dev/null @@ -1,163 +0,0 @@ -methods = $methods; - - // Create the functions on the class - foreach ($methods as $name => $fn) { - $this->{'_fn_' . $name} = $fn; - } - } - - /** - * Lazily determine which methods are not implemented. - * - * @throws \BadMethodCallException - */ - public function __get($name) - { - throw new \BadMethodCallException(str_replace('_fn_', '', $name) - . '() is not implemented in the FnStream'); - } - - /** - * The close method is called on the underlying stream only if possible. - */ - public function __destruct() - { - if (isset($this->_fn_close)) { - call_user_func($this->_fn_close); - } - } - - /** - * An unserialize would allow the __destruct to run when the unserialized value goes out of scope. - * - * @throws \LogicException - */ - public function __wakeup() - { - throw new \LogicException('FnStream should never be unserialized'); - } - - /** - * Adds custom functionality to an underlying stream by intercepting - * specific method calls. - * - * @param StreamInterface $stream Stream to decorate - * @param array $methods Hash of method name to a closure - * - * @return FnStream - */ - public static function decorate(StreamInterface $stream, array $methods) - { - // If any of the required methods were not provided, then simply - // proxy to the decorated stream. - foreach (array_diff(self::$slots, array_keys($methods)) as $diff) { - $methods[$diff] = [$stream, $diff]; - } - - return new self($methods); - } - - public function __toString() - { - return call_user_func($this->_fn___toString); - } - - public function close() - { - return call_user_func($this->_fn_close); - } - - public function detach() - { - return call_user_func($this->_fn_detach); - } - - public function getSize() - { - return call_user_func($this->_fn_getSize); - } - - public function tell() - { - return call_user_func($this->_fn_tell); - } - - public function eof() - { - return call_user_func($this->_fn_eof); - } - - public function isSeekable() - { - return call_user_func($this->_fn_isSeekable); - } - - public function rewind() - { - call_user_func($this->_fn_rewind); - } - - public function seek($offset, $whence = SEEK_SET) - { - call_user_func($this->_fn_seek, $offset, $whence); - } - - public function isWritable() - { - return call_user_func($this->_fn_isWritable); - } - - public function write($string) - { - return call_user_func($this->_fn_write, $string); - } - - public function isReadable() - { - return call_user_func($this->_fn_isReadable); - } - - public function read($length) - { - return call_user_func($this->_fn_read, $length); - } - - public function getContents() - { - return call_user_func($this->_fn_getContents); - } - - public function getMetadata($key = null) - { - return call_user_func($this->_fn_getMetadata, $key); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Header.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Header.php deleted file mode 100644 index 865d742..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Header.php +++ /dev/null @@ -1,71 +0,0 @@ -]+>|[^=]+/', $kvp, $matches)) { - $m = $matches[0]; - if (isset($m[1])) { - $part[trim($m[0], $trimmed)] = trim($m[1], $trimmed); - } else { - $part[] = trim($m[0], $trimmed); - } - } - } - if ($part) { - $params[] = $part; - } - } - - return $params; - } - - /** - * Converts an array of header values that may contain comma separated - * headers into an array of headers with no comma separated values. - * - * @param string|array $header Header to normalize. - * - * @return array Returns the normalized header field values. - */ - public static function normalize($header) - { - if (!is_array($header)) { - return array_map('trim', explode(',', $header)); - } - - $result = []; - foreach ($header as $value) { - foreach ((array) $value as $v) { - if (strpos($v, ',') === false) { - $result[] = $v; - continue; - } - foreach (preg_split('/,(?=([^"]*"[^"]*")*[^"]*$)/', $v) as $vv) { - $result[] = trim($vv); - } - } - } - - return $result; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/InflateStream.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/InflateStream.php deleted file mode 100644 index 0cbd2cc..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/InflateStream.php +++ /dev/null @@ -1,56 +0,0 @@ -read(10); - $filenameHeaderLength = $this->getLengthOfPossibleFilenameHeader($stream, $header); - // Skip the header, that is 10 + length of filename + 1 (nil) bytes - $stream = new LimitStream($stream, -1, 10 + $filenameHeaderLength); - $resource = StreamWrapper::getResource($stream); - stream_filter_append($resource, 'zlib.inflate', STREAM_FILTER_READ); - $this->stream = $stream->isSeekable() ? new Stream($resource) : new NoSeekStream(new Stream($resource)); - } - - /** - * @param StreamInterface $stream - * @param $header - * - * @return int - */ - private function getLengthOfPossibleFilenameHeader(StreamInterface $stream, $header) - { - $filename_header_length = 0; - - if (substr(bin2hex($header), 6, 2) === '08') { - // we have a filename, read until nil - $filename_header_length = 1; - while ($stream->read(1) !== chr(0)) { - $filename_header_length++; - } - } - - return $filename_header_length; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/LazyOpenStream.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/LazyOpenStream.php deleted file mode 100644 index 911e127..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/LazyOpenStream.php +++ /dev/null @@ -1,42 +0,0 @@ -filename = $filename; - $this->mode = $mode; - } - - /** - * Creates the underlying stream lazily when required. - * - * @return StreamInterface - */ - protected function createStream() - { - return Utils::streamFor(Utils::tryFopen($this->filename, $this->mode)); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/LimitStream.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/LimitStream.php deleted file mode 100644 index 1173ec4..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/LimitStream.php +++ /dev/null @@ -1,157 +0,0 @@ -stream = $stream; - $this->setLimit($limit); - $this->setOffset($offset); - } - - public function eof() - { - // Always return true if the underlying stream is EOF - if ($this->stream->eof()) { - return true; - } - - // No limit and the underlying stream is not at EOF - if ($this->limit == -1) { - return false; - } - - return $this->stream->tell() >= $this->offset + $this->limit; - } - - /** - * Returns the size of the limited subset of data - * {@inheritdoc} - */ - public function getSize() - { - if (null === ($length = $this->stream->getSize())) { - return null; - } elseif ($this->limit == -1) { - return $length - $this->offset; - } else { - return min($this->limit, $length - $this->offset); - } - } - - /** - * Allow for a bounded seek on the read limited stream - * {@inheritdoc} - */ - public function seek($offset, $whence = SEEK_SET) - { - if ($whence !== SEEK_SET || $offset < 0) { - throw new \RuntimeException(sprintf( - 'Cannot seek to offset %s with whence %s', - $offset, - $whence - )); - } - - $offset += $this->offset; - - if ($this->limit !== -1) { - if ($offset > $this->offset + $this->limit) { - $offset = $this->offset + $this->limit; - } - } - - $this->stream->seek($offset); - } - - /** - * Give a relative tell() - * {@inheritdoc} - */ - public function tell() - { - return $this->stream->tell() - $this->offset; - } - - /** - * Set the offset to start limiting from - * - * @param int $offset Offset to seek to and begin byte limiting from - * - * @throws \RuntimeException if the stream cannot be seeked. - */ - public function setOffset($offset) - { - $current = $this->stream->tell(); - - if ($current !== $offset) { - // If the stream cannot seek to the offset position, then read to it - if ($this->stream->isSeekable()) { - $this->stream->seek($offset); - } elseif ($current > $offset) { - throw new \RuntimeException("Could not seek to stream offset $offset"); - } else { - $this->stream->read($offset - $current); - } - } - - $this->offset = $offset; - } - - /** - * Set the limit of bytes that the decorator allows to be read from the - * stream. - * - * @param int $limit Number of bytes to allow to be read from the stream. - * Use -1 for no limit. - */ - public function setLimit($limit) - { - $this->limit = $limit; - } - - public function read($length) - { - if ($this->limit == -1) { - return $this->stream->read($length); - } - - // Check if the current position is less than the total allowed - // bytes + original offset - $remaining = ($this->offset + $this->limit) - $this->stream->tell(); - if ($remaining > 0) { - // Only return the amount of requested data, ensuring that the byte - // limit is not exceeded - return $this->stream->read(min($remaining, $length)); - } - - return ''; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Message.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Message.php deleted file mode 100644 index 516d1cb..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Message.php +++ /dev/null @@ -1,252 +0,0 @@ -getMethod() . ' ' - . $message->getRequestTarget()) - . ' HTTP/' . $message->getProtocolVersion(); - if (!$message->hasHeader('host')) { - $msg .= "\r\nHost: " . $message->getUri()->getHost(); - } - } elseif ($message instanceof ResponseInterface) { - $msg = 'HTTP/' . $message->getProtocolVersion() . ' ' - . $message->getStatusCode() . ' ' - . $message->getReasonPhrase(); - } else { - throw new \InvalidArgumentException('Unknown message type'); - } - - foreach ($message->getHeaders() as $name => $values) { - if (strtolower($name) === 'set-cookie') { - foreach ($values as $value) { - $msg .= "\r\n{$name}: " . $value; - } - } else { - $msg .= "\r\n{$name}: " . implode(', ', $values); - } - } - - return "{$msg}\r\n\r\n" . $message->getBody(); - } - - /** - * Get a short summary of the message body. - * - * Will return `null` if the response is not printable. - * - * @param MessageInterface $message The message to get the body summary - * @param int $truncateAt The maximum allowed size of the summary - * - * @return string|null - */ - public static function bodySummary(MessageInterface $message, $truncateAt = 120) - { - $body = $message->getBody(); - - if (!$body->isSeekable() || !$body->isReadable()) { - return null; - } - - $size = $body->getSize(); - - if ($size === 0) { - return null; - } - - $summary = $body->read($truncateAt); - $body->rewind(); - - if ($size > $truncateAt) { - $summary .= ' (truncated...)'; - } - - // Matches any printable character, including unicode characters: - // letters, marks, numbers, punctuation, spacing, and separators. - if (preg_match('/[^\pL\pM\pN\pP\pS\pZ\n\r\t]/u', $summary)) { - return null; - } - - return $summary; - } - - /** - * Attempts to rewind a message body and throws an exception on failure. - * - * The body of the message will only be rewound if a call to `tell()` - * returns a value other than `0`. - * - * @param MessageInterface $message Message to rewind - * - * @throws \RuntimeException - */ - public static function rewindBody(MessageInterface $message) - { - $body = $message->getBody(); - - if ($body->tell()) { - $body->rewind(); - } - } - - /** - * Parses an HTTP message into an associative array. - * - * The array contains the "start-line" key containing the start line of - * the message, "headers" key containing an associative array of header - * array values, and a "body" key containing the body of the message. - * - * @param string $message HTTP request or response to parse. - * - * @return array - */ - public static function parseMessage($message) - { - if (!$message) { - throw new \InvalidArgumentException('Invalid message'); - } - - $message = ltrim($message, "\r\n"); - - $messageParts = preg_split("/\r?\n\r?\n/", $message, 2); - - if ($messageParts === false || count($messageParts) !== 2) { - throw new \InvalidArgumentException('Invalid message: Missing header delimiter'); - } - - list($rawHeaders, $body) = $messageParts; - $rawHeaders .= "\r\n"; // Put back the delimiter we split previously - $headerParts = preg_split("/\r?\n/", $rawHeaders, 2); - - if ($headerParts === false || count($headerParts) !== 2) { - throw new \InvalidArgumentException('Invalid message: Missing status line'); - } - - list($startLine, $rawHeaders) = $headerParts; - - if (preg_match("/(?:^HTTP\/|^[A-Z]+ \S+ HTTP\/)(\d+(?:\.\d+)?)/i", $startLine, $matches) && $matches[1] === '1.0') { - // Header folding is deprecated for HTTP/1.1, but allowed in HTTP/1.0 - $rawHeaders = preg_replace(Rfc7230::HEADER_FOLD_REGEX, ' ', $rawHeaders); - } - - /** @var array[] $headerLines */ - $count = preg_match_all(Rfc7230::HEADER_REGEX, $rawHeaders, $headerLines, PREG_SET_ORDER); - - // If these aren't the same, then one line didn't match and there's an invalid header. - if ($count !== substr_count($rawHeaders, "\n")) { - // Folding is deprecated, see https://tools.ietf.org/html/rfc7230#section-3.2.4 - if (preg_match(Rfc7230::HEADER_FOLD_REGEX, $rawHeaders)) { - throw new \InvalidArgumentException('Invalid header syntax: Obsolete line folding'); - } - - throw new \InvalidArgumentException('Invalid header syntax'); - } - - $headers = []; - - foreach ($headerLines as $headerLine) { - $headers[$headerLine[1]][] = $headerLine[2]; - } - - return [ - 'start-line' => $startLine, - 'headers' => $headers, - 'body' => $body, - ]; - } - - /** - * Constructs a URI for an HTTP request message. - * - * @param string $path Path from the start-line - * @param array $headers Array of headers (each value an array). - * - * @return string - */ - public static function parseRequestUri($path, array $headers) - { - $hostKey = array_filter(array_keys($headers), function ($k) { - return strtolower($k) === 'host'; - }); - - // If no host is found, then a full URI cannot be constructed. - if (!$hostKey) { - return $path; - } - - $host = $headers[reset($hostKey)][0]; - $scheme = substr($host, -4) === ':443' ? 'https' : 'http'; - - return $scheme . '://' . $host . '/' . ltrim($path, '/'); - } - - /** - * Parses a request message string into a request object. - * - * @param string $message Request message string. - * - * @return Request - */ - public static function parseRequest($message) - { - $data = self::parseMessage($message); - $matches = []; - if (!preg_match('/^[\S]+\s+([a-zA-Z]+:\/\/|\/).*/', $data['start-line'], $matches)) { - throw new \InvalidArgumentException('Invalid request string'); - } - $parts = explode(' ', $data['start-line'], 3); - $version = isset($parts[2]) ? explode('/', $parts[2])[1] : '1.1'; - - $request = new Request( - $parts[0], - $matches[1] === '/' ? self::parseRequestUri($parts[1], $data['headers']) : $parts[1], - $data['headers'], - $data['body'], - $version - ); - - return $matches[1] === '/' ? $request : $request->withRequestTarget($parts[1]); - } - - /** - * Parses a response message string into a response object. - * - * @param string $message Response message string. - * - * @return Response - */ - public static function parseResponse($message) - { - $data = self::parseMessage($message); - // According to https://tools.ietf.org/html/rfc7230#section-3.1.2 the space - // between status-code and reason-phrase is required. But browsers accept - // responses without space and reason as well. - if (!preg_match('/^HTTP\/.* [0-9]{3}( .*|$)/', $data['start-line'])) { - throw new \InvalidArgumentException('Invalid response string: ' . $data['start-line']); - } - $parts = explode(' ', $data['start-line'], 3); - - return new Response( - (int) $parts[1], - $data['headers'], - $data['body'], - explode('/', $parts[0])[1], - isset($parts[2]) ? $parts[2] : null - ); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/MessageTrait.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/MessageTrait.php deleted file mode 100644 index 99203bb..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/MessageTrait.php +++ /dev/null @@ -1,214 +0,0 @@ - array of values */ - private $headers = []; - - /** @var array Map of lowercase header name => original name at registration */ - private $headerNames = []; - - /** @var string */ - private $protocol = '1.1'; - - /** @var StreamInterface|null */ - private $stream; - - public function getProtocolVersion() - { - return $this->protocol; - } - - public function withProtocolVersion($version) - { - if ($this->protocol === $version) { - return $this; - } - - $new = clone $this; - $new->protocol = $version; - return $new; - } - - public function getHeaders() - { - return $this->headers; - } - - public function hasHeader($header) - { - return isset($this->headerNames[strtolower($header)]); - } - - public function getHeader($header) - { - $header = strtolower($header); - - if (!isset($this->headerNames[$header])) { - return []; - } - - $header = $this->headerNames[$header]; - - return $this->headers[$header]; - } - - public function getHeaderLine($header) - { - return implode(', ', $this->getHeader($header)); - } - - public function withHeader($header, $value) - { - $this->assertHeader($header); - $value = $this->normalizeHeaderValue($value); - $normalized = strtolower($header); - - $new = clone $this; - if (isset($new->headerNames[$normalized])) { - unset($new->headers[$new->headerNames[$normalized]]); - } - $new->headerNames[$normalized] = $header; - $new->headers[$header] = $value; - - return $new; - } - - public function withAddedHeader($header, $value) - { - $this->assertHeader($header); - $value = $this->normalizeHeaderValue($value); - $normalized = strtolower($header); - - $new = clone $this; - if (isset($new->headerNames[$normalized])) { - $header = $this->headerNames[$normalized]; - $new->headers[$header] = array_merge($this->headers[$header], $value); - } else { - $new->headerNames[$normalized] = $header; - $new->headers[$header] = $value; - } - - return $new; - } - - public function withoutHeader($header) - { - $normalized = strtolower($header); - - if (!isset($this->headerNames[$normalized])) { - return $this; - } - - $header = $this->headerNames[$normalized]; - - $new = clone $this; - unset($new->headers[$header], $new->headerNames[$normalized]); - - return $new; - } - - public function getBody() - { - if (!$this->stream) { - $this->stream = Utils::streamFor(''); - } - - return $this->stream; - } - - public function withBody(StreamInterface $body) - { - if ($body === $this->stream) { - return $this; - } - - $new = clone $this; - $new->stream = $body; - return $new; - } - - private function setHeaders(array $headers) - { - $this->headerNames = $this->headers = []; - foreach ($headers as $header => $value) { - if (is_int($header)) { - // Numeric array keys are converted to int by PHP but having a header name '123' is not forbidden by the spec - // and also allowed in withHeader(). So we need to cast it to string again for the following assertion to pass. - $header = (string) $header; - } - $this->assertHeader($header); - $value = $this->normalizeHeaderValue($value); - $normalized = strtolower($header); - if (isset($this->headerNames[$normalized])) { - $header = $this->headerNames[$normalized]; - $this->headers[$header] = array_merge($this->headers[$header], $value); - } else { - $this->headerNames[$normalized] = $header; - $this->headers[$header] = $value; - } - } - } - - private function normalizeHeaderValue($value) - { - if (!is_array($value)) { - return $this->trimHeaderValues([$value]); - } - - if (count($value) === 0) { - throw new \InvalidArgumentException('Header value can not be an empty array.'); - } - - return $this->trimHeaderValues($value); - } - - /** - * Trims whitespace from the header values. - * - * Spaces and tabs ought to be excluded by parsers when extracting the field value from a header field. - * - * header-field = field-name ":" OWS field-value OWS - * OWS = *( SP / HTAB ) - * - * @param string[] $values Header values - * - * @return string[] Trimmed header values - * - * @see https://tools.ietf.org/html/rfc7230#section-3.2.4 - */ - private function trimHeaderValues(array $values) - { - return array_map(function ($value) { - if (!is_scalar($value) && null !== $value) { - throw new \InvalidArgumentException(sprintf( - 'Header value must be scalar or null but %s provided.', - is_object($value) ? get_class($value) : gettype($value) - )); - } - - return trim((string) $value, " \t"); - }, array_values($values)); - } - - private function assertHeader($header) - { - if (!is_string($header)) { - throw new \InvalidArgumentException(sprintf( - 'Header name must be a string but %s provided.', - is_object($header) ? get_class($header) : gettype($header) - )); - } - - if ($header === '') { - throw new \InvalidArgumentException('Header name can not be empty.'); - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/MimeType.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/MimeType.php deleted file mode 100644 index 205c7b1..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/MimeType.php +++ /dev/null @@ -1,140 +0,0 @@ - 'video/3gpp', - '7z' => 'application/x-7z-compressed', - 'aac' => 'audio/x-aac', - 'ai' => 'application/postscript', - 'aif' => 'audio/x-aiff', - 'asc' => 'text/plain', - 'asf' => 'video/x-ms-asf', - 'atom' => 'application/atom+xml', - 'avi' => 'video/x-msvideo', - 'bmp' => 'image/bmp', - 'bz2' => 'application/x-bzip2', - 'cer' => 'application/pkix-cert', - 'crl' => 'application/pkix-crl', - 'crt' => 'application/x-x509-ca-cert', - 'css' => 'text/css', - 'csv' => 'text/csv', - 'cu' => 'application/cu-seeme', - 'deb' => 'application/x-debian-package', - 'doc' => 'application/msword', - 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', - 'dvi' => 'application/x-dvi', - 'eot' => 'application/vnd.ms-fontobject', - 'eps' => 'application/postscript', - 'epub' => 'application/epub+zip', - 'etx' => 'text/x-setext', - 'flac' => 'audio/flac', - 'flv' => 'video/x-flv', - 'gif' => 'image/gif', - 'gz' => 'application/gzip', - 'htm' => 'text/html', - 'html' => 'text/html', - 'ico' => 'image/x-icon', - 'ics' => 'text/calendar', - 'ini' => 'text/plain', - 'iso' => 'application/x-iso9660-image', - 'jar' => 'application/java-archive', - 'jpe' => 'image/jpeg', - 'jpeg' => 'image/jpeg', - 'jpg' => 'image/jpeg', - 'js' => 'text/javascript', - 'json' => 'application/json', - 'latex' => 'application/x-latex', - 'log' => 'text/plain', - 'm4a' => 'audio/mp4', - 'm4v' => 'video/mp4', - 'mid' => 'audio/midi', - 'midi' => 'audio/midi', - 'mov' => 'video/quicktime', - 'mkv' => 'video/x-matroska', - 'mp3' => 'audio/mpeg', - 'mp4' => 'video/mp4', - 'mp4a' => 'audio/mp4', - 'mp4v' => 'video/mp4', - 'mpe' => 'video/mpeg', - 'mpeg' => 'video/mpeg', - 'mpg' => 'video/mpeg', - 'mpg4' => 'video/mp4', - 'oga' => 'audio/ogg', - 'ogg' => 'audio/ogg', - 'ogv' => 'video/ogg', - 'ogx' => 'application/ogg', - 'pbm' => 'image/x-portable-bitmap', - 'pdf' => 'application/pdf', - 'pgm' => 'image/x-portable-graymap', - 'png' => 'image/png', - 'pnm' => 'image/x-portable-anymap', - 'ppm' => 'image/x-portable-pixmap', - 'ppt' => 'application/vnd.ms-powerpoint', - 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', - 'ps' => 'application/postscript', - 'qt' => 'video/quicktime', - 'rar' => 'application/x-rar-compressed', - 'ras' => 'image/x-cmu-raster', - 'rss' => 'application/rss+xml', - 'rtf' => 'application/rtf', - 'sgm' => 'text/sgml', - 'sgml' => 'text/sgml', - 'svg' => 'image/svg+xml', - 'swf' => 'application/x-shockwave-flash', - 'tar' => 'application/x-tar', - 'tif' => 'image/tiff', - 'tiff' => 'image/tiff', - 'torrent' => 'application/x-bittorrent', - 'ttf' => 'application/x-font-ttf', - 'txt' => 'text/plain', - 'wav' => 'audio/x-wav', - 'webm' => 'video/webm', - 'webp' => 'image/webp', - 'wma' => 'audio/x-ms-wma', - 'wmv' => 'video/x-ms-wmv', - 'woff' => 'application/x-font-woff', - 'wsdl' => 'application/wsdl+xml', - 'xbm' => 'image/x-xbitmap', - 'xls' => 'application/vnd.ms-excel', - 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', - 'xml' => 'application/xml', - 'xpm' => 'image/x-xpixmap', - 'xwd' => 'image/x-xwindowdump', - 'yaml' => 'text/yaml', - 'yml' => 'text/yaml', - 'zip' => 'application/zip', - ]; - - $extension = strtolower($extension); - - return isset($mimetypes[$extension]) - ? $mimetypes[$extension] - : null; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/MultipartStream.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/MultipartStream.php deleted file mode 100644 index 5a6079a..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/MultipartStream.php +++ /dev/null @@ -1,158 +0,0 @@ -boundary = $boundary ?: sha1(uniqid('', true)); - $this->stream = $this->createStream($elements); - } - - /** - * Get the boundary - * - * @return string - */ - public function getBoundary() - { - return $this->boundary; - } - - public function isWritable() - { - return false; - } - - /** - * Get the headers needed before transferring the content of a POST file - */ - private function getHeaders(array $headers) - { - $str = ''; - foreach ($headers as $key => $value) { - $str .= "{$key}: {$value}\r\n"; - } - - return "--{$this->boundary}\r\n" . trim($str) . "\r\n\r\n"; - } - - /** - * Create the aggregate stream that will be used to upload the POST data - */ - protected function createStream(array $elements) - { - $stream = new AppendStream(); - - foreach ($elements as $element) { - $this->addElement($stream, $element); - } - - // Add the trailing boundary with CRLF - $stream->addStream(Utils::streamFor("--{$this->boundary}--\r\n")); - - return $stream; - } - - private function addElement(AppendStream $stream, array $element) - { - foreach (['contents', 'name'] as $key) { - if (!array_key_exists($key, $element)) { - throw new \InvalidArgumentException("A '{$key}' key is required"); - } - } - - $element['contents'] = Utils::streamFor($element['contents']); - - if (empty($element['filename'])) { - $uri = $element['contents']->getMetadata('uri'); - if (substr($uri, 0, 6) !== 'php://') { - $element['filename'] = $uri; - } - } - - list($body, $headers) = $this->createElement( - $element['name'], - $element['contents'], - isset($element['filename']) ? $element['filename'] : null, - isset($element['headers']) ? $element['headers'] : [] - ); - - $stream->addStream(Utils::streamFor($this->getHeaders($headers))); - $stream->addStream($body); - $stream->addStream(Utils::streamFor("\r\n")); - } - - /** - * @return array - */ - private function createElement($name, StreamInterface $stream, $filename, array $headers) - { - // Set a default content-disposition header if one was no provided - $disposition = $this->getHeader($headers, 'content-disposition'); - if (!$disposition) { - $headers['Content-Disposition'] = ($filename === '0' || $filename) - ? sprintf( - 'form-data; name="%s"; filename="%s"', - $name, - basename($filename) - ) - : "form-data; name=\"{$name}\""; - } - - // Set a default content-length header if one was no provided - $length = $this->getHeader($headers, 'content-length'); - if (!$length) { - if ($length = $stream->getSize()) { - $headers['Content-Length'] = (string) $length; - } - } - - // Set a default Content-Type if one was not supplied - $type = $this->getHeader($headers, 'content-type'); - if (!$type && ($filename === '0' || $filename)) { - if ($type = MimeType::fromFilename($filename)) { - $headers['Content-Type'] = $type; - } - } - - return [$stream, $headers]; - } - - private function getHeader(array $headers, $key) - { - $lowercaseHeader = strtolower($key); - foreach ($headers as $k => $v) { - if (strtolower($k) === $lowercaseHeader) { - return $v; - } - } - - return null; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/NoSeekStream.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/NoSeekStream.php deleted file mode 100644 index d66bdde..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/NoSeekStream.php +++ /dev/null @@ -1,25 +0,0 @@ -source = $source; - $this->size = isset($options['size']) ? $options['size'] : null; - $this->metadata = isset($options['metadata']) ? $options['metadata'] : []; - $this->buffer = new BufferStream(); - } - - public function __toString() - { - try { - return Utils::copyToString($this); - } catch (\Exception $e) { - return ''; - } - } - - public function close() - { - $this->detach(); - } - - public function detach() - { - $this->tellPos = false; - $this->source = null; - - return null; - } - - public function getSize() - { - return $this->size; - } - - public function tell() - { - return $this->tellPos; - } - - public function eof() - { - return !$this->source; - } - - public function isSeekable() - { - return false; - } - - public function rewind() - { - $this->seek(0); - } - - public function seek($offset, $whence = SEEK_SET) - { - throw new \RuntimeException('Cannot seek a PumpStream'); - } - - public function isWritable() - { - return false; - } - - public function write($string) - { - throw new \RuntimeException('Cannot write to a PumpStream'); - } - - public function isReadable() - { - return true; - } - - public function read($length) - { - $data = $this->buffer->read($length); - $readLen = strlen($data); - $this->tellPos += $readLen; - $remaining = $length - $readLen; - - if ($remaining) { - $this->pump($remaining); - $data .= $this->buffer->read($remaining); - $this->tellPos += strlen($data) - $readLen; - } - - return $data; - } - - public function getContents() - { - $result = ''; - while (!$this->eof()) { - $result .= $this->read(1000000); - } - - return $result; - } - - public function getMetadata($key = null) - { - if (!$key) { - return $this->metadata; - } - - return isset($this->metadata[$key]) ? $this->metadata[$key] : null; - } - - private function pump($length) - { - if ($this->source) { - do { - $data = call_user_func($this->source, $length); - if ($data === false || $data === null) { - $this->source = null; - return; - } - $this->buffer->write($data); - $length -= strlen($data); - } while ($length > 0); - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Query.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Query.php deleted file mode 100644 index 5a7cc03..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Query.php +++ /dev/null @@ -1,113 +0,0 @@ - '1', 'foo[b]' => '2'])`. - * - * @param string $str Query string to parse - * @param int|bool $urlEncoding How the query string is encoded - * - * @return array - */ - public static function parse($str, $urlEncoding = true) - { - $result = []; - - if ($str === '') { - return $result; - } - - if ($urlEncoding === true) { - $decoder = function ($value) { - return rawurldecode(str_replace('+', ' ', $value)); - }; - } elseif ($urlEncoding === PHP_QUERY_RFC3986) { - $decoder = 'rawurldecode'; - } elseif ($urlEncoding === PHP_QUERY_RFC1738) { - $decoder = 'urldecode'; - } else { - $decoder = function ($str) { - return $str; - }; - } - - foreach (explode('&', $str) as $kvp) { - $parts = explode('=', $kvp, 2); - $key = $decoder($parts[0]); - $value = isset($parts[1]) ? $decoder($parts[1]) : null; - if (!isset($result[$key])) { - $result[$key] = $value; - } else { - if (!is_array($result[$key])) { - $result[$key] = [$result[$key]]; - } - $result[$key][] = $value; - } - } - - return $result; - } - - /** - * Build a query string from an array of key value pairs. - * - * This function can use the return value of `parse()` to build a query - * string. This function does not modify the provided keys when an array is - * encountered (like `http_build_query()` would). - * - * @param array $params Query string parameters. - * @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986 - * to encode using RFC3986, or PHP_QUERY_RFC1738 - * to encode using RFC1738. - * - * @return string - */ - public static function build(array $params, $encoding = PHP_QUERY_RFC3986) - { - if (!$params) { - return ''; - } - - if ($encoding === false) { - $encoder = function ($str) { - return $str; - }; - } elseif ($encoding === PHP_QUERY_RFC3986) { - $encoder = 'rawurlencode'; - } elseif ($encoding === PHP_QUERY_RFC1738) { - $encoder = 'urlencode'; - } else { - throw new \InvalidArgumentException('Invalid type'); - } - - $qs = ''; - foreach ($params as $k => $v) { - $k = $encoder($k); - if (!is_array($v)) { - $qs .= $k; - if ($v !== null) { - $qs .= '=' . $encoder($v); - } - $qs .= '&'; - } else { - foreach ($v as $vv) { - $qs .= $k; - if ($vv !== null) { - $qs .= '=' . $encoder($vv); - } - $qs .= '&'; - } - } - } - - return $qs ? (string) substr($qs, 0, -1) : ''; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Request.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Request.php deleted file mode 100644 index c1cdaeb..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Request.php +++ /dev/null @@ -1,152 +0,0 @@ -assertMethod($method); - if (!($uri instanceof UriInterface)) { - $uri = new Uri($uri); - } - - $this->method = strtoupper($method); - $this->uri = $uri; - $this->setHeaders($headers); - $this->protocol = $version; - - if (!isset($this->headerNames['host'])) { - $this->updateHostFromUri(); - } - - if ($body !== '' && $body !== null) { - $this->stream = Utils::streamFor($body); - } - } - - public function getRequestTarget() - { - if ($this->requestTarget !== null) { - return $this->requestTarget; - } - - $target = $this->uri->getPath(); - if ($target == '') { - $target = '/'; - } - if ($this->uri->getQuery() != '') { - $target .= '?' . $this->uri->getQuery(); - } - - return $target; - } - - public function withRequestTarget($requestTarget) - { - if (preg_match('#\s#', $requestTarget)) { - throw new InvalidArgumentException( - 'Invalid request target provided; cannot contain whitespace' - ); - } - - $new = clone $this; - $new->requestTarget = $requestTarget; - return $new; - } - - public function getMethod() - { - return $this->method; - } - - public function withMethod($method) - { - $this->assertMethod($method); - $new = clone $this; - $new->method = strtoupper($method); - return $new; - } - - public function getUri() - { - return $this->uri; - } - - public function withUri(UriInterface $uri, $preserveHost = false) - { - if ($uri === $this->uri) { - return $this; - } - - $new = clone $this; - $new->uri = $uri; - - if (!$preserveHost || !isset($this->headerNames['host'])) { - $new->updateHostFromUri(); - } - - return $new; - } - - private function updateHostFromUri() - { - $host = $this->uri->getHost(); - - if ($host == '') { - return; - } - - if (($port = $this->uri->getPort()) !== null) { - $host .= ':' . $port; - } - - if (isset($this->headerNames['host'])) { - $header = $this->headerNames['host']; - } else { - $header = 'Host'; - $this->headerNames['host'] = 'Host'; - } - // Ensure Host is the first header. - // See: http://tools.ietf.org/html/rfc7230#section-5.4 - $this->headers = [$header => [$host]] + $this->headers; - } - - private function assertMethod($method) - { - if (!is_string($method) || $method === '') { - throw new \InvalidArgumentException('Method must be a non-empty string.'); - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Response.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Response.php deleted file mode 100644 index 8c01a0f..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Response.php +++ /dev/null @@ -1,155 +0,0 @@ - 'Continue', - 101 => 'Switching Protocols', - 102 => 'Processing', - 200 => 'OK', - 201 => 'Created', - 202 => 'Accepted', - 203 => 'Non-Authoritative Information', - 204 => 'No Content', - 205 => 'Reset Content', - 206 => 'Partial Content', - 207 => 'Multi-status', - 208 => 'Already Reported', - 300 => 'Multiple Choices', - 301 => 'Moved Permanently', - 302 => 'Found', - 303 => 'See Other', - 304 => 'Not Modified', - 305 => 'Use Proxy', - 306 => 'Switch Proxy', - 307 => 'Temporary Redirect', - 400 => 'Bad Request', - 401 => 'Unauthorized', - 402 => 'Payment Required', - 403 => 'Forbidden', - 404 => 'Not Found', - 405 => 'Method Not Allowed', - 406 => 'Not Acceptable', - 407 => 'Proxy Authentication Required', - 408 => 'Request Time-out', - 409 => 'Conflict', - 410 => 'Gone', - 411 => 'Length Required', - 412 => 'Precondition Failed', - 413 => 'Request Entity Too Large', - 414 => 'Request-URI Too Large', - 415 => 'Unsupported Media Type', - 416 => 'Requested range not satisfiable', - 417 => 'Expectation Failed', - 418 => 'I\'m a teapot', - 422 => 'Unprocessable Entity', - 423 => 'Locked', - 424 => 'Failed Dependency', - 425 => 'Unordered Collection', - 426 => 'Upgrade Required', - 428 => 'Precondition Required', - 429 => 'Too Many Requests', - 431 => 'Request Header Fields Too Large', - 451 => 'Unavailable For Legal Reasons', - 500 => 'Internal Server Error', - 501 => 'Not Implemented', - 502 => 'Bad Gateway', - 503 => 'Service Unavailable', - 504 => 'Gateway Time-out', - 505 => 'HTTP Version not supported', - 506 => 'Variant Also Negotiates', - 507 => 'Insufficient Storage', - 508 => 'Loop Detected', - 511 => 'Network Authentication Required', - ]; - - /** @var string */ - private $reasonPhrase = ''; - - /** @var int */ - private $statusCode = 200; - - /** - * @param int $status Status code - * @param array $headers Response headers - * @param string|resource|StreamInterface|null $body Response body - * @param string $version Protocol version - * @param string|null $reason Reason phrase (when empty a default will be used based on the status code) - */ - public function __construct( - $status = 200, - array $headers = [], - $body = null, - $version = '1.1', - $reason = null - ) { - $this->assertStatusCodeIsInteger($status); - $status = (int) $status; - $this->assertStatusCodeRange($status); - - $this->statusCode = $status; - - if ($body !== '' && $body !== null) { - $this->stream = Utils::streamFor($body); - } - - $this->setHeaders($headers); - if ($reason == '' && isset(self::$phrases[$this->statusCode])) { - $this->reasonPhrase = self::$phrases[$this->statusCode]; - } else { - $this->reasonPhrase = (string) $reason; - } - - $this->protocol = $version; - } - - public function getStatusCode() - { - return $this->statusCode; - } - - public function getReasonPhrase() - { - return $this->reasonPhrase; - } - - public function withStatus($code, $reasonPhrase = '') - { - $this->assertStatusCodeIsInteger($code); - $code = (int) $code; - $this->assertStatusCodeRange($code); - - $new = clone $this; - $new->statusCode = $code; - if ($reasonPhrase == '' && isset(self::$phrases[$new->statusCode])) { - $reasonPhrase = self::$phrases[$new->statusCode]; - } - $new->reasonPhrase = (string) $reasonPhrase; - return $new; - } - - private function assertStatusCodeIsInteger($statusCode) - { - if (filter_var($statusCode, FILTER_VALIDATE_INT) === false) { - throw new \InvalidArgumentException('Status code must be an integer value.'); - } - } - - private function assertStatusCodeRange($statusCode) - { - if ($statusCode < 100 || $statusCode >= 600) { - throw new \InvalidArgumentException('Status code must be an integer value between 1xx and 5xx.'); - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Rfc7230.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Rfc7230.php deleted file mode 100644 index 51b571f..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Rfc7230.php +++ /dev/null @@ -1,19 +0,0 @@ -@,;:\\\"/[\]?={}\x01-\x20\x7F]++):[ \t]*+((?:[ \t]*+[\x21-\x7E\x80-\xFF]++)*+)[ \t]*+\r?\n)m"; - const HEADER_FOLD_REGEX = "(\r?\n[ \t]++)"; -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/ServerRequest.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/ServerRequest.php deleted file mode 100644 index e6d26f5..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/ServerRequest.php +++ /dev/null @@ -1,379 +0,0 @@ -serverParams = $serverParams; - - parent::__construct($method, $uri, $headers, $body, $version); - } - - /** - * Return an UploadedFile instance array. - * - * @param array $files A array which respect $_FILES structure - * - * @return array - * - * @throws InvalidArgumentException for unrecognized values - */ - public static function normalizeFiles(array $files) - { - $normalized = []; - - foreach ($files as $key => $value) { - if ($value instanceof UploadedFileInterface) { - $normalized[$key] = $value; - } elseif (is_array($value) && isset($value['tmp_name'])) { - $normalized[$key] = self::createUploadedFileFromSpec($value); - } elseif (is_array($value)) { - $normalized[$key] = self::normalizeFiles($value); - continue; - } else { - throw new InvalidArgumentException('Invalid value in files specification'); - } - } - - return $normalized; - } - - /** - * Create and return an UploadedFile instance from a $_FILES specification. - * - * If the specification represents an array of values, this method will - * delegate to normalizeNestedFileSpec() and return that return value. - * - * @param array $value $_FILES struct - * - * @return array|UploadedFileInterface - */ - private static function createUploadedFileFromSpec(array $value) - { - if (is_array($value['tmp_name'])) { - return self::normalizeNestedFileSpec($value); - } - - return new UploadedFile( - $value['tmp_name'], - (int) $value['size'], - (int) $value['error'], - $value['name'], - $value['type'] - ); - } - - /** - * Normalize an array of file specifications. - * - * Loops through all nested files and returns a normalized array of - * UploadedFileInterface instances. - * - * @param array $files - * - * @return UploadedFileInterface[] - */ - private static function normalizeNestedFileSpec(array $files = []) - { - $normalizedFiles = []; - - foreach (array_keys($files['tmp_name']) as $key) { - $spec = [ - 'tmp_name' => $files['tmp_name'][$key], - 'size' => $files['size'][$key], - 'error' => $files['error'][$key], - 'name' => $files['name'][$key], - 'type' => $files['type'][$key], - ]; - $normalizedFiles[$key] = self::createUploadedFileFromSpec($spec); - } - - return $normalizedFiles; - } - - /** - * Return a ServerRequest populated with superglobals: - * $_GET - * $_POST - * $_COOKIE - * $_FILES - * $_SERVER - * - * @return ServerRequestInterface - */ - public static function fromGlobals() - { - $method = isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : 'GET'; - $headers = getallheaders(); - $uri = self::getUriFromGlobals(); - $body = new CachingStream(new LazyOpenStream('php://input', 'r+')); - $protocol = isset($_SERVER['SERVER_PROTOCOL']) ? str_replace('HTTP/', '', $_SERVER['SERVER_PROTOCOL']) : '1.1'; - - $serverRequest = new ServerRequest($method, $uri, $headers, $body, $protocol, $_SERVER); - - return $serverRequest - ->withCookieParams($_COOKIE) - ->withQueryParams($_GET) - ->withParsedBody($_POST) - ->withUploadedFiles(self::normalizeFiles($_FILES)); - } - - private static function extractHostAndPortFromAuthority($authority) - { - $uri = 'http://' . $authority; - $parts = parse_url($uri); - if (false === $parts) { - return [null, null]; - } - - $host = isset($parts['host']) ? $parts['host'] : null; - $port = isset($parts['port']) ? $parts['port'] : null; - - return [$host, $port]; - } - - /** - * Get a Uri populated with values from $_SERVER. - * - * @return UriInterface - */ - public static function getUriFromGlobals() - { - $uri = new Uri(''); - - $uri = $uri->withScheme(!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' ? 'https' : 'http'); - - $hasPort = false; - if (isset($_SERVER['HTTP_HOST'])) { - list($host, $port) = self::extractHostAndPortFromAuthority($_SERVER['HTTP_HOST']); - if ($host !== null) { - $uri = $uri->withHost($host); - } - - if ($port !== null) { - $hasPort = true; - $uri = $uri->withPort($port); - } - } elseif (isset($_SERVER['SERVER_NAME'])) { - $uri = $uri->withHost($_SERVER['SERVER_NAME']); - } elseif (isset($_SERVER['SERVER_ADDR'])) { - $uri = $uri->withHost($_SERVER['SERVER_ADDR']); - } - - if (!$hasPort && isset($_SERVER['SERVER_PORT'])) { - $uri = $uri->withPort($_SERVER['SERVER_PORT']); - } - - $hasQuery = false; - if (isset($_SERVER['REQUEST_URI'])) { - $requestUriParts = explode('?', $_SERVER['REQUEST_URI'], 2); - $uri = $uri->withPath($requestUriParts[0]); - if (isset($requestUriParts[1])) { - $hasQuery = true; - $uri = $uri->withQuery($requestUriParts[1]); - } - } - - if (!$hasQuery && isset($_SERVER['QUERY_STRING'])) { - $uri = $uri->withQuery($_SERVER['QUERY_STRING']); - } - - return $uri; - } - - /** - * {@inheritdoc} - */ - public function getServerParams() - { - return $this->serverParams; - } - - /** - * {@inheritdoc} - */ - public function getUploadedFiles() - { - return $this->uploadedFiles; - } - - /** - * {@inheritdoc} - */ - public function withUploadedFiles(array $uploadedFiles) - { - $new = clone $this; - $new->uploadedFiles = $uploadedFiles; - - return $new; - } - - /** - * {@inheritdoc} - */ - public function getCookieParams() - { - return $this->cookieParams; - } - - /** - * {@inheritdoc} - */ - public function withCookieParams(array $cookies) - { - $new = clone $this; - $new->cookieParams = $cookies; - - return $new; - } - - /** - * {@inheritdoc} - */ - public function getQueryParams() - { - return $this->queryParams; - } - - /** - * {@inheritdoc} - */ - public function withQueryParams(array $query) - { - $new = clone $this; - $new->queryParams = $query; - - return $new; - } - - /** - * {@inheritdoc} - */ - public function getParsedBody() - { - return $this->parsedBody; - } - - /** - * {@inheritdoc} - */ - public function withParsedBody($data) - { - $new = clone $this; - $new->parsedBody = $data; - - return $new; - } - - /** - * {@inheritdoc} - */ - public function getAttributes() - { - return $this->attributes; - } - - /** - * {@inheritdoc} - */ - public function getAttribute($attribute, $default = null) - { - if (false === array_key_exists($attribute, $this->attributes)) { - return $default; - } - - return $this->attributes[$attribute]; - } - - /** - * {@inheritdoc} - */ - public function withAttribute($attribute, $value) - { - $new = clone $this; - $new->attributes[$attribute] = $value; - - return $new; - } - - /** - * {@inheritdoc} - */ - public function withoutAttribute($attribute) - { - if (false === array_key_exists($attribute, $this->attributes)) { - return $this; - } - - $new = clone $this; - unset($new->attributes[$attribute]); - - return $new; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Stream.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Stream.php deleted file mode 100644 index 3865d6d..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Stream.php +++ /dev/null @@ -1,270 +0,0 @@ -size = $options['size']; - } - - $this->customMetadata = isset($options['metadata']) - ? $options['metadata'] - : []; - - $this->stream = $stream; - $meta = stream_get_meta_data($this->stream); - $this->seekable = $meta['seekable']; - $this->readable = (bool)preg_match(self::READABLE_MODES, $meta['mode']); - $this->writable = (bool)preg_match(self::WRITABLE_MODES, $meta['mode']); - $this->uri = $this->getMetadata('uri'); - } - - /** - * Closes the stream when the destructed - */ - public function __destruct() - { - $this->close(); - } - - public function __toString() - { - try { - if ($this->isSeekable()) { - $this->seek(0); - } - return $this->getContents(); - } catch (\Exception $e) { - return ''; - } - } - - public function getContents() - { - if (!isset($this->stream)) { - throw new \RuntimeException('Stream is detached'); - } - - $contents = stream_get_contents($this->stream); - - if ($contents === false) { - throw new \RuntimeException('Unable to read stream contents'); - } - - return $contents; - } - - public function close() - { - if (isset($this->stream)) { - if (is_resource($this->stream)) { - fclose($this->stream); - } - $this->detach(); - } - } - - public function detach() - { - if (!isset($this->stream)) { - return null; - } - - $result = $this->stream; - unset($this->stream); - $this->size = $this->uri = null; - $this->readable = $this->writable = $this->seekable = false; - - return $result; - } - - public function getSize() - { - if ($this->size !== null) { - return $this->size; - } - - if (!isset($this->stream)) { - return null; - } - - // Clear the stat cache if the stream has a URI - if ($this->uri) { - clearstatcache(true, $this->uri); - } - - $stats = fstat($this->stream); - if (isset($stats['size'])) { - $this->size = $stats['size']; - return $this->size; - } - - return null; - } - - public function isReadable() - { - return $this->readable; - } - - public function isWritable() - { - return $this->writable; - } - - public function isSeekable() - { - return $this->seekable; - } - - public function eof() - { - if (!isset($this->stream)) { - throw new \RuntimeException('Stream is detached'); - } - - return feof($this->stream); - } - - public function tell() - { - if (!isset($this->stream)) { - throw new \RuntimeException('Stream is detached'); - } - - $result = ftell($this->stream); - - if ($result === false) { - throw new \RuntimeException('Unable to determine stream position'); - } - - return $result; - } - - public function rewind() - { - $this->seek(0); - } - - public function seek($offset, $whence = SEEK_SET) - { - $whence = (int) $whence; - - if (!isset($this->stream)) { - throw new \RuntimeException('Stream is detached'); - } - if (!$this->seekable) { - throw new \RuntimeException('Stream is not seekable'); - } - if (fseek($this->stream, $offset, $whence) === -1) { - throw new \RuntimeException('Unable to seek to stream position ' - . $offset . ' with whence ' . var_export($whence, true)); - } - } - - public function read($length) - { - if (!isset($this->stream)) { - throw new \RuntimeException('Stream is detached'); - } - if (!$this->readable) { - throw new \RuntimeException('Cannot read from non-readable stream'); - } - if ($length < 0) { - throw new \RuntimeException('Length parameter cannot be negative'); - } - - if (0 === $length) { - return ''; - } - - $string = fread($this->stream, $length); - if (false === $string) { - throw new \RuntimeException('Unable to read from stream'); - } - - return $string; - } - - public function write($string) - { - if (!isset($this->stream)) { - throw new \RuntimeException('Stream is detached'); - } - if (!$this->writable) { - throw new \RuntimeException('Cannot write to a non-writable stream'); - } - - // We can't know the size after writing anything - $this->size = null; - $result = fwrite($this->stream, $string); - - if ($result === false) { - throw new \RuntimeException('Unable to write to stream'); - } - - return $result; - } - - public function getMetadata($key = null) - { - if (!isset($this->stream)) { - return $key ? null : []; - } elseif (!$key) { - return $this->customMetadata + stream_get_meta_data($this->stream); - } elseif (isset($this->customMetadata[$key])) { - return $this->customMetadata[$key]; - } - - $meta = stream_get_meta_data($this->stream); - - return isset($meta[$key]) ? $meta[$key] : null; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php deleted file mode 100644 index 5025dd6..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php +++ /dev/null @@ -1,152 +0,0 @@ -stream = $stream; - } - - /** - * Magic method used to create a new stream if streams are not added in - * the constructor of a decorator (e.g., LazyOpenStream). - * - * @param string $name Name of the property (allows "stream" only). - * - * @return StreamInterface - */ - public function __get($name) - { - if ($name == 'stream') { - $this->stream = $this->createStream(); - return $this->stream; - } - - throw new \UnexpectedValueException("$name not found on class"); - } - - public function __toString() - { - try { - if ($this->isSeekable()) { - $this->seek(0); - } - return $this->getContents(); - } catch (\Exception $e) { - // Really, PHP? https://bugs.php.net/bug.php?id=53648 - trigger_error('StreamDecorator::__toString exception: ' - . (string) $e, E_USER_ERROR); - return ''; - } - } - - public function getContents() - { - return Utils::copyToString($this); - } - - /** - * Allow decorators to implement custom methods - * - * @param string $method Missing method name - * @param array $args Method arguments - * - * @return mixed - */ - public function __call($method, array $args) - { - $result = call_user_func_array([$this->stream, $method], $args); - - // Always return the wrapped object if the result is a return $this - return $result === $this->stream ? $this : $result; - } - - public function close() - { - $this->stream->close(); - } - - public function getMetadata($key = null) - { - return $this->stream->getMetadata($key); - } - - public function detach() - { - return $this->stream->detach(); - } - - public function getSize() - { - return $this->stream->getSize(); - } - - public function eof() - { - return $this->stream->eof(); - } - - public function tell() - { - return $this->stream->tell(); - } - - public function isReadable() - { - return $this->stream->isReadable(); - } - - public function isWritable() - { - return $this->stream->isWritable(); - } - - public function isSeekable() - { - return $this->stream->isSeekable(); - } - - public function rewind() - { - $this->seek(0); - } - - public function seek($offset, $whence = SEEK_SET) - { - $this->stream->seek($offset, $whence); - } - - public function read($length) - { - return $this->stream->read($length); - } - - public function write($string) - { - return $this->stream->write($string); - } - - /** - * Implement in subclasses to dynamically create streams when requested. - * - * @return StreamInterface - * - * @throws \BadMethodCallException - */ - protected function createStream() - { - throw new \BadMethodCallException('Not implemented'); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/StreamWrapper.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/StreamWrapper.php deleted file mode 100644 index fc7cb96..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/StreamWrapper.php +++ /dev/null @@ -1,165 +0,0 @@ -isReadable()) { - $mode = $stream->isWritable() ? 'r+' : 'r'; - } elseif ($stream->isWritable()) { - $mode = 'w'; - } else { - throw new \InvalidArgumentException('The stream must be readable, ' - . 'writable, or both.'); - } - - return fopen('guzzle://stream', $mode, null, self::createStreamContext($stream)); - } - - /** - * Creates a stream context that can be used to open a stream as a php stream resource. - * - * @param StreamInterface $stream - * - * @return resource - */ - public static function createStreamContext(StreamInterface $stream) - { - return stream_context_create([ - 'guzzle' => ['stream' => $stream] - ]); - } - - /** - * Registers the stream wrapper if needed - */ - public static function register() - { - if (!in_array('guzzle', stream_get_wrappers())) { - stream_wrapper_register('guzzle', __CLASS__); - } - } - - public function stream_open($path, $mode, $options, &$opened_path) - { - $options = stream_context_get_options($this->context); - - if (!isset($options['guzzle']['stream'])) { - return false; - } - - $this->mode = $mode; - $this->stream = $options['guzzle']['stream']; - - return true; - } - - public function stream_read($count) - { - return $this->stream->read($count); - } - - public function stream_write($data) - { - return (int) $this->stream->write($data); - } - - public function stream_tell() - { - return $this->stream->tell(); - } - - public function stream_eof() - { - return $this->stream->eof(); - } - - public function stream_seek($offset, $whence) - { - $this->stream->seek($offset, $whence); - - return true; - } - - public function stream_cast($cast_as) - { - $stream = clone($this->stream); - - return $stream->detach(); - } - - public function stream_stat() - { - static $modeMap = [ - 'r' => 33060, - 'rb' => 33060, - 'r+' => 33206, - 'w' => 33188, - 'wb' => 33188 - ]; - - return [ - 'dev' => 0, - 'ino' => 0, - 'mode' => $modeMap[$this->mode], - 'nlink' => 0, - 'uid' => 0, - 'gid' => 0, - 'rdev' => 0, - 'size' => $this->stream->getSize() ?: 0, - 'atime' => 0, - 'mtime' => 0, - 'ctime' => 0, - 'blksize' => 0, - 'blocks' => 0 - ]; - } - - public function url_stat($path, $flags) - { - return [ - 'dev' => 0, - 'ino' => 0, - 'mode' => 0, - 'nlink' => 0, - 'uid' => 0, - 'gid' => 0, - 'rdev' => 0, - 'size' => 0, - 'atime' => 0, - 'mtime' => 0, - 'ctime' => 0, - 'blksize' => 0, - 'blocks' => 0 - ]; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/UploadedFile.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/UploadedFile.php deleted file mode 100644 index bf342c4..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/UploadedFile.php +++ /dev/null @@ -1,328 +0,0 @@ -setError($errorStatus); - $this->setSize($size); - $this->setClientFilename($clientFilename); - $this->setClientMediaType($clientMediaType); - - if ($this->isOk()) { - $this->setStreamOrFile($streamOrFile); - } - } - - /** - * Depending on the value set file or stream variable - * - * @param mixed $streamOrFile - * - * @throws InvalidArgumentException - */ - private function setStreamOrFile($streamOrFile) - { - if (is_string($streamOrFile)) { - $this->file = $streamOrFile; - } elseif (is_resource($streamOrFile)) { - $this->stream = new Stream($streamOrFile); - } elseif ($streamOrFile instanceof StreamInterface) { - $this->stream = $streamOrFile; - } else { - throw new InvalidArgumentException( - 'Invalid stream or file provided for UploadedFile' - ); - } - } - - /** - * @param int $error - * - * @throws InvalidArgumentException - */ - private function setError($error) - { - if (false === is_int($error)) { - throw new InvalidArgumentException( - 'Upload file error status must be an integer' - ); - } - - if (false === in_array($error, UploadedFile::$errors)) { - throw new InvalidArgumentException( - 'Invalid error status for UploadedFile' - ); - } - - $this->error = $error; - } - - /** - * @param int $size - * - * @throws InvalidArgumentException - */ - private function setSize($size) - { - if (false === is_int($size)) { - throw new InvalidArgumentException( - 'Upload file size must be an integer' - ); - } - - $this->size = $size; - } - - /** - * @param mixed $param - * - * @return bool - */ - private function isStringOrNull($param) - { - return in_array(gettype($param), ['string', 'NULL']); - } - - /** - * @param mixed $param - * - * @return bool - */ - private function isStringNotEmpty($param) - { - return is_string($param) && false === empty($param); - } - - /** - * @param string|null $clientFilename - * - * @throws InvalidArgumentException - */ - private function setClientFilename($clientFilename) - { - if (false === $this->isStringOrNull($clientFilename)) { - throw new InvalidArgumentException( - 'Upload file client filename must be a string or null' - ); - } - - $this->clientFilename = $clientFilename; - } - - /** - * @param string|null $clientMediaType - * - * @throws InvalidArgumentException - */ - private function setClientMediaType($clientMediaType) - { - if (false === $this->isStringOrNull($clientMediaType)) { - throw new InvalidArgumentException( - 'Upload file client media type must be a string or null' - ); - } - - $this->clientMediaType = $clientMediaType; - } - - /** - * Return true if there is no upload error - * - * @return bool - */ - private function isOk() - { - return $this->error === UPLOAD_ERR_OK; - } - - /** - * @return bool - */ - public function isMoved() - { - return $this->moved; - } - - /** - * @throws RuntimeException if is moved or not ok - */ - private function validateActive() - { - if (false === $this->isOk()) { - throw new RuntimeException('Cannot retrieve stream due to upload error'); - } - - if ($this->isMoved()) { - throw new RuntimeException('Cannot retrieve stream after it has already been moved'); - } - } - - /** - * {@inheritdoc} - * - * @throws RuntimeException if the upload was not successful. - */ - public function getStream() - { - $this->validateActive(); - - if ($this->stream instanceof StreamInterface) { - return $this->stream; - } - - return new LazyOpenStream($this->file, 'r+'); - } - - /** - * {@inheritdoc} - * - * @see http://php.net/is_uploaded_file - * @see http://php.net/move_uploaded_file - * - * @param string $targetPath Path to which to move the uploaded file. - * - * @throws RuntimeException if the upload was not successful. - * @throws InvalidArgumentException if the $path specified is invalid. - * @throws RuntimeException on any error during the move operation, or on - * the second or subsequent call to the method. - */ - public function moveTo($targetPath) - { - $this->validateActive(); - - if (false === $this->isStringNotEmpty($targetPath)) { - throw new InvalidArgumentException( - 'Invalid path provided for move operation; must be a non-empty string' - ); - } - - if ($this->file) { - $this->moved = php_sapi_name() == 'cli' - ? rename($this->file, $targetPath) - : move_uploaded_file($this->file, $targetPath); - } else { - Utils::copyToStream( - $this->getStream(), - new LazyOpenStream($targetPath, 'w') - ); - - $this->moved = true; - } - - if (false === $this->moved) { - throw new RuntimeException( - sprintf('Uploaded file could not be moved to %s', $targetPath) - ); - } - } - - /** - * {@inheritdoc} - * - * @return int|null The file size in bytes or null if unknown. - */ - public function getSize() - { - return $this->size; - } - - /** - * {@inheritdoc} - * - * @see http://php.net/manual/en/features.file-upload.errors.php - * - * @return int One of PHP's UPLOAD_ERR_XXX constants. - */ - public function getError() - { - return $this->error; - } - - /** - * {@inheritdoc} - * - * @return string|null The filename sent by the client or null if none - * was provided. - */ - public function getClientFilename() - { - return $this->clientFilename; - } - - /** - * {@inheritdoc} - */ - public function getClientMediaType() - { - return $this->clientMediaType; - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Uri.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Uri.php deleted file mode 100644 index 0f9f020..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Uri.php +++ /dev/null @@ -1,810 +0,0 @@ - 80, - 'https' => 443, - 'ftp' => 21, - 'gopher' => 70, - 'nntp' => 119, - 'news' => 119, - 'telnet' => 23, - 'tn3270' => 23, - 'imap' => 143, - 'pop' => 110, - 'ldap' => 389, - ]; - - private static $charUnreserved = 'a-zA-Z0-9_\-\.~'; - private static $charSubDelims = '!\$&\'\(\)\*\+,;='; - private static $replaceQuery = ['=' => '%3D', '&' => '%26']; - - /** @var string Uri scheme. */ - private $scheme = ''; - - /** @var string Uri user info. */ - private $userInfo = ''; - - /** @var string Uri host. */ - private $host = ''; - - /** @var int|null Uri port. */ - private $port; - - /** @var string Uri path. */ - private $path = ''; - - /** @var string Uri query string. */ - private $query = ''; - - /** @var string Uri fragment. */ - private $fragment = ''; - - /** - * @param string $uri URI to parse - */ - public function __construct($uri = '') - { - // weak type check to also accept null until we can add scalar type hints - if ($uri != '') { - $parts = self::parse($uri); - if ($parts === false) { - throw new \InvalidArgumentException("Unable to parse URI: $uri"); - } - $this->applyParts($parts); - } - } - - /** - * UTF-8 aware \parse_url() replacement. - * - * The internal function produces broken output for non ASCII domain names - * (IDN) when used with locales other than "C". - * - * On the other hand, cURL understands IDN correctly only when UTF-8 locale - * is configured ("C.UTF-8", "en_US.UTF-8", etc.). - * - * @see https://bugs.php.net/bug.php?id=52923 - * @see https://www.php.net/manual/en/function.parse-url.php#114817 - * @see https://curl.haxx.se/libcurl/c/CURLOPT_URL.html#ENCODING - * - * @param string $url - * - * @return array|false - */ - private static function parse($url) - { - // If IPv6 - $prefix = ''; - if (preg_match('%^(.*://\[[0-9:a-f]+\])(.*?)$%', $url, $matches)) { - $prefix = $matches[1]; - $url = $matches[2]; - } - - $encodedUrl = preg_replace_callback( - '%[^:/@?&=#]+%usD', - static function ($matches) { - return urlencode($matches[0]); - }, - $url - ); - - $result = parse_url($prefix . $encodedUrl); - - if ($result === false) { - return false; - } - - return array_map('urldecode', $result); - } - - public function __toString() - { - return self::composeComponents( - $this->scheme, - $this->getAuthority(), - $this->path, - $this->query, - $this->fragment - ); - } - - /** - * Composes a URI reference string from its various components. - * - * Usually this method does not need to be called manually but instead is used indirectly via - * `Psr\Http\Message\UriInterface::__toString`. - * - * PSR-7 UriInterface treats an empty component the same as a missing component as - * getQuery(), getFragment() etc. always return a string. This explains the slight - * difference to RFC 3986 Section 5.3. - * - * Another adjustment is that the authority separator is added even when the authority is missing/empty - * for the "file" scheme. This is because PHP stream functions like `file_get_contents` only work with - * `file:///myfile` but not with `file:/myfile` although they are equivalent according to RFC 3986. But - * `file:///` is the more common syntax for the file scheme anyway (Chrome for example redirects to - * that format). - * - * @param string $scheme - * @param string $authority - * @param string $path - * @param string $query - * @param string $fragment - * - * @return string - * - * @link https://tools.ietf.org/html/rfc3986#section-5.3 - */ - public static function composeComponents($scheme, $authority, $path, $query, $fragment) - { - $uri = ''; - - // weak type checks to also accept null until we can add scalar type hints - if ($scheme != '') { - $uri .= $scheme . ':'; - } - - if ($authority != ''|| $scheme === 'file') { - $uri .= '//' . $authority; - } - - $uri .= $path; - - if ($query != '') { - $uri .= '?' . $query; - } - - if ($fragment != '') { - $uri .= '#' . $fragment; - } - - return $uri; - } - - /** - * Whether the URI has the default port of the current scheme. - * - * `Psr\Http\Message\UriInterface::getPort` may return null or the standard port. This method can be used - * independently of the implementation. - * - * @param UriInterface $uri - * - * @return bool - */ - public static function isDefaultPort(UriInterface $uri) - { - return $uri->getPort() === null - || (isset(self::$defaultPorts[$uri->getScheme()]) && $uri->getPort() === self::$defaultPorts[$uri->getScheme()]); - } - - /** - * Whether the URI is absolute, i.e. it has a scheme. - * - * An instance of UriInterface can either be an absolute URI or a relative reference. This method returns true - * if it is the former. An absolute URI has a scheme. A relative reference is used to express a URI relative - * to another URI, the base URI. Relative references can be divided into several forms: - * - network-path references, e.g. '//example.com/path' - * - absolute-path references, e.g. '/path' - * - relative-path references, e.g. 'subpath' - * - * @param UriInterface $uri - * - * @return bool - * - * @see Uri::isNetworkPathReference - * @see Uri::isAbsolutePathReference - * @see Uri::isRelativePathReference - * @link https://tools.ietf.org/html/rfc3986#section-4 - */ - public static function isAbsolute(UriInterface $uri) - { - return $uri->getScheme() !== ''; - } - - /** - * Whether the URI is a network-path reference. - * - * A relative reference that begins with two slash characters is termed an network-path reference. - * - * @param UriInterface $uri - * - * @return bool - * - * @link https://tools.ietf.org/html/rfc3986#section-4.2 - */ - public static function isNetworkPathReference(UriInterface $uri) - { - return $uri->getScheme() === '' && $uri->getAuthority() !== ''; - } - - /** - * Whether the URI is a absolute-path reference. - * - * A relative reference that begins with a single slash character is termed an absolute-path reference. - * - * @param UriInterface $uri - * - * @return bool - * - * @link https://tools.ietf.org/html/rfc3986#section-4.2 - */ - public static function isAbsolutePathReference(UriInterface $uri) - { - return $uri->getScheme() === '' - && $uri->getAuthority() === '' - && isset($uri->getPath()[0]) - && $uri->getPath()[0] === '/'; - } - - /** - * Whether the URI is a relative-path reference. - * - * A relative reference that does not begin with a slash character is termed a relative-path reference. - * - * @param UriInterface $uri - * - * @return bool - * - * @link https://tools.ietf.org/html/rfc3986#section-4.2 - */ - public static function isRelativePathReference(UriInterface $uri) - { - return $uri->getScheme() === '' - && $uri->getAuthority() === '' - && (!isset($uri->getPath()[0]) || $uri->getPath()[0] !== '/'); - } - - /** - * Whether the URI is a same-document reference. - * - * A same-document reference refers to a URI that is, aside from its fragment - * component, identical to the base URI. When no base URI is given, only an empty - * URI reference (apart from its fragment) is considered a same-document reference. - * - * @param UriInterface $uri The URI to check - * @param UriInterface|null $base An optional base URI to compare against - * - * @return bool - * - * @link https://tools.ietf.org/html/rfc3986#section-4.4 - */ - public static function isSameDocumentReference(UriInterface $uri, UriInterface $base = null) - { - if ($base !== null) { - $uri = UriResolver::resolve($base, $uri); - - return ($uri->getScheme() === $base->getScheme()) - && ($uri->getAuthority() === $base->getAuthority()) - && ($uri->getPath() === $base->getPath()) - && ($uri->getQuery() === $base->getQuery()); - } - - return $uri->getScheme() === '' && $uri->getAuthority() === '' && $uri->getPath() === '' && $uri->getQuery() === ''; - } - - /** - * Removes dot segments from a path and returns the new path. - * - * @param string $path - * - * @return string - * - * @deprecated since version 1.4. Use UriResolver::removeDotSegments instead. - * @see UriResolver::removeDotSegments - */ - public static function removeDotSegments($path) - { - return UriResolver::removeDotSegments($path); - } - - /** - * Converts the relative URI into a new URI that is resolved against the base URI. - * - * @param UriInterface $base Base URI - * @param string|UriInterface $rel Relative URI - * - * @return UriInterface - * - * @deprecated since version 1.4. Use UriResolver::resolve instead. - * @see UriResolver::resolve - */ - public static function resolve(UriInterface $base, $rel) - { - if (!($rel instanceof UriInterface)) { - $rel = new self($rel); - } - - return UriResolver::resolve($base, $rel); - } - - /** - * Creates a new URI with a specific query string value removed. - * - * Any existing query string values that exactly match the provided key are - * removed. - * - * @param UriInterface $uri URI to use as a base. - * @param string $key Query string key to remove. - * - * @return UriInterface - */ - public static function withoutQueryValue(UriInterface $uri, $key) - { - $result = self::getFilteredQueryString($uri, [$key]); - - return $uri->withQuery(implode('&', $result)); - } - - /** - * Creates a new URI with a specific query string value. - * - * Any existing query string values that exactly match the provided key are - * removed and replaced with the given key value pair. - * - * A value of null will set the query string key without a value, e.g. "key" - * instead of "key=value". - * - * @param UriInterface $uri URI to use as a base. - * @param string $key Key to set. - * @param string|null $value Value to set - * - * @return UriInterface - */ - public static function withQueryValue(UriInterface $uri, $key, $value) - { - $result = self::getFilteredQueryString($uri, [$key]); - - $result[] = self::generateQueryString($key, $value); - - return $uri->withQuery(implode('&', $result)); - } - - /** - * Creates a new URI with multiple specific query string values. - * - * It has the same behavior as withQueryValue() but for an associative array of key => value. - * - * @param UriInterface $uri URI to use as a base. - * @param array $keyValueArray Associative array of key and values - * - * @return UriInterface - */ - public static function withQueryValues(UriInterface $uri, array $keyValueArray) - { - $result = self::getFilteredQueryString($uri, array_keys($keyValueArray)); - - foreach ($keyValueArray as $key => $value) { - $result[] = self::generateQueryString($key, $value); - } - - return $uri->withQuery(implode('&', $result)); - } - - /** - * Creates a URI from a hash of `parse_url` components. - * - * @param array $parts - * - * @return UriInterface - * - * @link http://php.net/manual/en/function.parse-url.php - * - * @throws \InvalidArgumentException If the components do not form a valid URI. - */ - public static function fromParts(array $parts) - { - $uri = new self(); - $uri->applyParts($parts); - $uri->validateState(); - - return $uri; - } - - public function getScheme() - { - return $this->scheme; - } - - public function getAuthority() - { - $authority = $this->host; - if ($this->userInfo !== '') { - $authority = $this->userInfo . '@' . $authority; - } - - if ($this->port !== null) { - $authority .= ':' . $this->port; - } - - return $authority; - } - - public function getUserInfo() - { - return $this->userInfo; - } - - public function getHost() - { - return $this->host; - } - - public function getPort() - { - return $this->port; - } - - public function getPath() - { - return $this->path; - } - - public function getQuery() - { - return $this->query; - } - - public function getFragment() - { - return $this->fragment; - } - - public function withScheme($scheme) - { - $scheme = $this->filterScheme($scheme); - - if ($this->scheme === $scheme) { - return $this; - } - - $new = clone $this; - $new->scheme = $scheme; - $new->removeDefaultPort(); - $new->validateState(); - - return $new; - } - - public function withUserInfo($user, $password = null) - { - $info = $this->filterUserInfoComponent($user); - if ($password !== null) { - $info .= ':' . $this->filterUserInfoComponent($password); - } - - if ($this->userInfo === $info) { - return $this; - } - - $new = clone $this; - $new->userInfo = $info; - $new->validateState(); - - return $new; - } - - public function withHost($host) - { - $host = $this->filterHost($host); - - if ($this->host === $host) { - return $this; - } - - $new = clone $this; - $new->host = $host; - $new->validateState(); - - return $new; - } - - public function withPort($port) - { - $port = $this->filterPort($port); - - if ($this->port === $port) { - return $this; - } - - $new = clone $this; - $new->port = $port; - $new->removeDefaultPort(); - $new->validateState(); - - return $new; - } - - public function withPath($path) - { - $path = $this->filterPath($path); - - if ($this->path === $path) { - return $this; - } - - $new = clone $this; - $new->path = $path; - $new->validateState(); - - return $new; - } - - public function withQuery($query) - { - $query = $this->filterQueryAndFragment($query); - - if ($this->query === $query) { - return $this; - } - - $new = clone $this; - $new->query = $query; - - return $new; - } - - public function withFragment($fragment) - { - $fragment = $this->filterQueryAndFragment($fragment); - - if ($this->fragment === $fragment) { - return $this; - } - - $new = clone $this; - $new->fragment = $fragment; - - return $new; - } - - /** - * Apply parse_url parts to a URI. - * - * @param array $parts Array of parse_url parts to apply. - */ - private function applyParts(array $parts) - { - $this->scheme = isset($parts['scheme']) - ? $this->filterScheme($parts['scheme']) - : ''; - $this->userInfo = isset($parts['user']) - ? $this->filterUserInfoComponent($parts['user']) - : ''; - $this->host = isset($parts['host']) - ? $this->filterHost($parts['host']) - : ''; - $this->port = isset($parts['port']) - ? $this->filterPort($parts['port']) - : null; - $this->path = isset($parts['path']) - ? $this->filterPath($parts['path']) - : ''; - $this->query = isset($parts['query']) - ? $this->filterQueryAndFragment($parts['query']) - : ''; - $this->fragment = isset($parts['fragment']) - ? $this->filterQueryAndFragment($parts['fragment']) - : ''; - if (isset($parts['pass'])) { - $this->userInfo .= ':' . $this->filterUserInfoComponent($parts['pass']); - } - - $this->removeDefaultPort(); - } - - /** - * @param string $scheme - * - * @return string - * - * @throws \InvalidArgumentException If the scheme is invalid. - */ - private function filterScheme($scheme) - { - if (!is_string($scheme)) { - throw new \InvalidArgumentException('Scheme must be a string'); - } - - return \strtr($scheme, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); - } - - /** - * @param string $component - * - * @return string - * - * @throws \InvalidArgumentException If the user info is invalid. - */ - private function filterUserInfoComponent($component) - { - if (!is_string($component)) { - throw new \InvalidArgumentException('User info must be a string'); - } - - return preg_replace_callback( - '/(?:[^%' . self::$charUnreserved . self::$charSubDelims . ']+|%(?![A-Fa-f0-9]{2}))/', - [$this, 'rawurlencodeMatchZero'], - $component - ); - } - - /** - * @param string $host - * - * @return string - * - * @throws \InvalidArgumentException If the host is invalid. - */ - private function filterHost($host) - { - if (!is_string($host)) { - throw new \InvalidArgumentException('Host must be a string'); - } - - return \strtr($host, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); - } - - /** - * @param int|null $port - * - * @return int|null - * - * @throws \InvalidArgumentException If the port is invalid. - */ - private function filterPort($port) - { - if ($port === null) { - return null; - } - - $port = (int) $port; - if (0 > $port || 0xffff < $port) { - throw new \InvalidArgumentException( - sprintf('Invalid port: %d. Must be between 0 and 65535', $port) - ); - } - - return $port; - } - - /** - * @param UriInterface $uri - * @param array $keys - * - * @return array - */ - private static function getFilteredQueryString(UriInterface $uri, array $keys) - { - $current = $uri->getQuery(); - - if ($current === '') { - return []; - } - - $decodedKeys = array_map('rawurldecode', $keys); - - return array_filter(explode('&', $current), function ($part) use ($decodedKeys) { - return !in_array(rawurldecode(explode('=', $part)[0]), $decodedKeys, true); - }); - } - - /** - * @param string $key - * @param string|null $value - * - * @return string - */ - private static function generateQueryString($key, $value) - { - // Query string separators ("=", "&") within the key or value need to be encoded - // (while preventing double-encoding) before setting the query string. All other - // chars that need percent-encoding will be encoded by withQuery(). - $queryString = strtr($key, self::$replaceQuery); - - if ($value !== null) { - $queryString .= '=' . strtr($value, self::$replaceQuery); - } - - return $queryString; - } - - private function removeDefaultPort() - { - if ($this->port !== null && self::isDefaultPort($this)) { - $this->port = null; - } - } - - /** - * Filters the path of a URI - * - * @param string $path - * - * @return string - * - * @throws \InvalidArgumentException If the path is invalid. - */ - private function filterPath($path) - { - if (!is_string($path)) { - throw new \InvalidArgumentException('Path must be a string'); - } - - return preg_replace_callback( - '/(?:[^' . self::$charUnreserved . self::$charSubDelims . '%:@\/]++|%(?![A-Fa-f0-9]{2}))/', - [$this, 'rawurlencodeMatchZero'], - $path - ); - } - - /** - * Filters the query string or fragment of a URI. - * - * @param string $str - * - * @return string - * - * @throws \InvalidArgumentException If the query or fragment is invalid. - */ - private function filterQueryAndFragment($str) - { - if (!is_string($str)) { - throw new \InvalidArgumentException('Query and fragment must be a string'); - } - - return preg_replace_callback( - '/(?:[^' . self::$charUnreserved . self::$charSubDelims . '%:@\/\?]++|%(?![A-Fa-f0-9]{2}))/', - [$this, 'rawurlencodeMatchZero'], - $str - ); - } - - private function rawurlencodeMatchZero(array $match) - { - return rawurlencode($match[0]); - } - - private function validateState() - { - if ($this->host === '' && ($this->scheme === 'http' || $this->scheme === 'https')) { - $this->host = self::HTTP_DEFAULT_HOST; - } - - if ($this->getAuthority() === '') { - if (0 === strpos($this->path, '//')) { - throw new \InvalidArgumentException('The path of a URI without an authority must not start with two slashes "//"'); - } - if ($this->scheme === '' && false !== strpos(explode('/', $this->path, 2)[0], ':')) { - throw new \InvalidArgumentException('A relative URI must not have a path beginning with a segment containing a colon'); - } - } elseif (isset($this->path[0]) && $this->path[0] !== '/') { - @trigger_error( - 'The path of a URI with an authority must start with a slash "/" or be empty. Automagically fixing the URI ' . - 'by adding a leading slash to the path is deprecated since version 1.4 and will throw an exception instead.', - E_USER_DEPRECATED - ); - $this->path = '/' . $this->path; - //throw new \InvalidArgumentException('The path of a URI with an authority must start with a slash "/" or be empty'); - } - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/UriNormalizer.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/UriNormalizer.php deleted file mode 100644 index 81419ea..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/UriNormalizer.php +++ /dev/null @@ -1,219 +0,0 @@ -getPath() === '' && - ($uri->getScheme() === 'http' || $uri->getScheme() === 'https') - ) { - $uri = $uri->withPath('/'); - } - - if ($flags & self::REMOVE_DEFAULT_HOST && $uri->getScheme() === 'file' && $uri->getHost() === 'localhost') { - $uri = $uri->withHost(''); - } - - if ($flags & self::REMOVE_DEFAULT_PORT && $uri->getPort() !== null && Uri::isDefaultPort($uri)) { - $uri = $uri->withPort(null); - } - - if ($flags & self::REMOVE_DOT_SEGMENTS && !Uri::isRelativePathReference($uri)) { - $uri = $uri->withPath(UriResolver::removeDotSegments($uri->getPath())); - } - - if ($flags & self::REMOVE_DUPLICATE_SLASHES) { - $uri = $uri->withPath(preg_replace('#//++#', '/', $uri->getPath())); - } - - if ($flags & self::SORT_QUERY_PARAMETERS && $uri->getQuery() !== '') { - $queryKeyValues = explode('&', $uri->getQuery()); - sort($queryKeyValues); - $uri = $uri->withQuery(implode('&', $queryKeyValues)); - } - - return $uri; - } - - /** - * Whether two URIs can be considered equivalent. - * - * Both URIs are normalized automatically before comparison with the given $normalizations bitmask. The method also - * accepts relative URI references and returns true when they are equivalent. This of course assumes they will be - * resolved against the same base URI. If this is not the case, determination of equivalence or difference of - * relative references does not mean anything. - * - * @param UriInterface $uri1 An URI to compare - * @param UriInterface $uri2 An URI to compare - * @param int $normalizations A bitmask of normalizations to apply, see constants - * - * @return bool - * - * @link https://tools.ietf.org/html/rfc3986#section-6.1 - */ - public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self::PRESERVING_NORMALIZATIONS) - { - return (string) self::normalize($uri1, $normalizations) === (string) self::normalize($uri2, $normalizations); - } - - private static function capitalizePercentEncoding(UriInterface $uri) - { - $regex = '/(?:%[A-Fa-f0-9]{2})++/'; - - $callback = function (array $match) { - return strtoupper($match[0]); - }; - - return - $uri->withPath( - preg_replace_callback($regex, $callback, $uri->getPath()) - )->withQuery( - preg_replace_callback($regex, $callback, $uri->getQuery()) - ); - } - - private static function decodeUnreservedCharacters(UriInterface $uri) - { - $regex = '/%(?:2D|2E|5F|7E|3[0-9]|[46][1-9A-F]|[57][0-9A])/i'; - - $callback = function (array $match) { - return rawurldecode($match[0]); - }; - - return - $uri->withPath( - preg_replace_callback($regex, $callback, $uri->getPath()) - )->withQuery( - preg_replace_callback($regex, $callback, $uri->getQuery()) - ); - } - - private function __construct() - { - // cannot be instantiated - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/UriResolver.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/UriResolver.php deleted file mode 100644 index a3cb15d..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/UriResolver.php +++ /dev/null @@ -1,222 +0,0 @@ -getScheme() != '') { - return $rel->withPath(self::removeDotSegments($rel->getPath())); - } - - if ($rel->getAuthority() != '') { - $targetAuthority = $rel->getAuthority(); - $targetPath = self::removeDotSegments($rel->getPath()); - $targetQuery = $rel->getQuery(); - } else { - $targetAuthority = $base->getAuthority(); - if ($rel->getPath() === '') { - $targetPath = $base->getPath(); - $targetQuery = $rel->getQuery() != '' ? $rel->getQuery() : $base->getQuery(); - } else { - if ($rel->getPath()[0] === '/') { - $targetPath = $rel->getPath(); - } else { - if ($targetAuthority != '' && $base->getPath() === '') { - $targetPath = '/' . $rel->getPath(); - } else { - $lastSlashPos = strrpos($base->getPath(), '/'); - if ($lastSlashPos === false) { - $targetPath = $rel->getPath(); - } else { - $targetPath = substr($base->getPath(), 0, $lastSlashPos + 1) . $rel->getPath(); - } - } - } - $targetPath = self::removeDotSegments($targetPath); - $targetQuery = $rel->getQuery(); - } - } - - return new Uri(Uri::composeComponents( - $base->getScheme(), - $targetAuthority, - $targetPath, - $targetQuery, - $rel->getFragment() - )); - } - - /** - * Returns the target URI as a relative reference from the base URI. - * - * This method is the counterpart to resolve(): - * - * (string) $target === (string) UriResolver::resolve($base, UriResolver::relativize($base, $target)) - * - * One use-case is to use the current request URI as base URI and then generate relative links in your documents - * to reduce the document size or offer self-contained downloadable document archives. - * - * $base = new Uri('http://example.com/a/b/'); - * echo UriResolver::relativize($base, new Uri('http://example.com/a/b/c')); // prints 'c'. - * echo UriResolver::relativize($base, new Uri('http://example.com/a/x/y')); // prints '../x/y'. - * echo UriResolver::relativize($base, new Uri('http://example.com/a/b/?q')); // prints '?q'. - * echo UriResolver::relativize($base, new Uri('http://example.org/a/b/')); // prints '//example.org/a/b/'. - * - * This method also accepts a target that is already relative and will try to relativize it further. Only a - * relative-path reference will be returned as-is. - * - * echo UriResolver::relativize($base, new Uri('/a/b/c')); // prints 'c' as well - * - * @param UriInterface $base Base URI - * @param UriInterface $target Target URI - * - * @return UriInterface The relative URI reference - */ - public static function relativize(UriInterface $base, UriInterface $target) - { - if ($target->getScheme() !== '' && - ($base->getScheme() !== $target->getScheme() || $target->getAuthority() === '' && $base->getAuthority() !== '') - ) { - return $target; - } - - if (Uri::isRelativePathReference($target)) { - // As the target is already highly relative we return it as-is. It would be possible to resolve - // the target with `$target = self::resolve($base, $target);` and then try make it more relative - // by removing a duplicate query. But let's not do that automatically. - return $target; - } - - if ($target->getAuthority() !== '' && $base->getAuthority() !== $target->getAuthority()) { - return $target->withScheme(''); - } - - // We must remove the path before removing the authority because if the path starts with two slashes, the URI - // would turn invalid. And we also cannot set a relative path before removing the authority, as that is also - // invalid. - $emptyPathUri = $target->withScheme('')->withPath('')->withUserInfo('')->withPort(null)->withHost(''); - - if ($base->getPath() !== $target->getPath()) { - return $emptyPathUri->withPath(self::getRelativePath($base, $target)); - } - - if ($base->getQuery() === $target->getQuery()) { - // Only the target fragment is left. And it must be returned even if base and target fragment are the same. - return $emptyPathUri->withQuery(''); - } - - // If the base URI has a query but the target has none, we cannot return an empty path reference as it would - // inherit the base query component when resolving. - if ($target->getQuery() === '') { - $segments = explode('/', $target->getPath()); - $lastSegment = end($segments); - - return $emptyPathUri->withPath($lastSegment === '' ? './' : $lastSegment); - } - - return $emptyPathUri; - } - - private static function getRelativePath(UriInterface $base, UriInterface $target) - { - $sourceSegments = explode('/', $base->getPath()); - $targetSegments = explode('/', $target->getPath()); - array_pop($sourceSegments); - $targetLastSegment = array_pop($targetSegments); - foreach ($sourceSegments as $i => $segment) { - if (isset($targetSegments[$i]) && $segment === $targetSegments[$i]) { - unset($sourceSegments[$i], $targetSegments[$i]); - } else { - break; - } - } - $targetSegments[] = $targetLastSegment; - $relativePath = str_repeat('../', count($sourceSegments)) . implode('/', $targetSegments); - - // A reference to am empty last segment or an empty first sub-segment must be prefixed with "./". - // This also applies to a segment with a colon character (e.g., "file:colon") that cannot be used - // as the first segment of a relative-path reference, as it would be mistaken for a scheme name. - if ('' === $relativePath || false !== strpos(explode('/', $relativePath, 2)[0], ':')) { - $relativePath = "./$relativePath"; - } elseif ('/' === $relativePath[0]) { - if ($base->getAuthority() != '' && $base->getPath() === '') { - // In this case an extra slash is added by resolve() automatically. So we must not add one here. - $relativePath = ".$relativePath"; - } else { - $relativePath = "./$relativePath"; - } - } - - return $relativePath; - } - - private function __construct() - { - // cannot be instantiated - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Utils.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Utils.php deleted file mode 100644 index 6b6c8cc..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/Utils.php +++ /dev/null @@ -1,428 +0,0 @@ - $keys - * - * @return array - */ - public static function caselessRemove($keys, array $data) - { - $result = []; - - foreach ($keys as &$key) { - $key = strtolower($key); - } - - foreach ($data as $k => $v) { - if (!in_array(strtolower($k), $keys)) { - $result[$k] = $v; - } - } - - return $result; - } - - /** - * Copy the contents of a stream into another stream until the given number - * of bytes have been read. - * - * @param StreamInterface $source Stream to read from - * @param StreamInterface $dest Stream to write to - * @param int $maxLen Maximum number of bytes to read. Pass -1 - * to read the entire stream. - * - * @throws \RuntimeException on error. - */ - public static function copyToStream(StreamInterface $source, StreamInterface $dest, $maxLen = -1) - { - $bufferSize = 8192; - - if ($maxLen === -1) { - while (!$source->eof()) { - if (!$dest->write($source->read($bufferSize))) { - break; - } - } - } else { - $remaining = $maxLen; - while ($remaining > 0 && !$source->eof()) { - $buf = $source->read(min($bufferSize, $remaining)); - $len = strlen($buf); - if (!$len) { - break; - } - $remaining -= $len; - $dest->write($buf); - } - } - } - - /** - * Copy the contents of a stream into a string until the given number of - * bytes have been read. - * - * @param StreamInterface $stream Stream to read - * @param int $maxLen Maximum number of bytes to read. Pass -1 - * to read the entire stream. - * - * @return string - * - * @throws \RuntimeException on error. - */ - public static function copyToString(StreamInterface $stream, $maxLen = -1) - { - $buffer = ''; - - if ($maxLen === -1) { - while (!$stream->eof()) { - $buf = $stream->read(1048576); - // Using a loose equality here to match on '' and false. - if ($buf == null) { - break; - } - $buffer .= $buf; - } - return $buffer; - } - - $len = 0; - while (!$stream->eof() && $len < $maxLen) { - $buf = $stream->read($maxLen - $len); - // Using a loose equality here to match on '' and false. - if ($buf == null) { - break; - } - $buffer .= $buf; - $len = strlen($buffer); - } - - return $buffer; - } - - /** - * Calculate a hash of a stream. - * - * This method reads the entire stream to calculate a rolling hash, based - * on PHP's `hash_init` functions. - * - * @param StreamInterface $stream Stream to calculate the hash for - * @param string $algo Hash algorithm (e.g. md5, crc32, etc) - * @param bool $rawOutput Whether or not to use raw output - * - * @return string Returns the hash of the stream - * - * @throws \RuntimeException on error. - */ - public static function hash(StreamInterface $stream, $algo, $rawOutput = false) - { - $pos = $stream->tell(); - - if ($pos > 0) { - $stream->rewind(); - } - - $ctx = hash_init($algo); - while (!$stream->eof()) { - hash_update($ctx, $stream->read(1048576)); - } - - $out = hash_final($ctx, (bool) $rawOutput); - $stream->seek($pos); - - return $out; - } - - /** - * Clone and modify a request with the given changes. - * - * This method is useful for reducing the number of clones needed to mutate - * a message. - * - * The changes can be one of: - * - method: (string) Changes the HTTP method. - * - set_headers: (array) Sets the given headers. - * - remove_headers: (array) Remove the given headers. - * - body: (mixed) Sets the given body. - * - uri: (UriInterface) Set the URI. - * - query: (string) Set the query string value of the URI. - * - version: (string) Set the protocol version. - * - * @param RequestInterface $request Request to clone and modify. - * @param array $changes Changes to apply. - * - * @return RequestInterface - */ - public static function modifyRequest(RequestInterface $request, array $changes) - { - if (!$changes) { - return $request; - } - - $headers = $request->getHeaders(); - - if (!isset($changes['uri'])) { - $uri = $request->getUri(); - } else { - // Remove the host header if one is on the URI - if ($host = $changes['uri']->getHost()) { - $changes['set_headers']['Host'] = $host; - - if ($port = $changes['uri']->getPort()) { - $standardPorts = ['http' => 80, 'https' => 443]; - $scheme = $changes['uri']->getScheme(); - if (isset($standardPorts[$scheme]) && $port != $standardPorts[$scheme]) { - $changes['set_headers']['Host'] .= ':' . $port; - } - } - } - $uri = $changes['uri']; - } - - if (!empty($changes['remove_headers'])) { - $headers = self::caselessRemove($changes['remove_headers'], $headers); - } - - if (!empty($changes['set_headers'])) { - $headers = self::caselessRemove(array_keys($changes['set_headers']), $headers); - $headers = $changes['set_headers'] + $headers; - } - - if (isset($changes['query'])) { - $uri = $uri->withQuery($changes['query']); - } - - if ($request instanceof ServerRequestInterface) { - $new = (new ServerRequest( - isset($changes['method']) ? $changes['method'] : $request->getMethod(), - $uri, - $headers, - isset($changes['body']) ? $changes['body'] : $request->getBody(), - isset($changes['version']) - ? $changes['version'] - : $request->getProtocolVersion(), - $request->getServerParams() - )) - ->withParsedBody($request->getParsedBody()) - ->withQueryParams($request->getQueryParams()) - ->withCookieParams($request->getCookieParams()) - ->withUploadedFiles($request->getUploadedFiles()); - - foreach ($request->getAttributes() as $key => $value) { - $new = $new->withAttribute($key, $value); - } - - return $new; - } - - return new Request( - isset($changes['method']) ? $changes['method'] : $request->getMethod(), - $uri, - $headers, - isset($changes['body']) ? $changes['body'] : $request->getBody(), - isset($changes['version']) - ? $changes['version'] - : $request->getProtocolVersion() - ); - } - - /** - * Read a line from the stream up to the maximum allowed buffer length. - * - * @param StreamInterface $stream Stream to read from - * @param int|null $maxLength Maximum buffer length - * - * @return string - */ - public static function readLine(StreamInterface $stream, $maxLength = null) - { - $buffer = ''; - $size = 0; - - while (!$stream->eof()) { - // Using a loose equality here to match on '' and false. - if (null == ($byte = $stream->read(1))) { - return $buffer; - } - $buffer .= $byte; - // Break when a new line is found or the max length - 1 is reached - if ($byte === "\n" || ++$size === $maxLength - 1) { - break; - } - } - - return $buffer; - } - - /** - * Create a new stream based on the input type. - * - * Options is an associative array that can contain the following keys: - * - metadata: Array of custom metadata. - * - size: Size of the stream. - * - * This method accepts the following `$resource` types: - * - `Psr\Http\Message\StreamInterface`: Returns the value as-is. - * - `string`: Creates a stream object that uses the given string as the contents. - * - `resource`: Creates a stream object that wraps the given PHP stream resource. - * - `Iterator`: If the provided value implements `Iterator`, then a read-only - * stream object will be created that wraps the given iterable. Each time the - * stream is read from, data from the iterator will fill a buffer and will be - * continuously called until the buffer is equal to the requested read size. - * Subsequent read calls will first read from the buffer and then call `next` - * on the underlying iterator until it is exhausted. - * - `object` with `__toString()`: If the object has the `__toString()` method, - * the object will be cast to a string and then a stream will be returned that - * uses the string value. - * - `NULL`: When `null` is passed, an empty stream object is returned. - * - `callable` When a callable is passed, a read-only stream object will be - * created that invokes the given callable. The callable is invoked with the - * number of suggested bytes to read. The callable can return any number of - * bytes, but MUST return `false` when there is no more data to return. The - * stream object that wraps the callable will invoke the callable until the - * number of requested bytes are available. Any additional bytes will be - * buffered and used in subsequent reads. - * - * @param resource|string|int|float|bool|StreamInterface|callable|\Iterator|null $resource Entity body data - * @param array $options Additional options - * - * @return StreamInterface - * - * @throws \InvalidArgumentException if the $resource arg is not valid. - */ - public static function streamFor($resource = '', array $options = []) - { - if (is_scalar($resource)) { - $stream = self::tryFopen('php://temp', 'r+'); - if ($resource !== '') { - fwrite($stream, $resource); - fseek($stream, 0); - } - return new Stream($stream, $options); - } - - switch (gettype($resource)) { - case 'resource': - /* - * The 'php://input' is a special stream with quirks and inconsistencies. - * We avoid using that stream by reading it into php://temp - */ - $metaData = \stream_get_meta_data($resource); - if (isset($metaData['uri']) && $metaData['uri'] === 'php://input') { - $stream = self::tryFopen('php://temp', 'w+'); - fwrite($stream, stream_get_contents($resource)); - fseek($stream, 0); - $resource = $stream; - } - return new Stream($resource, $options); - case 'object': - if ($resource instanceof StreamInterface) { - return $resource; - } elseif ($resource instanceof \Iterator) { - return new PumpStream(function () use ($resource) { - if (!$resource->valid()) { - return false; - } - $result = $resource->current(); - $resource->next(); - return $result; - }, $options); - } elseif (method_exists($resource, '__toString')) { - return Utils::streamFor((string) $resource, $options); - } - break; - case 'NULL': - return new Stream(self::tryFopen('php://temp', 'r+'), $options); - } - - if (is_callable($resource)) { - return new PumpStream($resource, $options); - } - - throw new \InvalidArgumentException('Invalid resource type: ' . gettype($resource)); - } - - /** - * Safely opens a PHP stream resource using a filename. - * - * When fopen fails, PHP normally raises a warning. This function adds an - * error handler that checks for errors and throws an exception instead. - * - * @param string $filename File to open - * @param string $mode Mode used to open the file - * - * @return resource - * - * @throws \RuntimeException if the file cannot be opened - */ - public static function tryFopen($filename, $mode) - { - $ex = null; - set_error_handler(function () use ($filename, $mode, &$ex) { - $ex = new \RuntimeException(sprintf( - 'Unable to open "%s" using mode "%s": %s', - $filename, - $mode, - func_get_args()[1] - )); - - return true; - }); - - try { - $handle = fopen($filename, $mode); - } catch (\Throwable $e) { - $ex = new \RuntimeException(sprintf( - 'Unable to open "%s" using mode "%s": %s', - $filename, - $mode, - $e->getMessage() - ), 0, $e); - } - - restore_error_handler(); - - if ($ex) { - /** @var $ex \RuntimeException */ - throw $ex; - } - - return $handle; - } - - /** - * Returns a UriInterface for the given value. - * - * This function accepts a string or UriInterface and returns a - * UriInterface for the given value. If the value is already a - * UriInterface, it is returned as-is. - * - * @param string|UriInterface $uri - * - * @return UriInterface - * - * @throws \InvalidArgumentException - */ - public static function uriFor($uri) - { - if ($uri instanceof UriInterface) { - return $uri; - } - - if (is_string($uri)) { - return new Uri($uri); - } - - throw new \InvalidArgumentException('URI must be a string or UriInterface'); - } -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/functions.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/functions.php deleted file mode 100644 index b0901fa..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/functions.php +++ /dev/null @@ -1,422 +0,0 @@ - '1', 'foo[b]' => '2'])`. - * - * @param string $str Query string to parse - * @param int|bool $urlEncoding How the query string is encoded - * - * @return array - * - * @deprecated parse_query will be removed in guzzlehttp/psr7:2.0. Use Query::parse instead. - */ -function parse_query($str, $urlEncoding = true) -{ - return Query::parse($str, $urlEncoding); -} - -/** - * Build a query string from an array of key value pairs. - * - * This function can use the return value of `parse_query()` to build a query - * string. This function does not modify the provided keys when an array is - * encountered (like `http_build_query()` would). - * - * @param array $params Query string parameters. - * @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986 - * to encode using RFC3986, or PHP_QUERY_RFC1738 - * to encode using RFC1738. - * - * @return string - * - * @deprecated build_query will be removed in guzzlehttp/psr7:2.0. Use Query::build instead. - */ -function build_query(array $params, $encoding = PHP_QUERY_RFC3986) -{ - return Query::build($params, $encoding); -} - -/** - * Determines the mimetype of a file by looking at its extension. - * - * @param string $filename - * - * @return string|null - * - * @deprecated mimetype_from_filename will be removed in guzzlehttp/psr7:2.0. Use MimeType::fromFilename instead. - */ -function mimetype_from_filename($filename) -{ - return MimeType::fromFilename($filename); -} - -/** - * Maps a file extensions to a mimetype. - * - * @param $extension string The file extension. - * - * @return string|null - * - * @link http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types - * @deprecated mimetype_from_extension will be removed in guzzlehttp/psr7:2.0. Use MimeType::fromExtension instead. - */ -function mimetype_from_extension($extension) -{ - return MimeType::fromExtension($extension); -} - -/** - * Parses an HTTP message into an associative array. - * - * The array contains the "start-line" key containing the start line of - * the message, "headers" key containing an associative array of header - * array values, and a "body" key containing the body of the message. - * - * @param string $message HTTP request or response to parse. - * - * @return array - * - * @internal - * - * @deprecated _parse_message will be removed in guzzlehttp/psr7:2.0. Use Message::parseMessage instead. - */ -function _parse_message($message) -{ - return Message::parseMessage($message); -} - -/** - * Constructs a URI for an HTTP request message. - * - * @param string $path Path from the start-line - * @param array $headers Array of headers (each value an array). - * - * @return string - * - * @internal - * - * @deprecated _parse_request_uri will be removed in guzzlehttp/psr7:2.0. Use Message::parseRequestUri instead. - */ -function _parse_request_uri($path, array $headers) -{ - return Message::parseRequestUri($path, $headers); -} - -/** - * Get a short summary of the message body. - * - * Will return `null` if the response is not printable. - * - * @param MessageInterface $message The message to get the body summary - * @param int $truncateAt The maximum allowed size of the summary - * - * @return string|null - * - * @deprecated get_message_body_summary will be removed in guzzlehttp/psr7:2.0. Use Message::bodySummary instead. - */ -function get_message_body_summary(MessageInterface $message, $truncateAt = 120) -{ - return Message::bodySummary($message, $truncateAt); -} - -/** - * Remove the items given by the keys, case insensitively from the data. - * - * @param iterable $keys - * - * @return array - * - * @internal - * - * @deprecated _caseless_remove will be removed in guzzlehttp/psr7:2.0. Use Utils::caselessRemove instead. - */ -function _caseless_remove($keys, array $data) -{ - return Utils::caselessRemove($keys, $data); -} diff --git a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/functions_include.php b/plugins/automagic-images/vendor/guzzlehttp/psr7/src/functions_include.php deleted file mode 100644 index 96a4a83..0000000 --- a/plugins/automagic-images/vendor/guzzlehttp/psr7/src/functions_include.php +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/automagic-images/vendor/myclabs/php-enum/src/Enum.php b/plugins/automagic-images/vendor/myclabs/php-enum/src/Enum.php deleted file mode 100644 index a16aa23..0000000 --- a/plugins/automagic-images/vendor/myclabs/php-enum/src/Enum.php +++ /dev/null @@ -1,305 +0,0 @@ - - * @author Daniel Costa - * @author Mirosław Filip - * - * @psalm-template T - * @psalm-immutable - * @psalm-consistent-constructor - */ -abstract class Enum implements \JsonSerializable -{ - /** - * Enum value - * - * @var mixed - * @psalm-var T - */ - protected $value; - - /** - * Enum key, the constant name - * - * @var string - */ - private $key; - - /** - * Store existing constants in a static cache per object. - * - * - * @var array - * @psalm-var array> - */ - protected static $cache = []; - - /** - * Cache of instances of the Enum class - * - * @var array - * @psalm-var array> - */ - protected static $instances = []; - - /** - * Creates a new value of some type - * - * @psalm-pure - * @param mixed $value - * - * @psalm-param T $value - * @throws \UnexpectedValueException if incompatible type is given. - */ - public function __construct($value) - { - if ($value instanceof static) { - /** @psalm-var T */ - $value = $value->getValue(); - } - - $this->key = static::assertValidValueReturningKey($value); - - /** @psalm-var T */ - $this->value = $value; - } - - public function __wakeup() - { - if ($this->key === null) { - $this->key = static::search($this->value); - } - } - - /** - * @param mixed $value - * @return static - * @psalm-return static - */ - public static function from($value): self - { - $key = static::assertValidValueReturningKey($value); - - return self::__callStatic($key, []); - } - - /** - * @psalm-pure - * @return mixed - * @psalm-return T - */ - public function getValue() - { - return $this->value; - } - - /** - * Returns the enum key (i.e. the constant name). - * - * @psalm-pure - * @return string - */ - public function getKey() - { - return $this->key; - } - - /** - * @psalm-pure - * @psalm-suppress InvalidCast - * @return string - */ - public function __toString() - { - return (string)$this->value; - } - - /** - * Determines if Enum should be considered equal with the variable passed as a parameter. - * Returns false if an argument is an object of different class or not an object. - * - * This method is final, for more information read https://github.com/myclabs/php-enum/issues/4 - * - * @psalm-pure - * @psalm-param mixed $variable - * @return bool - */ - final public function equals($variable = null): bool - { - return $variable instanceof self - && $this->getValue() === $variable->getValue() - && static::class === \get_class($variable); - } - - /** - * Returns the names (keys) of all constants in the Enum class - * - * @psalm-pure - * @psalm-return list - * @return array - */ - public static function keys() - { - return \array_keys(static::toArray()); - } - - /** - * Returns instances of the Enum class of all Enum constants - * - * @psalm-pure - * @psalm-return array - * @return static[] Constant name in key, Enum instance in value - */ - public static function values() - { - $values = array(); - - /** @psalm-var T $value */ - foreach (static::toArray() as $key => $value) { - $values[$key] = new static($value); - } - - return $values; - } - - /** - * Returns all possible values as an array - * - * @psalm-pure - * @psalm-suppress ImpureStaticProperty - * - * @psalm-return array - * @return array Constant name in key, constant value in value - */ - public static function toArray() - { - $class = static::class; - - if (!isset(static::$cache[$class])) { - /** @psalm-suppress ImpureMethodCall this reflection API usage has no side-effects here */ - $reflection = new \ReflectionClass($class); - /** @psalm-suppress ImpureMethodCall this reflection API usage has no side-effects here */ - static::$cache[$class] = $reflection->getConstants(); - } - - return static::$cache[$class]; - } - - /** - * Check if is valid enum value - * - * @param $value - * @psalm-param mixed $value - * @psalm-pure - * @psalm-assert-if-true T $value - * @return bool - */ - public static function isValid($value) - { - return \in_array($value, static::toArray(), true); - } - - /** - * Asserts valid enum value - * - * @psalm-pure - * @psalm-assert T $value - */ - public static function assertValidValue($value): void - { - self::assertValidValueReturningKey($value); - } - - /** - * Asserts valid enum value - * - * @psalm-pure - * @psalm-assert T $value - */ - private static function assertValidValueReturningKey($value): string - { - if (false === ($key = static::search($value))) { - throw new \UnexpectedValueException("Value '$value' is not part of the enum " . static::class); - } - - return $key; - } - - /** - * Check if is valid enum key - * - * @param $key - * @psalm-param string $key - * @psalm-pure - * @return bool - */ - public static function isValidKey($key) - { - $array = static::toArray(); - - return isset($array[$key]) || \array_key_exists($key, $array); - } - - /** - * Return key for value - * - * @param mixed $value - * - * @psalm-param mixed $value - * @psalm-pure - * @return string|false - */ - public static function search($value) - { - return \array_search($value, static::toArray(), true); - } - - /** - * Returns a value when called statically like so: MyEnum::SOME_VALUE() given SOME_VALUE is a class constant - * - * @param string $name - * @param array $arguments - * - * @return static - * @throws \BadMethodCallException - * - * @psalm-pure - */ - public static function __callStatic($name, $arguments) - { - $class = static::class; - if (!isset(self::$instances[$class][$name])) { - $array = static::toArray(); - if (!isset($array[$name]) && !\array_key_exists($name, $array)) { - $message = "No static method or enum constant '$name' in class " . static::class; - throw new \BadMethodCallException($message); - } - return self::$instances[$class][$name] = new static($array[$name]); - } - return clone self::$instances[$class][$name]; - } - - /** - * Specify data which should be serialized to JSON. This method returns data that can be serialized by json_encode() - * natively. - * - * @return mixed - * @link http://php.net/manual/en/jsonserializable.jsonserialize.php - * @psalm-pure - */ - public function jsonSerialize() - { - return $this->getValue(); - } -} diff --git a/plugins/automagic-images/vendor/myclabs/php-enum/src/PHPUnit/Comparator.php b/plugins/automagic-images/vendor/myclabs/php-enum/src/PHPUnit/Comparator.php deleted file mode 100644 index 302bf80..0000000 --- a/plugins/automagic-images/vendor/myclabs/php-enum/src/PHPUnit/Comparator.php +++ /dev/null @@ -1,54 +0,0 @@ -register(new \MyCLabs\Enum\PHPUnit\Comparator()); - */ -final class Comparator extends \SebastianBergmann\Comparator\Comparator -{ - public function accepts($expected, $actual) - { - return $expected instanceof Enum && ( - $actual instanceof Enum || $actual === null - ); - } - - /** - * @param Enum $expected - * @param Enum|null $actual - * - * @return void - */ - public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false) - { - if ($expected->equals($actual)) { - return; - } - - throw new ComparisonFailure( - $expected, - $actual, - $this->formatEnum($expected), - $this->formatEnum($actual), - false, - 'Failed asserting that two Enums are equal.' - ); - } - - private function formatEnum(Enum $enum = null) - { - if ($enum === null) { - return "null"; - } - - return get_class($enum)."::{$enum->getKey()}()"; - } -} diff --git a/plugins/automagic-images/vendor/paquettg/php-html-parser/SECURITY.md b/plugins/automagic-images/vendor/paquettg/php-html-parser/SECURITY.md deleted file mode 100644 index 3fc4dfc..0000000 --- a/plugins/automagic-images/vendor/paquettg/php-html-parser/SECURITY.md +++ /dev/null @@ -1,11 +0,0 @@ -# Security Policy - -## Supported Versions - -We only support the most recent version with security fixes. - -## Reporting a Vulnerability - -If you have found any issues that might have security implications, please refer to https://tidelift.com/security - -Do not report security reports publicly. diff --git a/plugins/automagic-images/vendor/paquettg/php-html-parser/composer.json b/plugins/automagic-images/vendor/paquettg/php-html-parser/composer.json deleted file mode 100644 index 166886f..0000000 --- a/plugins/automagic-images/vendor/paquettg/php-html-parser/composer.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "paquettg/php-html-parser", - "type": "library", - "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.", - "keywords": ["html", "dom", "parser"], - "homepage": "https://github.com/paquettg/php-html-parser", - "license": "MIT", - "authors": [ - { - "name": "Gilles Paquette", - "email": "paquettg@gmail.com", - "homepage": "http://gillespaquette.ca" - } - ], - "require": { - "php": ">=7.2", - "ext-mbstring": "*", - "ext-zlib": "*", - "ext-curl": "*", - "paquettg/string-encode": "~1.0.0", - "php-http/httplug": "^2.1", - "guzzlehttp/guzzle": "^7.0", - "guzzlehttp/psr7": "^1.6", - "myclabs/php-enum": "^1.7" - }, - "require-dev": { - "phpunit/phpunit": "^7.5.1", - "mockery/mockery": "^1.2", - "infection/infection": "^0.13.4", - "phan/phan": "^2.4", - "friendsofphp/php-cs-fixer": "^2.16" - }, - "autoload": { - "psr-4": { - "PHPHtmlParser\\": "src/PHPHtmlParser" - } - } -} diff --git a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Content.php b/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Content.php deleted file mode 100644 index f133217..0000000 --- a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Content.php +++ /dev/null @@ -1,257 +0,0 @@ -'; - protected $slash = " />\r\n\t"; - protected $attr = ' >'; - - /** - * Content constructor. - */ - public function __construct(string $content = '') - { - $this->content = $content; - $this->size = \strlen($content); - $this->pos = 0; - } - - /** - * Returns the current position of the content. - */ - public function getPosition(): int - { - return $this->pos; - } - - /** - * Gets the current character we are at. - * - * @param ?int $char - */ - public function char(?int $char = null): string - { - return $this->content[$char ?? $this->pos] ?? ''; - } - - /** - * Gets a string from the current character position. - * - * @param int $length - * @return string - */ - public function string(int $length = 1): string - { - $string = ''; - $position = $this->pos; - do { - $string .= $this->char($position++); - } while ($position < $this->pos + $length); - return $string; - } - - /** - * Moves the current position forward. - * - * @throws ContentLengthException - */ - public function fastForward(int $count): Content - { - if (!$this->canFastForward($count)) { - // trying to go over the content length, throw exception - throw new ContentLengthException('Attempt to fastForward pass the length of the content.'); - } - $this->pos += $count; - - return $this; - } - - /** - * Checks if we can move the position forward. - */ - public function canFastForward(int $count): bool - { - return \strlen($this->content) >= $this->pos + $count; - } - - /** - * Moves the current position backward. - */ - public function rewind(int $count): Content - { - $this->pos -= $count; - if ($this->pos < 0) { - $this->pos = 0; - } - - return $this; - } - - /** - * Copy the content until we find the given string. - */ - public function copyUntil(string $string, bool $char = false, bool $escape = false): string - { - if ($this->pos >= $this->size) { - // nothing left - return ''; - } - - if ($escape) { - $position = $this->pos; - $found = false; - while (!$found) { - $position = \strpos($this->content, $string, $position); - if ($position === false) { - // reached the end - break; - } - - if ($this->char($position - 1) == '\\') { - // this character is escaped - ++$position; - continue; - } - - $found = true; - } - } elseif ($char) { - $position = \strcspn($this->content, $string, $this->pos); - $position += $this->pos; - } else { - $position = \strpos($this->content, $string, $this->pos); - } - - if ($position === false) { - // could not find character, just return the remaining of the content - $return = \substr($this->content, $this->pos, $this->size - $this->pos); - if ($return === false) { - throw new LogicalException('Substr returned false with position ' . $this->pos . '.'); - } - $this->pos = $this->size; - - return $return; - } - - if ($position == $this->pos) { - // we are at the right place - return ''; - } - - $return = \substr($this->content, $this->pos, $position - $this->pos); - if ($return === false) { - throw new LogicalException('Substr returned false with position ' . $this->pos . '.'); - } - // set the new position - $this->pos = $position; - - return $return; - } - - /** - * Copies the content until the string is found and return it - * unless the 'unless' is found in the substring. - */ - public function copyUntilUnless(string $string, string $unless): string - { - $lastPos = $this->pos; - $this->fastForward(1); - $foundString = $this->copyUntil($string, true, true); - - $position = \strcspn($foundString, $unless); - if ($position == \strlen($foundString)) { - return $string . $foundString; - } - // rewind changes and return nothing - $this->pos = $lastPos; - - return ''; - } - - /** - * Copies the content until it reaches the token string.,. - * - * @uses $this->copyUntil() - */ - public function copyByToken(StringToken $stringToken, bool $char = false, bool $escape = false): string - { - $string = $stringToken->getValue(); - - return $this->copyUntil($string, $char, $escape); - } - - /** - * Skip a given set of characters. - * - * @throws LogicalException - */ - public function skip(string $string, bool $copy = false): string - { - $len = \strspn($this->content, $string, $this->pos); - if ($len === false) { - throw new LogicalException('Strspn returned false with position ' . $this->pos . '.'); - } - $return = ''; - if ($copy) { - $return = \substr($this->content, $this->pos, $len); - if ($return === false) { - throw new LogicalException('Substr returned false with position ' . $this->pos . '.'); - } - } - - // update the position - $this->pos += $len; - - return $return; - } - - /** - * Skip a given token of pre-defined characters. - * - * @uses $this->skip() - */ - public function skipByToken(StringToken $skipToken, bool $copy = false): string - { - $string = $skipToken->getValue(); - - return $this->skip($string, $copy); - } -} diff --git a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Contracts/Dom/CleanerInterface.php b/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Contracts/Dom/CleanerInterface.php deleted file mode 100644 index 725a8a4..0000000 --- a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Contracts/Dom/CleanerInterface.php +++ /dev/null @@ -1,16 +0,0 @@ -parsedSelectorDTO[] = $parsedSelectorDTO; - } - } - } - - /** - * @param ParsedSelectorDTO[] $parsedSelectorDTOs - */ - public static function makeCollection(array $parsedSelectorDTOs): ParsedSelectorCollectionDTO - { - return new ParsedSelectorCollectionDTO($parsedSelectorDTOs); - } - - /** - * @return ParsedSelectorDTO[] - */ - public function getParsedSelectorDTO(): array - { - return $this->parsedSelectorDTO; - } -} diff --git a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Selector/ParsedSelectorDTO.php b/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Selector/ParsedSelectorDTO.php deleted file mode 100644 index bce0721..0000000 --- a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Selector/ParsedSelectorDTO.php +++ /dev/null @@ -1,41 +0,0 @@ -rules[] = $ruleDTO; - } - } - } - - /** - * @param RuleDTO[] $ruleDTOs - */ - public static function makeFromRules(array $ruleDTOs): ParsedSelectorDTO - { - return new ParsedSelectorDTO($ruleDTOs); - } - - /** - * @return RuleDTO[] - */ - public function getRules(): array - { - return $this->rules; - } -} diff --git a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Selector/RuleDTO.php b/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Selector/RuleDTO.php deleted file mode 100644 index 5299e3a..0000000 --- a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Selector/RuleDTO.php +++ /dev/null @@ -1,100 +0,0 @@ -tag = $values['tag']; - $this->operator = $values['operator']; - $this->key = $values['key']; - $this->value = $values['value']; - $this->noKey = $values['noKey']; - $this->alterNext = $values['alterNext']; - } - - /** - * @param string|array|null $key - * @param string|array|null $value - */ - public static function makeFromPrimitives(string $tag, string $operator, $key, $value, bool $noKey, bool $alterNext): RuleDTO - { - return new RuleDTO([ - 'tag' => $tag, - 'operator' => $operator, - 'key' => $key, - 'value' => $value, - 'noKey' => $noKey, - 'alterNext' => $alterNext, - ]); - } - - public function getTag(): string - { - return $this->tag; - } - - public function getOperator(): string - { - return $this->operator; - } - - /** - * @return string|array|null - */ - public function getKey() - { - return $this->key; - } - - /** - * @return string|array|null - */ - public function getValue() - { - return $this->value; - } - - public function isNoKey(): bool - { - return $this->noKey; - } - - public function isAlterNext(): bool - { - return $this->alterNext; - } -} diff --git a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Tag/AttributeDTO.php b/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Tag/AttributeDTO.php deleted file mode 100644 index 3e7e182..0000000 --- a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/Tag/AttributeDTO.php +++ /dev/null @@ -1,60 +0,0 @@ -value = $values['value']; - $this->doubleQuote = $values['doubleQuote'] ?? true; - } - - public static function makeFromPrimitives(?string $value, bool $doubleQuote = true): AttributeDTO - { - return new AttributeDTO([ - 'value' => $value, - 'doubleQuote' => $doubleQuote, - ]); - } - - public function getValue(): ?string - { - return $this->value; - } - - public function isDoubleQuote(): bool - { - return $this->doubleQuote; - } - - public function htmlspecialcharsDecode(): void - { - if (!\is_null($this->value)) { - $this->value = \htmlspecialchars_decode($this->value); - } - } - - /** - * @throws Exception - */ - public function encodeValue(Encode $encode) - { - $this->value = $encode->convert($this->value); - } -} diff --git a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/TagDTO.php b/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/TagDTO.php deleted file mode 100644 index 71f0ec1..0000000 --- a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/DTO/TagDTO.php +++ /dev/null @@ -1,74 +0,0 @@ -status = $values['status'] ?? false; - $this->closing = $values['closing'] ?? false; - $this->node = $values['node'] ?? null; - $this->tag = $values['tag'] ?? null; - } - - public static function makeFromPrimitives(bool $status = false, bool $closing = false, ?HtmlNode $node = null, ?string $tag = null): TagDTO - { - return new TagDTO([ - 'status' => $status, - 'closing' => $closing, - 'node' => $node, - 'tag' => $tag, - ]); - } - - public function isStatus(): bool - { - return $this->status; - } - - public function isClosing(): bool - { - return $this->closing; - } - - /** - * @return mixed - */ - public function getNode(): ?HtmlNode - { - return $this->node; - } - - /** - * @return mixed - */ - public function getTag(): ?string - { - return $this->tag; - } -} diff --git a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Discovery/CleanerDiscovery.php b/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Discovery/CleanerDiscovery.php deleted file mode 100644 index 96ef678..0000000 --- a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Discovery/CleanerDiscovery.php +++ /dev/null @@ -1,25 +0,0 @@ -domParser = $domParser; - $this->domCleaner = $domCleaner; - } - - /** - * Returns the inner html of the root node. - * - * @throws ChildNotFoundException - * @throws UnknownChildTypeException - * @throws NotLoadedException - */ - public function __toString(): string - { - $this->isLoaded(); - - return $this->root->innerHtml(); - } - - /** - * Loads the dom from a document file/url. - * - * @throws ChildNotFoundException - * @throws CircularException - * @throws Exceptions\ContentLengthException - * @throws LogicalException - * @throws StrictException - */ - public function loadFromFile(string $file, ?Options $options = null): Dom - { - $content = @\file_get_contents($file); - if ($content === false) { - throw new LogicalException('file_get_contents failed and returned false when trying to read "' . $file . '".'); - } - - return $this->loadStr($content, $options); - } - - /** - * Use a curl interface implementation to attempt to load - * the content from a url. - * - * @throws ChildNotFoundException - * @throws CircularException - * @throws Exceptions\ContentLengthException - * @throws LogicalException - * @throws StrictException - * @throws ClientExceptionInterface - */ - public function loadFromUrl(string $url, ?Options $options = null, ?ClientInterface $client = null, ?RequestInterface $request = null): Dom - { - if ($client === null) { - $client = new Client(); - } - if ($request === null) { - $request = new Request('GET', $url); - } - - $response = $client->sendRequest($request); - $content = $response->getBody()->getContents(); - - return $this->loadStr($content, $options); - } - - /** - * Parsers the html of the given string. Used for load(), loadFromFile(), - * and loadFromUrl(). - * - * @throws ChildNotFoundException - * @throws CircularException - * @throws Exceptions\ContentLengthException - * @throws LogicalException - * @throws StrictException - */ - public function loadStr(string $str, ?Options $options = null): Dom - { - $localOptions = new Options(); - if ($this->globalOptions !== null) { - $localOptions = $localOptions->setFromOptions($this->globalOptions); - } - if ($options !== null) { - $localOptions = $localOptions->setFromOptions($options); - } - - $html = $this->domCleaner->clean($str, $localOptions, $this->defaultCharset); - - $this->content = new Content($html); - - $this->root = $this->domParser->parse($localOptions, $this->content, \strlen($str)); - $this->domParser->detectCharset($localOptions, $this->defaultCharset, $this->root); - - return $this; - } - - /** - * Sets a global options array to be used by all load calls. - */ - public function setOptions(Options $options): Dom - { - $this->globalOptions = $options; - - return $this; - } - - /** - * Find elements by css selector on the root node. - * - * @throws NotLoadedException - * @throws ChildNotFoundException - * - * @return mixed|Collection|null - */ - public function find(string $selector, int $nth = null) - { - $this->isLoaded(); - - return $this->root->find($selector, $nth); - } - - /** - * Simple wrapper function that returns an element by the - * id. - * - * @param $id - * - * @throws NotLoadedException - * @throws ChildNotFoundException - * - * @return mixed|Collection|null - */ - public function getElementById($id) - { - $this->isLoaded(); - - return $this->find('#' . $id, 0); - } - - /** - * Simple wrapper function that returns all elements by - * tag name. - * - * @throws NotLoadedException - * @throws ChildNotFoundException - * - * @return mixed|Collection|null - */ - public function getElementsByTag(string $name) - { - $this->isLoaded(); - - return $this->find($name); - } - - /** - * Simple wrapper function that returns all elements by - * class name. - * - * @throws NotLoadedException - * @throws ChildNotFoundException - * - * @return mixed|Collection|null - */ - public function getElementsByClass(string $class) - { - $this->isLoaded(); - - return $this->find('.' . $class); - } - - /** - * Checks if the load methods have been called. - * - * @throws NotLoadedException - */ - private function isLoaded(): void - { - if (\is_null($this->content)) { - throw new NotLoadedException('Content is not loaded!'); - } - } -} diff --git a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Cleaner.php b/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Cleaner.php deleted file mode 100644 index 52e5728..0000000 --- a/plugins/automagic-images/vendor/paquettg/php-html-parser/src/PHPHtmlParser/Dom/Cleaner.php +++ /dev/null @@ -1,130 +0,0 @@ -isCleanupInput()) { - // skip entire cleanup step - return $str; - } - - // check if the string is gziped - $is_gzip = 0 === \mb_strpos($str, "\x1f" . "\x8b" . "\x08", 0, 'US-ASCII'); - if ($is_gzip) { - $str = \gzdecode($str); - if ($str === false) { - throw new LogicalException('gzdecode returned false. Error when trying to decode the string.'); - } - } - - // we must handle character encoding - $str = $this->setUpRegexEncoding($str, $options, $defaultCharset); - - // remove white space before closing tags - $str = \mb_eregi_replace("'\s+>", "'>", $str); - if ($str === false) { - throw new LogicalException('mb_eregi_replace returned false instead of a string. Error when attempting to clean single quotes.'); - } - $str = \mb_eregi_replace('"\s+>', '">', $str); - if ($str === false) { - throw new LogicalException('mb_eregi_replace returned false instead of a string. Error when attempting to clean double quotes.'); - } - - // clean out the \n\r - $replace = ' '; - if ($options->isPreserveLineBreaks()) { - $replace = ' '; - } - $str = \str_replace(["\r\n", "\r", "\n"], $replace, $str); - if ($str === false) { - throw new LogicalException('str_replace returned false instead of a string. Error when attempting to clean input string.'); - } - - // strip the doctype - $str = \mb_eregi_replace('', '', $str); - if ($str === false) { - throw new LogicalException('mb_eregi_replace returned false instead of a string. Error when attempting to strip the doctype.'); - } - - // strip out comments - $str = \mb_eregi_replace('', '', $str); - if ($str === false) { - throw new LogicalException('mb_eregi_replace returned false instead of a string. Error when attempting to strip comments.'); - } - - // strip out cdata - $str = \mb_eregi_replace("", '', $str); - if ($str === false) { - throw new LogicalException('mb_eregi_replace returned false instead of a string. Error when attempting to strip out cdata.'); - } - - // strip out