1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 01:53:58 +01:00

52 Commits

Author SHA1 Message Date
Mark Sagi-Kazar
101bf83fbc
Fix API key 2019-10-23 17:48:01 +02:00
Márk Sági-Kazár
78a7d28e72
Merge pull request #2331 from andreybolonin/patch-2
add php 7.4snapshot
2019-10-14 11:18:09 +02:00
Bas Peeters
261cb1f6d7 Set dist in travis to support PHP 5.5 2019-08-13 12:13:06 +02:00
Andrey Bolonin
069b926fa9
add php 7.4snapshot 2019-07-14 15:40:46 +03:00
Andrey Bolonin
44e0c5ca71
Update .travis.yml 2018-10-27 11:23:53 +03:00
Márk Sági-Kazár
68d0ea14d5
Fix release process 2018-03-26 18:33:04 +02:00
DQNEO
9bd8757ab0
add PHP 7.2 in travis 2017-10-28 02:32:44 +09:00
Tobias Nyholm
f4db5a78a5 Make sure we at least run the test on HHVM (#1862)
* Allow build on HHVM

* Include HHVM
2017-06-22 20:50:49 +02:00
Pavel Batanov
703160e28b Add PHP 7.2 testing (#1811)
* Update travis to test against php 7.2

* Add tests for countables

* Update dev phpunit to ^5.0

* Fix tcp proxy URL
2017-05-01 11:12:41 +02:00
Tobias Nyholm
f6f8049dbd Fix broken HHVM build 2017-03-10 19:53:19 +01:00
Márk Sági-Kazár
713c7035c4 Fix build on PHP 7.1 2016-12-13 20:24:34 +01:00
Márk Sági-Kazár
4e00d7c5b6
Remove duplicate composer self-update command 2016-09-06 11:19:42 +02:00
Graham Campbell
fa0a6cfa9c Test on PHP 7.1 2016-08-02 16:36:52 +01:00
Michael Dowling
c50be1c3fd Merge pull request #1369 from Naktibalda/php-7.0-clean
Fixed describe_type tests on PHP 7.0
2016-01-30 15:50:01 -08:00
Gintautas Miselis
622b538e3f Fixed describe_type tests on PHP 7.0 2016-01-21 10:35:47 +00:00
Michael Dowling
14c8c76919 Fixing broken travis deployments 2015-11-22 17:17:16 -08:00
Jonathan Eskew
615d291a57 Travis is too slow when running on its legacy infrastructure 2015-09-08 12:32:54 -07:00
Michael Dowling
8f632cc982 Updating makefile and travis.yml 2015-05-25 16:20:42 -07:00
Michael Dowling
1740bf408b Merge remote-tracking branch 'origin/v6' into master
Conflicts:
	docs/clients.rst
	docs/events.rst
	src/Event/AbstractRequestEvent.php
	src/Event/Emitter.php
	src/Message/MessageFactoryInterface.php
	src/Message/Request.php
	src/Subscriber/Mock.php
	src/Url.php
	src/Utils.php
	tests/CollectionTest.php
	tests/Event/ListenerAttacherTraitTest.php
	tests/Message/MessageFactoryTest.php
	tests/Message/RequestTest.php
	tests/Subscriber/MockTest.php
	tests/Subscriber/RedirectTest.php
	tests/UrlTest.php
	tests/UtilsTest.php
2015-05-19 23:22:50 -07:00
Michael Dowling
7d701db9be Bumping PHP requirement to 5.5 2015-04-25 19:29:57 -07:00
Michael Dowling
f5c3c1e0e7 Adding php 7 2015-03-28 14:00:03 -07:00
SammyK
4412e05bcf Add Travis-CI check for PHP 7.0 2015-03-04 23:58:32 -06:00
Michael Dowling
83ad35d31c Adding automatic github releases 2014-08-19 22:02:13 -07:00
Graham Campbell
1665616ee9 Improved composer travis install 2014-08-07 23:20:07 +01:00
Michael Dowling
7b257eb0fb Making the test server static and adding Makefile 2014-03-22 22:05:45 -07:00
Michael Dowling
b453c755f9 Adding debug flag to PHPUnit 2014-03-02 12:21:38 -08:00
Michael Dowling
b67d115d4a Fixing null reference when closing transactions 2014-02-23 14:42:45 -08:00
Michael Dowling
4ba1102895 Trying to fix tests on Travis 2014-02-23 14:24:31 -08:00
Michael Dowling
98bc4bbf34 Adding hhvm and 5.6 2014-02-16 23:54:38 -08:00
Michael Dowling
ece5342209 Cleaning up build stuff for a leaner release process 2013-10-29 21:38:35 -07:00
Michael Dowling
fc775da5bd Removing the allowing of failures for 5.5 2013-06-27 13:08:12 -07:00
Joseph Bielawski
7ce70e70d2 Add PHP 5.5 for easier fixing potential issues
Changed version of `pecl_http` to prevent issues in compilation with PHP 5.5
2013-06-27 20:07:01 +02:00
Michael Dowling
969dd07a3d Nope 2013-06-27 10:22:56 -07:00
Michael Dowling
fe257fd6e6 Adding PHP 5.5? 2013-06-27 10:12:34 -07:00
Michael Dowling
96768a954f Fixing Travis 2012-10-31 23:12:47 -07:00
Michael Dowling
8e5f3b2828 Attempting to fix travis and pear ini file 2012-10-31 23:09:44 -07:00
Michael Dowling
1cf0c8bcb4 Adding the php_ini config to pear when installing via travis 2012-10-31 22:52:03 -07:00
Michael Dowling
e7c553030a Adding PECL URI template parser
Keeping BC compatibility, but making ParserRegistry as singleton
Using the PECL URI template parser if the extension is loaded
2012-10-28 21:08:38 -07:00
Michael Dowling
f86b131380 Adding missing PEAR dep for Travis 2012-10-15 17:37:32 -07:00
Clay Loveless
9db90acd8f fixing pear install 2012-10-15 16:48:14 -07:00
Clay Loveless
26e7d6c5fc updating travis build file 2012-10-15 16:48:14 -07:00
Clay Loveless
9320466841 refactored build including git subsplit management and PEAR package generation 2012-10-15 16:38:39 -07:00
Michael Dowling
0d59a479bb Fixing brittle test. Removing debug stuff from travis 2012-06-02 21:56:23 -07:00
Michael Dowling
764d935694 Changes to support a Guzzle\Http\Parser namespace
[Common] Adding keySearch method to Collection
[Http] Moving POST curl option logic from EntityEnclosingRequest to the
curl factory method
Directly using the HTTP request object when creating curl handles in the
factory method
No longer adding a read callback when sending POSTs through
CURLOPT_POSTFIELDS
In an effort to mitigate random segfaults and bus errors, using a queue
for removing curl and close handles from a multi object so that they are
only removed when the multi handle has finished sending all requests.
Calling reset() each time a curl multi handle has finished all requests.
EntityEnclosingRequest::getPostFields() now returns a Collection object
Simplifying the EntityEnclosingRequest::getPostFiles method
Adding an array cache to header objects
Moving the header comparison DSL from the Tests namespace to
Guzzle\Http\Message\HeaderComparison, and adding tests.
Adding message, cookie, and url parser interfaces and default
implementations.
Using a parser registry to manage globally registered parsers.  Removing parsing from Response and RequestFactory.
Renaming protocol_version to version
Changing the Guzzle\Http\Message\Response::setProtocol() method to accept a protocol and version in separate args.
Simplifying the chunked encoding handling in RequestFactory
Moving cookie parsing out of the cookie plugin and into Guzzle\Http\Parser\Cookie\CookieParser
Removing regexps from the cookie parser and simply using stripos
Moving the parseQuery method out of Url and on to QueryString::fromString() as a static factory method.
Adding more logging to node.js test webserver
Adding pecl_http message parser.
Installing pecl when travis boots up
2012-05-13 01:23:32 -07:00
Michael Dowling
3447400ea0 Adding curl version to travis tests 2012-05-09 14:47:45 -07:00
Michael Dowling
97fef73122 Making phpunit run as debug on travis 2012-05-09 14:20:43 -07:00
Michael Dowling
f57169a2d6 Updating to the latest version of composer so that Guzzle uses require-dev and --dev configuration options 2012-04-16 15:13:53 -07:00
Michael Dowling
aa1136dd73 Removing code coverage from test runs because I think travis is running out of memory 2012-04-15 00:15:13 -07:00
Michael Dowling
eabe684b22 [Common] [BC] Renaming ZendLogAdapter to Zf1LogAdater. Adding a Zf2LogAdapter. Renaming ZendCacheAdapter to Zf1CacheAdapter. Adding Zf2CacheAdapter to support Zend Framework 2 caching.
Updating the cache interface to allow passing options to cache methods.
Removing the constructor and removing getCachedObject from CacheAdapterInterface.
Adding a ClosureCacheAdapter.
[Service] Adding the ability to use magic call method behavior for executing commands by name.  Closes #39.
[Tests] Fixing a logging unit test so that it does not spit out to stdout
Separating test dependencies from Guzzle deps by adding a composer-test.json.
Adding unit testing capabilities to the Guzzle phar files.
Updating travis-ci script to use new composer file and adding code coverage to travis runs
[Build] Fixing guzzle-min.phar warning that tried to load index.php
Adding a test-init phing target to help getting setup for testing.
Fixing composer run in travis
2012-04-14 18:49:51 -07:00
Michael Dowling
729b346685 Fixing .travis.yml
Commenting out PATCH test that is not working on travis
2012-03-26 23:01:18 -05:00