Zach Borboa
fc054f6f41
Add script to generate compressed urls test file.
...
Omit the timestamp and the file name from the file header to make the
file deterministic.
Refresh the urls test file.
2018-04-28 02:09:14 -07:00
Zach Borboa
3839881735
Clean up
2018-04-28 01:01:10 -07:00
Zach Borboa
0985409467
Add script used to generate urls test file.
...
Thank you @woxcab for the script.
2018-04-28 00:46:55 -07:00
Zach Borboa
dd886611e6
Add script to start development servers for load test
2018-04-28 00:32:01 -07:00
Zach Borboa
03d773b916
Standardize calculating script directory
2018-04-27 23:56:51 -07:00
Zach Borboa
98ce5d3286
Use consistent naming convention
2018-04-27 23:54:34 -07:00
Zach Borboa
00cfe93f6a
Use MultiCurl::setConcurrency() in load test example
2018-04-27 23:31:46 -07:00
Zach Borboa
f1b93ef515
Merge pull request #516 from zachborboa/master
...
Merge \Curl\Url improvements
2018-04-27 22:52:06 -07:00
Zach Borboa
9701cf64b9
Merge branch 'woxcab-master'
2018-04-27 22:32:23 -07:00
Zach Borboa
186d23a269
Use compressed file for url tests
2018-04-27 22:21:51 -07:00
Zach Borboa
db980204ff
Add additional url test
2018-04-27 21:57:37 -07:00
woxcab
c91d7a7d78
Erase base URL parts if their preceding parts have overwritten by relative URL
2018-04-27 23:27:35 +03:00
woxcab
e7dc9f7bdc
Prevent URL fragment destructing
2018-04-27 21:01:20 +03:00
Zach Borboa
cd22b0ceeb
Clean up
2018-04-26 19:18:18 -07:00
Zach Borboa
96b3a61d68
Merge pull request #514 from zachborboa/master
...
Add support for detecting SOAP content-types
2018-04-26 18:14:26 -07:00
Zach Borboa
a969fabaa0
Fix #513 : Add support for detecting SOAP content-types
2018-04-26 17:59:23 -07:00
Zach Borboa
932b86987f
Merge pull request #512 from zachborboa/master
...
Use correct body in POST requests that use empty arrays for data
2018-04-26 03:22:57 -07:00
Zach Borboa
e240b43606
Fix #511 : Use correct body in POST requests that use empty data arrays.
...
This fixes JSON POST requests incorrectly sending a serialized empty
array "[]" instead of an empty request body by default.
2018-04-26 02:49:21 -07:00
Zach Borboa
bdcf043917
Merge pull request #510 from zachborboa/master
...
Run continuous integration tests on version 7.2
2018-04-23 02:38:41 -07:00
Zach Borboa
6ccc08caf7
Run continuous integration tests on version 7.2
2018-04-23 02:20:48 -07:00
Zach Borboa
4b19e0fa02
Bump patch version
8.0.3
2018-04-21 01:28:43 -07:00
Zach Borboa
749327db53
Merge pull request #508 from zachborboa/master
...
Allow requests with Cyrillic characters in url
2018-04-20 01:16:44 -07:00
Zach Borboa
cfad5c4d3c
Fix #505 : Allow requests with Cyrillic characters in url
2018-04-20 01:03:05 -07:00
Zach Borboa
75597b28c4
Bump patch version
8.0.2
2018-04-09 01:28:13 -07:00
Zach Borboa
7a634a6203
Merge pull request #507 from zachborboa/master
...
Remove content-length header for PATCH requests when data is empty
2018-04-09 01:27:04 -07:00
Zach Borboa
a028011f3d
Fix #506 : Remove content-length header for PATCH requests when data is empty
2018-04-09 01:03:40 -07:00
Zach Borboa
624a49819d
Temporarily allow hhvm continuous integration tests to fail
2018-04-09 00:37:19 -07:00
Zach Borboa
83cd9d14ee
Update comment to match new behavior
2018-03-06 22:17:38 -08:00
agapov97
caf1ec2062
multicurl - starting new requests while curls array is not empty and activeCurls array size less than concurrency
2018-02-26 17:21:21 +03:00
Zach Borboa
53c45a6289
Temporarily allow hhvm-nightly continuous integration tests to fail
2018-02-13 23:12:12 -08:00
Zach Borboa
6efebcdcdf
Update @return documentation
2018-02-08 08:12:58 -08:00
Zach Borboa
bdfe1fcca0
Merge pull request #495 from zachborboa/master
...
Fix hhvm-nightly unit test failure
8.0.1
2018-01-27 07:40:39 -08:00
Zach Borboa
1d8c3f06da
Skip post-redirect-get test on hhvm-nightly
2018-01-27 06:28:51 -08:00
Zach Borboa
7d59f67756
Fix unit test failure due to unresolvable dependencies.
...
Error 1:
$ composer require phpunit/phpunit:5.7.*
Your requirements could not be resolved to an installable set of packages.
Error 2:
Fatal error: Uncaught Error: unknown class PHPUnit_Framework_TestCase in PHPCurlClassTest.php:9
2018-01-27 05:25:32 -08:00
Zach Borboa
8156a3f402
Bump patch version
2018-01-27 04:41:34 -08:00
Zach Borboa
afce677cb0
Clean up
2018-01-27 04:40:38 -08:00
Zach Borboa
b6ad72fee4
Merge pull request #494 from zachborboa/master
...
Fix #493 : Build POST data correctly when headers have been set
2018-01-26 01:16:34 -08:00
Zach Borboa
40f7026185
Fix #493 : Build POST data correctly when headers have been set.
...
Call MultiCurl::queueHandle sooner so that headers are correctly set when Curl::buildPostData is called and builds POST data differently depending on the request content-type.
2018-01-26 00:58:37 -08:00
Zach Borboa
44c1539ba6
Fix decoders set on individual instances ignored
2018-01-25 22:49:57 -08:00
Zach Borboa
21729d22a9
Use Curl::setCookies in favor Curl::setCookie in loop
2018-01-25 21:20:11 -08:00
Zach Borboa
50927dd294
Rename callbacks
2018-01-25 20:29:55 -08:00
Zach Borboa
aa74a1cea4
Clean up
2018-01-25 19:52:20 -08:00
Zach Borboa
e2b3f7abfe
Merge pull request #491 from zachborboa/master
...
Fix #490 : Allow malformed response header to be parsed without error
2018-01-09 02:13:36 -08:00
Zach Borboa
cbacd9a68b
Fix #490 : Allow malformed response header to be parsed without error
2018-01-09 01:58:51 -08:00
Zach Borboa
d0747c41a3
Enable error reporting when running PHPUnit tests (regardless of system's php.ini setting)
2018-01-09 01:39:12 -08:00
Zach Borboa
dc8282d086
Bump major version
8.0.0
2017-11-01 23:07:25 -07:00
Zach Borboa
ef4468d36f
Fix #305 : Implement Curl::getResponseCookies()
2017-11-01 22:59:25 -07:00
Zach Borboa
44a5322689
Fix #481 : Improve the compressed transfer example
2017-10-25 23:13:15 -07:00
Zach Borboa
fc49b8253a
Add trailing slashes to directories
2017-10-23 21:22:40 -07:00
giansalex
b91a1bf1b5
append security & readme
2017-10-21 09:51:32 -05:00