Commit Graph

669 Commits

Author SHA1 Message Date
Zach Borboa e618fbd8a9 Bump minor version 2016-03-08 07:38:13 -08:00
Zach Borboa 32760377dd Merge pull request #247 from Sigill/post-redirect-get
Support post-redirect-get ("PRG") requests.
2016-03-05 09:15:11 -08:00
Cyrille Faucheux dc6001688f Support post-redirect-get requests 2016-03-05 13:45:25 +01:00
Zach Borboa b7143c053a Merge pull request #302 from zachborboa/master
Add beforeSend example
2016-02-28 16:16:53 -08:00
Zach Borboa 5468d48002 Add beforeSend example 2016-02-28 13:54:18 -08:00
Zach Borboa 05da0a4afc Merge pull request #301 from zachborboa/comparison
Require using identical comparison operators
2016-02-05 20:11:16 -08:00
Zach Borboa 93d088f62b Replace equal comparison operators with identical comparison operators 2016-02-05 19:59:15 -08:00
Zach Borboa c85e0a0048 Require using identical comparison operators 2016-02-05 19:43:37 -08:00
Zach Borboa 98c9d8fa25 Merge pull request #300 from zachborboa/299
Fix #299: Add Curl::getResponseCookies()
2016-02-05 03:29:39 -08:00
Zach Borboa c9f785eff5 Update readme 2016-02-05 03:02:26 -08:00
Zach Borboa 6214b87670 Add test for Curl::getResponseCookies() 2016-02-05 02:52:22 -08:00
Zach Borboa 561bf6e32f Add Curl::getResponseCookies() 2016-02-05 02:51:54 -08:00
Zach Borboa 14bc316fcb Merge pull request #298 from php-curl-class/zachborboa-patch-1
Remove unnecessary json_encode when Content-Type is application/json
2016-01-31 22:32:55 -08:00
Zach Borboa fd2fec56ae Remove unnecessary json_encode when Content-Type is application/json 2016-01-31 22:17:59 -08:00
Zach Borboa 44f09fd0f2 Merge pull request #297 from zachborboa/master
Add MultiCurl::setXmlDecoder
2016-01-31 11:08:59 -08:00
Zach Borboa ebca4c2c19 Add MultiCurl::setXmlDecoder 2016-01-31 10:53:32 -08:00
Zach Borboa dce9acb7a2 Merge pull request #296 from zachborboa/295
Allow setting a custom XML decoder
4.10.0
2016-01-31 04:32:31 -08:00
Zach Borboa 31c7644440 Bump minor version 2016-01-31 04:20:37 -08:00
Zach Borboa 8cf2631c54 Fix #295: Allow setting a custom XML decoder 2016-01-31 04:20:26 -08:00
Zach Borboa 266bc12345 Merge pull request #294 from zachborboa/master
Bump minor version
4.9.0
2016-01-24 18:43:03 -08:00
Zach Borboa 9db42baf64 Bump minor version 2016-01-24 18:11:09 -08:00
Zach Borboa c77e1077e3 Merge pull request #293 from zachborboa/examples
Update examples
2016-01-23 15:06:21 -08:00
Zach Borboa 3fa98359b7 Merge branch 'master' into examples 2016-01-23 14:39:00 -08:00
Zach Borboa 689d60cd93 Update examples 2016-01-23 14:38:29 -08:00
Zach Borboa 80aa582cf9 Merge pull request #292 from php-curl-class/zachborboa-patch-1
Link to examples in readme
2016-01-23 14:27:00 -08:00
Zach Borboa 5c341fa9ea Link to examples in readme 2016-01-23 12:32:49 -08:00
Zach Borboa 1b8ba153af Merge pull request #291 from zachborboa/170
Fix #170: Allow setting MultiCurl callbacks after requests are added
2016-01-23 12:26:50 -08:00
Zach Borboa 04d8aab26e Merge branch 'master' into 170 2016-01-23 12:09:12 -08:00
Zach Borboa ebf406c14a Fix #170: Allow setting MultiCurl callbacks after requests are added 2016-01-23 12:08:33 -08:00
Zach Borboa 20646baddb Merge pull request #288 from zachborboa/master
Fix #287: Add Curl::effectiveUrl
2016-01-22 20:08:14 -08:00
Zach Borboa c4d143f8f1 Skip memory leak test failing for PHP 7 2016-01-22 19:49:59 -08:00
Zach Borboa 0cf57e8eec Merge branch 'master'. 2016-01-22 19:27:01 -08:00
Zach Borboa 84d17483cd Merge pull request #290 from php-curl-class/zachborboa-patch-1
Link to the examples in the docs readme
2016-01-22 19:22:06 -08:00
Zach Borboa 9895ad85cd Link to the examples in the docs readme 2016-01-22 13:32:55 -08:00
Zach Borboa 4f62b45d5b Add Curl::effectiveUrl 2016-01-18 20:39:52 -08:00
Zach Borboa ae0b44a948 Merge pull request #286 from zachborboa/cookie
Replace abstract class CurlCookieConst and array_key_exists() with isset()
2016-01-16 18:54:21 -08:00
Zach Borboa bac953726c Fix "Fatal error: Arrays are not allowed in class constants" only allowed in PHP 5.6+ 2016-01-16 16:22:50 -08:00
Zach Borboa b87517843f Merge branch 'master' into cookie 2016-01-16 15:46:21 -08:00
Zach Borboa 61bf4c0cf4 Merge pull request #285 from zachborboa/253
Fix #253: Add proxy example
2016-01-16 15:40:46 -08:00
Zach Borboa 1ecdd55983 Replace abstract class CurlCookieConst and array_key_exists() with isset() 2016-01-16 15:36:52 -08:00
Zach Borboa d53ebb6978 Fix #253: Add proxy example 2016-01-16 04:10:35 -08:00
Zach Borboa 1d18121dc3 Merge pull request #284 from php-curl-class/zachborboa-patch-1
Add PHP 7.0 to list of supported versions in readme
2016-01-16 04:00:50 -08:00
Zach Borboa 8e8c968f13 Add PHP 7.0 to list of supported versions in readme 2016-01-16 03:36:38 -08:00
Zach Borboa 00c9150e3c Merge pull request #283 from zachborboa/php70
Start server for php 7.0 ci tests
2016-01-16 03:34:58 -08:00
Zach Borboa ab1af4df53 Remove PHP 7.0 from allowed failures 2016-01-16 03:22:08 -08:00
Zach Borboa b075564d56 Merge branch 'master' into php70 2016-01-16 03:00:49 -08:00
Zach Borboa f58366785c Start built-in web server for php 7.0 continuous integration tests 2016-01-16 02:59:46 -08:00
Zach Borboa 3913964407 Merge pull request #282 from zachborboa/php70
Add php 7 to continuous integration tests
2016-01-16 02:48:37 -08:00
Zach Borboa 238ce58810 Include PHP 7 in continuous integration tests 2016-01-16 02:31:11 -08:00
Zach Borboa 9372c4af3b Fix PUT with empty POST data returning inode/x-empty instead of image/png 2016-01-16 02:29:07 -08:00