Commit Graph

549 Commits

Author SHA1 Message Date
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
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
Zach Borboa 8d701b0648 Fix #191: Use $camelCase for properties (class member variables) 2015-07-30 23:54:03 -07:00
Zach Borboa 6b828a65a3 Fix #215: Remove version line from composer.json 2015-07-30 22:34:21 -07:00
Zach Borboa f26db010d5 Bump patch version for new release 3.6.7 2015-07-28 17:48:33 -07:00
Zach Borboa 364d043d38 Add upload file example; Update httpbin.org protocol 2015-07-28 17:46:29 -07:00
Zach Borboa 2fd09c6061 Add POST examples 2015-07-07 10:51:47 -07:00
Zach Borboa 2e56b4b435 Add homepage placeholder 2015-07-01 00:39:13 -07:00
Zach Borboa d170b11672 Bump patch version 2015-06-25 14:44:11 -07:00
Valeriy Tropin f71b60e873 Add data processing using the Curl::buildPostData() in the Curl::patch() 2015-06-19 10:53:13 +03:00
Zach Borboa 40988fa501 Merge pull request #198 from zachborboa/master
Add method setConnectTimeout()
3.6.6
2015-06-03 17:17:38 -07:00
Zach Borboa f33a8c1559 Fix #197: Add method setConnectTimeout() 2015-06-03 17:07:21 -07:00
Zach Borboa 5231bf49d6 Merge pull request #194 from SwelenFrance/master
Add method setPort()
2015-05-07 13:48:31 -07:00
Zach Borboa b7f1ebbea3 Add docblock @throws 2015-05-07 02:40:21 -07:00
tixlegeek 59078634b7 Correction 2015-05-06 18:15:56 +02:00
tixlegeek fa68cb658b Add port setter. 2015-05-06 15:58:24 +02:00
Zach Borboa 24f2d0e20a Merge pull request #192 from zachborboa/master
Add support for detecting additional JSON content-types
2015-04-30 17:01:36 -07:00
Zach Borboa e3b405ed5d Add support for detecting additional JSON content-types 2015-04-30 08:19:38 -07:00
Zach Borboa c89f077529 Merge pull request #190 from zachborboa/master
Fix #188: Add PHP nightly builds to continuous integration tests
2015-04-29 14:00:54 -07:00
Zach Borboa 544e121129 Add PHP nightly builds to continuous integration tests 2015-04-29 13:28:30 -07:00
Zach Borboa 410976943e Merge pull request #186 from zachborboa/master
Fix #174: Correctly set cookie value when using http_build_query()
2015-04-29 13:23:56 -07:00
Zach Borboa a79e64b2ca Fix #174: Correctly set cookie value when using http_build_query().
http_build_query() url encodes the cookie data array. Use urldecode() to undo
the URL-encoding and allow characters including the colon (":").
2015-04-29 12:38:07 -07:00
Zach Borboa 0d26131176 Merge pull request #189 from php-curl-class/zachborboa-patch-hhvm-fix
Add temporary fix for hhvm building
2015-04-29 11:47:15 -07:00
Zach Borboa e11daecd4c Add temporary fix for hhvm building
re: https://github.com/php-curl-class/php-curl-class/issues/187
2015-04-29 08:36:57 -07:00