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 |
|
Zach Borboa
|
67020c98cc
|
Fix "Array to string conversion/Undefined variable" error in PHP 7
|
2016-01-16 01:13:22 -08:00 |
|
Zach Borboa
|
8a19019223
|
Merge pull request #281 from php-curl-class/zachborboa-patch-1
Clarify that MultiCurl::start() is blocking
|
2015-12-30 14:08:45 -08:00 |
|
Zach Borboa
|
b7cc8feb6c
|
Clarify that MultiCurl::start() is blocking
|
2015-12-30 13:41:36 -08:00 |
|
Zach Borboa
|
86fa517c6d
|
Add setCookie example
|
2015-12-08 17:33:48 -08:00 |
|
Zach Borboa
|
8100075ea0
|
Merge pull request #278 from zachborboa/278
Update PHPDoc comments
|
2015-12-07 22:52:32 -08:00 |
|
Zach Borboa
|
4f485e45ac
|
Update PHPDoc comments
|
2015-12-07 22:40:51 -08:00 |
|
Zach Borboa
|
da672822d0
|
Replace NULL with null
|
2015-11-10 22:32:05 -08:00 |
|
Zach Borboa
|
1ef006f751
|
Prohibit screaming caps notation in php files
|
2015-11-10 17:36:05 -08:00 |
|
Zach Borboa
|
4a78a38238
|
Clean up
|
2015-11-10 08:05:14 -08:00 |
|