Commit Graph

751 Commits

Author SHA1 Message Date
Zach Borboa 61aef351a7 Replace "else if" with "elseif" 2016-08-07 15:12:04 -07:00
Zach Borboa bfe89ab8ba Require keyword "elseif" to be used instead of "else if" so that all control keywords look like single words 2016-08-07 15:10:25 -07:00
Zach Borboa c2b4f4c466 Merge pull request #366 from zachborboa/master
Bump major version
5.0.0
2016-08-07 02:43:45 -07:00
Zach Borboa 63b06beb9a Bump major version 2016-08-07 02:27:11 -07:00
Zach Borboa 2223e73e97 Merge pull request #365 from php-curl-class/zachborboa-patch-1
Add latest commit version install instructions to readme
2016-08-07 02:25:27 -07:00
Zach Borboa 18d6effd49 Add latest commit version install instructions to readme 2016-08-07 02:08:29 -07:00
Zach Borboa d2a0408512 Merge pull request #364 from zachborboa/345
Allow POSTing multidimensional array with file
2016-08-07 01:52:16 -07:00
Zach Borboa a48ec2bfff Check all array values for binary data; Remove JSON_PRETTY_PRINT only supported PHP >= 5.4.0 2016-08-07 01:40:02 -07:00
Zach Borboa a32726bc09 Clean up 2016-08-07 01:37:30 -07:00
Zach Borboa 0378ca6dff Merge branch 'master' into 345 2016-08-07 00:09:36 -07:00
Zach Borboa 679ce8e3c4 Fix #345: Allow POSTing multidimensional array with file 2016-08-07 00:04:36 -07:00
Zach Borboa debe0a89ee Merge pull request #360 from zachborboa/master
Bump minor version
4.13.0
2016-07-25 12:31:39 -07:00
Zach Borboa 4b1084647b Bump minor version 2016-07-25 08:35:37 -07:00
Zach Borboa dce0aef2dc Merge pull request #359 from zachborboa/master
Clean up
2016-07-24 01:38:23 -07:00
Zach Borboa d2d4fe3f5a Move JSON content-type pattern encode check to start of Curl::buildPostData 2016-07-24 01:10:26 -07:00
Zach Borboa d6e77a52a3 Merge branch 'master' of github.com-php-curl-class:php-curl-class/php-curl-class
* 'master' of github.com-php-curl-class:php-curl-class/php-curl-class:
2016-07-24 00:56:35 -07:00
Zach Borboa fe6c0c55cb Clean up 2016-07-24 00:56:21 -07:00
Zach Borboa 653bd6d48e Fix #357: Allow passing json_decode() parameters to Curl::setDefaultJsonDecoder 2016-07-23 14:38:02 -07:00
Zach Borboa 6bae7d020c Call json_decode() without $options parameter in PHP versions less than 5.4.0 2016-07-23 14:16:06 -07:00
Zach Borboa 8285b9ff21 Fix #357: Allow passing json_decode() parameters to Curl::setDefaultJsonDecoder 2016-07-23 01:26:57 -07:00
Zach Borboa 4ab73948c8 Merge branch 'master' of github.com-php-curl-class:php-curl-class/php-curl-class
* 'master' of github.com-php-curl-class:php-curl-class/php-curl-class:
2016-07-23 00:27:59 -07:00
Zach Borboa 002777344d Update methods available 2016-07-17 15:10:31 -07:00
Zach Borboa 9daae806d5 Move post/redirect/get example to examples 2016-07-17 15:09:50 -07:00
Zach Borboa 189e2ad326 Merge pull request #356 from zachborboa/master
Add Curl::setCookieString
2016-07-17 15:00:36 -07:00
Zach Borboa 15efc64824 Add test for Curl::setCookieString 2016-07-17 14:42:55 -07:00
Zach Borboa 6085204f2f Simplify Curl::setCookieString 2016-07-17 14:41:50 -07:00
Zach Borboa 93cee4b8e2 Merge branch 'master' of git://github.com/mydansun/php-curl-class into mydansun-master
* 'master' of git://github.com/mydansun/php-curl-class:
  Update Curl.php
  Update Curl.php
  Add setCookieString method on Curl.php
2016-07-17 13:55:58 -07:00
Zach Borboa 9479756d5d Merge pull request #355 from zachborboa/master
Bump minor version
4.12.0
2016-07-16 14:58:43 -07:00
Zach Borboa 1437f32492 Bump minor version 2016-07-16 14:29:08 -07:00
Zach Borboa ccc95440ac Add Curl::getInfo() 2016-07-11 01:34:41 -07:00
Zach Borboa 4089b003c2 Merge branch 'master' into master 2016-07-11 01:10:33 -07:00
Zach Borboa e3f159079e Merge branch 'master' of github.com-zachborboa:zachborboa/php-curl-class
* 'master' of github.com-zachborboa:zachborboa/php-curl-class:
  Add defaultDecoder for parseResponse
  Add defaultDecoder for parseResponse
2016-07-11 01:09:21 -07:00
Zach Borboa 1028030d8f Add Curl::getInfo() 2016-07-11 01:07:35 -07:00
Zach Borboa 978f149d56 Make Curl::effectiveUrl a deferred property 2016-07-11 00:49:15 -07:00
Zach Borboa 228b582696 Merge pull request #353 from zachborboa/master
Make Curl::totalTime a deferred property
2016-07-11 00:38:29 -07:00
Zach Borboa 0805ecf044 Merge branch 'master' into master 2016-07-11 00:21:35 -07:00
Zach Borboa b24b575e58 Make Curl::totalTime a deferred property 2016-07-11 00:17:11 -07:00
Zach Borboa 9736c4cece Merge pull request #352 from zachborboa/zuoRambo-master
Allow specifying a default/fallback decoder (Merge #333)
2016-07-10 23:07:03 -07:00
Zach Borboa cccef7707b Merge branch 'master' of git://github.com/zuoRambo/php-curl-class into zuoRambo-master
* 'master' of git://github.com/zuoRambo/php-curl-class:
  Add defaultDecoder for parseResponse
  Add defaultDecoder for parseResponse
2016-07-10 22:49:23 -07:00
Zach Borboa 975dfa3b89 Merge pull request #349 from zachborboa/dot-github
Add contributing and issue templates
2016-07-05 15:18:15 -07:00
Zach Borboa e8840e088f Add contributing and issue templates 2016-07-05 14:55:21 -07:00
Zach Borboa 9d20ed1547 Merge pull request #348 from zachborboa/patch-1
Add output parameter to MultiCurl::verbose
2016-07-04 11:50:57 -07:00
Zach Borboa 25d9304672 Add output parameter to MultiCurl::verbose 2016-07-04 11:34:52 -07:00
Zach Borboa 74f9d0fa37 Update parameter names to match for Curl::post() and MultiCurl::addPost() 2016-07-04 11:11:54 -07:00
Zach Borboa 3be4865f1b Merge pull request #346 from zachborboa/patch-3
Add HTTP GET examples with and without using base url
2016-07-04 03:01:46 -07:00
Zach Borboa 9ded19d9ad Update return doc 2016-07-04 02:47:43 -07:00
Zach Borboa 9d94a9b8a1 Add HTTP GET examples with and without using base url 2016-07-04 02:46:44 -07:00
Zach Borboa 2dca55fe5d Merge branch 'master' of github.com-php-curl-class:php-curl-class/php-curl-class
* 'master' of github.com-php-curl-class:php-curl-class/php-curl-class:
  Fix indentation
  Clarify documented return values; Remove parseResponse() unnecessarily returning array
2016-07-04 02:30:12 -07:00
Zach Borboa b91dd877c6 Merge pull request #344 from zachborboa/patch-2
Clarify documented return values
2016-07-04 02:24:32 -07:00
Zach Borboa d1e2f71a5a Fix indentation 2016-07-04 02:12:06 -07:00