Zach Borboa
f960ff1cd7
Merge pull request #102 from zachborboa/master
...
Add download example to README
2014-12-11 22:35:35 -08:00
Zach Borboa
df49e9950c
Add download example to README
2014-12-11 22:30:29 -08:00
Zach Borboa
f72733eb69
Clean up
2014-12-11 22:14:04 -08:00
Zach Borboa
99f39d1934
Merge pull request #101 from zachborboa/master
...
Fix #98 : Implement download() method
2014-12-11 22:00:54 -08:00
Zach Borboa
2fb88ffde0
Fix "Operation not permitted" (PHP 5.3) and "Permission denied" (HHVM) errors
2014-12-11 21:50:25 -08:00
Zach Borboa
001cfd646b
Add CURLOPT_RETURNTRANSFER reset when using download method; Fix download method test failing on PHP 5.3 due to different png files being created on the server and client when using imagepng().
2014-12-11 21:02:19 -08:00
Zach Borboa
63f47648b0
Fix #98 : Implement download() method
2014-12-11 10:20:41 -08:00
Zach Borboa
7c2245fdab
Merge pull request #100 from zachborboa/master
...
Remove alternate expected response for hhvm; Remove hhvm from allowed failures
2014-12-10 23:16:19 -08:00
Zach Borboa
ffaeafe12c
Remove alternate expected response for hhvm; Remove hhvm from allow_failures
2014-12-10 22:41:25 -08:00
Zach Borboa
bfef4a7936
Merge pull request #99 from zachborboa/master
...
Write response headers to a stream resource and make CURLOPT_HEADER optional
2014-12-10 22:36:49 -08:00
Zach Borboa
247aa78822
Write response headers to a stream resource and make CURLOPT_HEADER optional
2014-12-10 22:27:28 -08:00
Zach Borboa
77bbf1bd14
Clean up capitalization
2014-12-08 00:12:50 -08:00
Zach Borboa
0bab1dd46c
Add test for parsing empty response ( #96 )
2014-12-07 21:51:27 -08:00
Zach Borboa
bf9d535978
Merge pull request #97 from zborboa-google/patch-6
...
Clean up
2014-12-05 13:50:34 -08:00
zborboa-google
9e3801af77
Clean up
2014-12-05 09:25:23 -08:00
Zach Borboa
cab0cc0b44
Merge pull request #96 from akeinhell/master
...
Initialize variable $response_header
2014-12-05 08:04:08 -08:00
Aleksey
413d7ee981
init var $response_header
2014-12-05 15:53:21 +07:00
Zach Borboa
41c42faa0e
Fix #95 : Allow json data with PUT requests
2014-12-04 22:35:39 -08:00
Zach Borboa
1707167890
Merge pull request #94 from zachborboa/master
...
Fix #93 : Add setReferrer() alias setReferer()
2014-11-14 09:49:58 -08:00
Zach Borboa
6df8c93517
Add setReferrer() alias setReferer()
2014-11-14 09:42:44 -08:00
Zach Borboa
ab417af686
Merge pull request #92 from zborboa-google/patch-6
...
Clean up
2014-11-05 12:00:24 -08:00
zborboa-google
31932a015f
Clean up
2014-11-05 11:50:47 -08:00
Zach Borboa
c411953791
Merge pull request #90 from zborboa-google/patch-4
...
Remove unneeded break
2014-10-28 17:47:20 -07:00
Zach Borboa
fc8cf3b952
Merge pull request #91 from zborboa-google/patch-5
...
Rename Google Maps example
2014-10-28 17:47:05 -07:00
zborboa-google
8c6ab80c57
Rename Google Maps example
2014-10-28 15:10:31 -07:00
zborboa-google
fab1fa3285
Remove unneeded break
2014-10-28 15:09:37 -07:00
Zach Borboa
ba938c24ed
Add YouTube example to list videos in a playlist
2014-10-27 18:14:07 -07:00
Zach Borboa
e3e887af6f
Merge pull request #89 from zachborboa/master
...
Remove PHP 5.6 from allowed failures
2014-10-21 21:55:00 -07:00
Zach Borboa
c47996cbba
Remove PHP 5.6 from allowed failures
2014-10-21 21:49:54 -07:00
Zach Borboa
9c8818d087
Merge pull request #80 from zborboa-google/patch-3
...
Add script comments
2014-10-21 21:48:41 -07:00
Zach Borboa
753e9ee960
Merge pull request #88 from zachborboa/master
...
Fix #79 : Rename Gittip to Gratipay
2014-10-20 22:28:54 -07:00
Zach Borboa
06d7160988
Rename variables from Gittip to Gratipay
2014-10-20 22:27:30 -07:00
Zach Borboa
6d097dfc01
Rename Gittip to Gratipay
2014-10-20 22:26:53 -07:00
Zach Borboa
6b49d22110
Merge pull request #81 from zachborboa/master
...
Fix PHP 5.3 build failing
2014-10-19 03:59:08 -07:00
Zach Borboa
78ccb17a42
Fix #84 : PHP 5.3 build failing
2014-10-19 03:56:19 -07:00
Zach Borboa
f7a82aed20
Merge pull request #87 from case/patch-2
...
Update Domainr endpoint
Add required field client_id
2014-10-17 16:51:25 -07:00
Eric Case
8dc70ee37b
update endpoint, add client_id
...
(we update the API endpoint, and will be requiring client_id's starting Dec1)
Thanks!
-Eric
2014-10-17 16:37:35 -07:00
Zach Borboa
5cfd7ec24f
Merge pull request #85 from willianpts/master
...
Parse additional json content-type: application/vnd.api+json
2014-10-09 22:31:42 -07:00
Willian
600a2b0eba
Search Content-Type header with regexp
2014-10-09 18:36:52 -03:00
Willian
e3f8f75065
Add alternative json mimetype
...
I think it may be useful to decode JSON served under JSON API mimetype.
http://jsonapi.org/
2014-10-09 09:45:24 -03:00
Zach Borboa
884b9f29c6
Temporarily add PHP 5.3 to allowed failures ( #84 )
2014-09-27 02:56:58 -07:00
zborboa-google
351f4b51ab
Add script comments
2014-09-09 11:34:27 -07:00
Zach Borboa
530c412da5
Add base url property
2014-09-06 16:44:11 -07:00
Zach Borboa
e17f854555
Make $instance->url public; Remove getUrl(), setUrl()
2014-09-06 16:31:01 -07:00
Zach Borboa
bd73cbc113
Add getUrl() example usage to README
2014-09-03 23:31:28 -07:00
Zach Borboa
896eb5ebdf
Include querystring data in the url for the appropriate HTTP request methods
2014-09-03 23:08:29 -07:00
Zach Borboa
9d608312a4
Merge branch 'multiple-curl-info-callback' of https://github.com/matteo78/php-curl-class
...
* 'multiple-curl-info-callback' of https://github.com/matteo78/php-curl-class :
Add unit test for normal getUrl cases
Split test for getUrl from test for getOptions
Add call to setUrl in other verbs
Add call to setUrl in single requests
Add getUrl, setUrl methods and setUrl call
Added tests for getUrl method
Add unit tests
Add getOpt function
2014-09-03 21:37:56 -07:00
Zach Borboa
66c70db8b7
Merge pull request #78 from zachborboa/master
...
Add trailing whitespace test
2014-09-03 21:22:55 -07:00
Zach Borboa
9dc097c672
Add trailing whitespace test
2014-09-03 17:04:18 -07:00
Zach Borboa
ca113a4a93
Add Twitter trending topics example
2014-09-03 08:50:33 -07:00