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 |
|
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 |
|
Zach Borboa
|
339a2d9802
|
Merge pull request #184 from zachborboa/master
Fix #183: Fix "Function name must be callable" warning
|
2015-04-26 03:46:56 -07:00 |
|
Zach Borboa
|
7088b4034a
|
Fix #183: Fix "Function name must be callable" warning
|
2015-04-26 03:33:13 -07:00 |
|
Zach Borboa
|
c6ea53b953
|
Add setURL examples
|
2015-04-24 12:45:04 -07:00 |
|
Zach Borboa
|
6c2b84862d
|
Add download file with callback examples
|
2015-04-24 03:38:46 -07:00 |
|
Zach Borboa
|
c03749bea0
|
Merge pull request #181 from zachborboa/Tjoosten-master
Fix #151, #169: Add docblocks
3.5.5
|
2015-04-24 02:30:52 -07:00 |
|
Zach Borboa
|
234d2bc5ae
|
Add docblocks
|
2015-04-24 01:43:07 -07:00 |
|
Zach Borboa
|
b33c23fc78
|
Merge pull request #180 from zachborboa/master
Fix missing body in DELETE tests
|
2015-04-23 16:27:45 -07:00 |
|
Zach Borboa
|
8ce0a208b5
|
Skip Digest Access Authentication test on HHVM
|
2015-04-23 16:19:47 -07:00 |
|
Zach Borboa
|
bfb932dc30
|
Fix script.sh exiting with return code 0 when phpunit tests fail
|
2015-04-23 15:48:26 -07:00 |
|
Zach Borboa
|
3ebc19f916
|
Clean up request method tests
|
2015-04-23 15:45:34 -07:00 |
|
Zach Borboa
|
7256a716a1
|
Fix missing body in DELETE tests
|
2015-04-23 15:44:15 -07:00 |
|
Zach Borboa
|
29a1047b01
|
Merge pull request #179 from zachborboa/master
Remove circular reference during cleanup
|
2015-04-23 00:05:12 -07:00 |
|
Zach Borboa
|
91b94627d1
|
Fix #178: Remove circular reference during cleanup
|
2015-04-22 23:42:35 -07:00 |
|
Zach Borboa
|
045669cfb5
|
Merge pull request #177 from zachborboa/master
Fix a memory leak
|
2015-04-22 04:02:47 -07:00 |
|
Zach Borboa
|
c2558f5dd4
|
Fix memory leak
|
2015-04-22 03:53:35 -07:00 |
|
Zach Borboa
|
b31251a7fd
|
Clean up
|
2015-04-22 02:39:59 -07:00 |
|
Zach Borboa
|
e151a8c267
|
Merge pull request #176 from zachborboa/master
Fix #171: Allow sending body data in delete()
|
2015-04-22 01:34:55 -07:00 |
|
Zach Borboa
|
009f05cb31
|
Bump minor version
|
2015-04-22 01:26:46 -07:00 |
|
Zach Borboa
|
70be5e4eb3
|
Fix #171: Allow sending body data in delete()
|
2015-04-22 01:18:48 -07:00 |
|
Zach Borboa
|
7f903ce06b
|
Update parameter names for delete()
|
2015-04-22 00:13:15 -07:00 |
|
Zach Borboa
|
733601f122
|
Update composer keywords
|
2015-04-09 18:03:10 -07:00 |
|
Zach Borboa
|
6c13938880
|
Reorder badges
|
2015-04-09 17:26:03 -07:00 |
|
Zach Borboa
|
cabe6d98e4
|
Merge pull request #167 from zachborboa/master
Clean up
|
2015-04-09 10:33:58 -07:00 |
|
Zach Borboa
|
bad2dac813
|
Bump patch version
|
2015-04-09 10:33:13 -07:00 |
|