pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php-nextcloud Update to 12.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/419b693b4754
branches:  trunk
changeset: 362756:419b693b4754
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed May 24 15:51:47 2017 +0000

description:
Update to 12.0.0

* Tested with PHP 7.1.5

Changelog:
Not available (yet?)

diffstat:

 www/php-nextcloud/Makefile |     4 +-
 www/php-nextcloud/PLIST    |  2246 +++++++++++++++++++++++++------------------
 www/php-nextcloud/distinfo |    10 +-
 3 files changed, 1297 insertions(+), 963 deletions(-)

diffs (truncated from 4038 to 300 lines):

diff -r 59babd9934ce -r 419b693b4754 www/php-nextcloud/Makefile
--- a/www/php-nextcloud/Makefile        Wed May 24 15:51:32 2017 +0000
+++ b/www/php-nextcloud/Makefile        Wed May 24 15:51:47 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2017/05/04 12:26:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2017/05/24 15:51:47 ryoon Exp $
 #
 
-DISTNAME=      nextcloud-11.0.3
+DISTNAME=      nextcloud-12.0.0
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  https://download.nextcloud.com/server/releases/
diff -r 59babd9934ce -r 419b693b4754 www/php-nextcloud/PLIST
--- a/www/php-nextcloud/PLIST   Wed May 24 15:51:32 2017 +0000
+++ b/www/php-nextcloud/PLIST   Wed May 24 15:51:47 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/05/04 12:26:06 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/05/24 15:51:47 ryoon Exp $
 share/nextcloud/.htaccess
 share/nextcloud/.user.ini
 share/nextcloud/3rdparty/.drone.yml
@@ -388,91 +388,508 @@
 share/nextcloud/3rdparty/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
 share/nextcloud/3rdparty/doctrine/lexer/README.md
 share/nextcloud/3rdparty/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/Collection.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/Event.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/Exception/BadMethodCallException.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/Exception/ExceptionCollection.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/Exception/GuzzleException.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/Exception/InvalidArgumentException.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/Exception/RuntimeException.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/FromConfigInterface.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/HasDispatcherInterface.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/ToArrayInterface.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/Version.php
-share/nextcloud/3rdparty/guzzle/common/Guzzle/Common/composer.json
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/CachingEntityBody.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Client.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/ClientInterface.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlHandle.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMulti.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlMultiProxy.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Curl/CurlVersion.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Curl/RequestMediator.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/EntityBody.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/EntityBodyInterface.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Exception/BadResponseException.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Exception/ClientErrorResponseException.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Exception/CouldNotRewindStreamException.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Exception/CurlException.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Exception/HttpException.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Exception/MultiTransferException.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Exception/RequestException.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Exception/ServerErrorResponseException.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Exception/TooManyRedirectsException.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/AbstractMessage.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/CacheControl.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderCollection.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderFactory.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/HeaderInterface.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/Header/Link.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/MessageInterface.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/PostFile.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/PostFileInterface.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/Request.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/RequestFactory.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/RequestInterface.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Message/Response.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Mimetypes.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/CommaAggregator.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/PhpAggregator.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/QueryString.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/RedirectPlugin.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Resources/cacert.pem
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Resources/cacert.pem.md5
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/StaticClient.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/Url.php
-share/nextcloud/3rdparty/guzzle/http/Guzzle/Http/composer.json
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/Cookie/CookieParser.php
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/Cookie/CookieParserInterface.php
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/Message/AbstractMessageParser.php
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/Message/MessageParser.php
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/Message/PeclHttpMessageParser.php
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/ParserRegistry.php
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/Url/UrlParser.php
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php
-share/nextcloud/3rdparty/guzzle/parser/Guzzle/Parser/composer.json
-share/nextcloud/3rdparty/guzzle/stream/Guzzle/Stream/PhpStreamRequestFactory.php
-share/nextcloud/3rdparty/guzzle/stream/Guzzle/Stream/Stream.php
-share/nextcloud/3rdparty/guzzle/stream/Guzzle/Stream/StreamInterface.php
-share/nextcloud/3rdparty/guzzle/stream/Guzzle/Stream/StreamRequestFactoryInterface.php
-share/nextcloud/3rdparty/guzzle/stream/Guzzle/Stream/composer.json
+share/nextcloud/3rdparty/guzzle/guzzle/.gitignore
+share/nextcloud/3rdparty/guzzle/guzzle/CHANGELOG.md
+share/nextcloud/3rdparty/guzzle/guzzle/LICENSE
+share/nextcloud/3rdparty/guzzle/guzzle/README.md
+share/nextcloud/3rdparty/guzzle/guzzle/UPGRADING.md
+share/nextcloud/3rdparty/guzzle/guzzle/build.xml
+share/nextcloud/3rdparty/guzzle/guzzle/composer.json
+share/nextcloud/3rdparty/guzzle/guzzle/docs/Makefile
+share/nextcloud/3rdparty/guzzle/guzzle/docs/_downloads/guzzle-schema-1.0.json
+share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/guzzle-icon.png
+share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/homepage.css
+share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/logo.png
+share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/prettify.css
+share/nextcloud/3rdparty/guzzle/guzzle/docs/_static/prettify.js
+share/nextcloud/3rdparty/guzzle/guzzle/docs/_templates/index.html
+share/nextcloud/3rdparty/guzzle/guzzle/docs/_templates/leftbar.html
+share/nextcloud/3rdparty/guzzle/guzzle/docs/_templates/nav_links.html
+share/nextcloud/3rdparty/guzzle/guzzle/docs/batching/batching.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/conf.py
+share/nextcloud/3rdparty/guzzle/guzzle/docs/docs.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/getting-started/faq.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/getting-started/installation.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/getting-started/overview.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/client.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/entity-bodies.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/http-redirects.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/request.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/response.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/http-client/uri-templates.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/index.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/iterators/guzzle-iterators.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/iterators/resource-iterators.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/async-plugin.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/backoff-plugin.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/cache-plugin.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/cookie-plugin.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/creating-plugins.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/curl-auth-plugin.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/history-plugin.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/log-plugin.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/md5-validator-plugin.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/mock-plugin.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/oauth-plugin.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/plugins-list.rst.inc
+share/nextcloud/3rdparty/guzzle/guzzle/docs/plugins/plugins-overview.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/requirements.txt
+share/nextcloud/3rdparty/guzzle/guzzle/docs/testing/unit-testing.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/webservice-client/guzzle-service-descriptions.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/webservice-client/using-the-service-builder.rst
+share/nextcloud/3rdparty/guzzle/guzzle/docs/webservice-client/webservice-client.rst
+share/nextcloud/3rdparty/guzzle/guzzle/phar-stub.php
+share/nextcloud/3rdparty/guzzle/guzzle/phing/build.properties.dist
+share/nextcloud/3rdparty/guzzle/guzzle/phing/imports/dependencies.xml
+share/nextcloud/3rdparty/guzzle/guzzle/phing/imports/deploy.xml
+share/nextcloud/3rdparty/guzzle/guzzle/phing/tasks/ComposerLintTask.php
+share/nextcloud/3rdparty/guzzle/guzzle/phing/tasks/GuzzlePearPharPackageTask.php
+share/nextcloud/3rdparty/guzzle/guzzle/phing/tasks/GuzzleSubSplitTask.php
+share/nextcloud/3rdparty/guzzle/guzzle/phpunit.xml.dist
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/Batch.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Batch/composer.json
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Cache/composer.json
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Collection.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Event.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/Version.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Common/composer.json
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Client.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/EntityBody.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Request.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Message/Response.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/QueryString.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem.md5
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/StaticClient.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/Url.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Http/composer.json
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Inflection/composer.json
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/README.md
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Iterator/composer.json
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Log/composer.json
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Parser/composer.json
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json
+share/nextcloud/3rdparty/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php



Home | Main Index | Thread Index | Old Index