Commit Graph

571 Commits

Author SHA1 Message Date
Zach Borboa cc1fa37e46 Merge pull request #244 from zachborboa/master
Fix #240: Make CURLINFO_HEADER_OUT optional.
2015-09-04 09:24:39 -07:00
Zach Borboa 2e10ae416e Fix #240: Make CURLINFO_HEADER_OUT optional.
CURLINFO_HEADER_OUT is true by default, but now optional. When
CURLINFO_HEADER_OUT is not true, requestHeaders will be null.
2015-09-04 09:09:07 -07:00
Zach Borboa e97c9af1c3 Merge pull request #243 from zachborboa/master
Reset lower version numbers when incrementing versions
2015-09-03 21:17:32 -07:00
Zach Borboa 97cb91ef0c Reset lower version numbers when incrementing versions 2015-09-03 18:08:57 -07:00
Zach Borboa eeb36ce29e Merge pull request #242 from zachborboa/master
Use PSR-4 autoloading
2015-09-03 17:47:51 -07:00
Zach Borboa fad3524fad Use PSR-4 autoloading 2015-09-03 17:38:45 -07:00
Zach Borboa 29183fbe97 Merge pull request #241 from zachborboa/master
Remove unneeded array_map() and array_keys()
2015-09-03 16:29:18 -07:00
Zach Borboa 1eb4967d84 Remove unneeded array_map() and array_keys() 2015-09-03 16:15:19 -07:00
Zach Borboa 7eb413bb21 Merge pull request #239 from zachborboa/master
Add test for #193
2015-08-27 12:41:54 -07:00
Zach Borboa 145e7b76b1 Add test for #193 2015-08-27 12:26:56 -07:00
Zach Borboa 70ef1320b7 Merge pull request #238 from zachborboa/master
Start built-in web server when running nightly continuous integration tests
2015-08-27 10:28:27 -07:00
Zach Borboa 3bf046b197 Start built-in web server when running nightly continuous integration tests 2015-08-27 10:27:18 -07:00
Zach Borboa bf861695f8 Clean up 2015-08-21 15:50:06 -07:00
Zach Borboa ae15ff9ab1 Bump patch version 4.6.9 2015-08-21 15:48:09 -07:00
Zach Borboa 9dbfd50646 Add alias Curl::getCookie(); Update available methods in readme 2015-08-21 15:46:18 -07:00
Zach Borboa b3aa20609e Merge pull request #236 from fealXX/master
Added the ability to get cookie values (after a request).
2015-08-21 15:37:13 -07:00
Zach Borboa 8094e2fd5a Merge pull request #235 from petewatts/master
Fix #234 PATCH request method support data body
2015-08-21 15:32:30 -07:00
Ich 740fa5b757 corrected cookiereset + added check if key is set 2015-08-20 14:43:04 +02:00
Ich 0c070b2515 renamed getCookie to getResponseCookie
Making clear that you get the Cookies of the response, not the ones you
set initially.
2015-08-20 14:29:47 +02:00
Pete Watts 9d03d46290 Fix #234 Fixed PATCH request method to correctly support sending body data. 2015-08-20 12:46:32 +01:00
Pete Watts a7ed5182da Fixed test CurlTest::testUserAgent where PHP_VERSION contains regex special chars (e.g. 5.6.9-0+deb8u1) 2015-08-20 12:38:48 +01:00
Zach Borboa 85742bcf4e Merge pull request #233 from zachborboa/master
Add check to prohibit excessively long lines in php files
2015-08-20 02:46:05 -07:00
Zach Borboa bcad567db9 Fix long lines 2015-08-20 02:37:51 -07:00
Zach Borboa 29afe450f8 Add check to prohibit excessively long lines in php files 2015-08-20 02:37:11 -07:00
Zach Borboa 19d161c60a Merge pull request #232 from zachborboa/master
Add test for PATCHing a multidimensional array (#205)
2015-08-20 00:55:56 -07:00
Zach Borboa f10ca99e59 Add test for PATCHing a multidimensional array (#205) 2015-08-20 00:44:28 -07:00
Zach Borboa 46d412f2f8 Add requirements to readme 2015-08-19 23:52:26 -07:00
Zach Borboa 9cbea8b0f6 Merge pull request #231 from zachborboa/master
Fix error when using a multidimensional array with Curl::patch()
2015-08-19 23:44:50 -07:00
Zach Borboa 2465bf4c17 Fix invalid request when Content-Length is unset.
"Invalid request (Malformed HTTP request)" and "Empty reply from server" is
returned when attempting to unset the Content-Length header by sending a
"Content-Length: " header.
2015-08-19 23:26:21 -07:00
Zach Borboa 65aebc1329 Merge branch 'ValerioOnGithub-master'
* ValerioOnGithub-master:
  Add data processing using the Curl::buildPostData() in the Curl::patch()
2015-08-19 23:20:13 -07:00
Zach Borboa 7c023e197c Merge branch 'master' of https://github.com/ValerioOnGithub/php-curl-class into ValerioOnGithub-master
* 'master' of https://github.com/ValerioOnGithub/php-curl-class:
  Add data processing using the Curl::buildPostData() in the Curl::patch()
2015-08-19 23:19:34 -07:00
Zach Borboa 0cf3ae5ebb Merge pull request #230 from zachborboa/master
Fix continuous integration tests for HHVM
2015-08-19 18:14:32 -07:00
Zach Borboa e46dc8146e Fix continuous integration tests for HHVM 2015-08-19 18:07:04 -07:00
Zach Borboa 5f7c12e231 Merge pull request #229 from zachborboa/master
Add test for adding Multicurl handles after calling start()
2015-08-19 10:21:21 -07:00
Zach Borboa 2df98d1708 Add test for adding Multicurl handles after calling start() 2015-08-19 08:47:50 -07:00
Zach Borboa 68f00f4ff0 Merge pull request #228 from Savageman/master
Allow adding Multicurl handles again after start()
2015-08-19 07:11:21 -07:00
Julian Esperat b3d25c8b3c Allow adding Multicurl handles again after start() 2015-08-19 10:55:58 +02:00
Ich 7b4d4da45b implementing get cookie functionality 2015-08-18 14:03:56 +02:00
Zach Borboa 473f080a12 Fix #223: Update README with available methods 4.6.8 2015-08-13 08:50:05 -07:00
Zach Borboa 342fbd311f Merge pull request #222 from php-curl-class/VolCh-master
Merge MultiCurl::setDigestAuthentication
2015-08-11 20:50:56 -07:00
Zach Borboa 6fe72d9de4 Bump patch version 2015-08-11 20:50:25 -07:00
Zach Borboa d7861d8e08 Update HTTP digest authentication tests for MultiCurl 2015-08-11 20:34:27 -07:00
Zach Borboa 290c178516 Fix typo 2015-08-11 17:08:40 -07:00
Vladimir Chernyshev 8e5de8c2fd Update MultiCurl.php
Add setDigestAuthentication
2015-08-11 13:25:36 +03:00
Vladimir Chernyshev e3b09c6654 Update PHPMultiCurlClassTest.php
Add testDigestHttpAuthSuccess
2015-08-11 13:24:09 +03:00
Zach Borboa 74bb989b48 Fix #213: Remove domainr example 4.6.7 2015-07-31 00:30:21 -07:00
Zach Borboa 1dc8468464 Merge pull request #216 from zachborboa/master
Fix #191: Update naming convention to $camelCase for class member variables
2015-07-31 00:28:16 -07:00
Zach Borboa 9b89e9936a Update docs with $camelCase 2015-07-31 00:18:48 -07:00
Zach Borboa b4278f668f Bump major version 2015-07-31 00:08:45 -07:00
Zach Borboa 23203469c2 Add $camelCase naming convention migration script; Update examples to use $camelCase naming convention 2015-07-31 00:04:17 -07:00