Zach Borboa
4f5fa06d99
Bump patch version
2015-04-01 10:56:33 -07:00
Zach Borboa
502b6aa432
Fix "Warning: curl_setopt(): supplied argument is not a valid File-Handle resource"
2015-04-01 10:54:56 -07:00
Zach Borboa
34d2b95d01
Move download complete to unified method
2015-04-01 10:38:37 -07:00
Zach Borboa
d279e4b598
Fix curl file handle not being correctly unset; Clean up
2015-04-01 09:58:21 -07:00
Zach Borboa
512b514ef2
Rename class file to fix file ordering in GitHub
2015-03-31 17:29:06 -07:00
Zach Borboa
dece02b068
Update project tag line
2015-03-31 10:14:55 -07:00
Zach Borboa
97db1cf6a4
Remove maintainer status note in readme
2015-03-31 10:02:59 -07:00
Zach Borboa
71722fbc68
Merge pull request #158 from zachborboa/master
...
Move MultiCurl methods out of experimental
2015-03-31 09:54:00 -07:00
Zach Borboa
d5c04c89ef
Move MultiCurl methods out of experimental
2015-03-31 09:53:14 -07:00
Zach Borboa
c6ed55e98b
Merge pull request #157 from zachborboa/master
...
Update MultiCurl::addDownload() example
2015-03-31 08:15:07 -07:00
Zach Borboa
63912a32be
Update MultiCurl::addDownload() example
2015-03-31 08:14:19 -07:00
Zach Borboa
02e7c0e6d5
Update readme with composer note on maintainer status
3.4.3
2015-03-31 07:57:15 -07:00
Zach Borboa
fadcbf1444
Merge pull request #155 from zachborboa/master
...
Add test for #154
2015-03-26 08:44:42 -07:00
Zach Borboa
bf10280cdb
Add test for #154
2015-03-26 08:22:09 -07:00
Zach Borboa
2f775636ba
Merge pull request #154 from BuffaloDrew/BuffaloDrew-patch-1
...
Fix building incorrect data when using the default value arg separator
2015-03-26 08:16:14 -07:00
Drew Brigham
4e0fefac12
Adds parameters to http_build_query
...
Fixes the issue of sending & to servers. More information is at http://php.net/manual/en/function.http-build-query.php#102324
2015-03-26 07:54:22 -04:00
Zach Borboa
987c23fcce
Simplify progress example
2015-03-04 03:01:18 +07:00
Zach Borboa
de8b7598a9
Merge pull request #150 from zachborboa/master
...
Allow setting the base url for MultiCurl requests
2015-03-04 01:40:53 +07:00
Zach Borboa
2028a86dd4
Add tests for MultiCurl::setUrl()
2015-03-04 01:23:23 +07:00
Zach Borboa
5df2919247
Update available methods in readme
2015-03-03 22:26:33 +07:00
Zach Borboa
cac457a562
Allow setting the base url for requests in the constructor (MultiCurl::__construct($base_url = null))
2015-03-03 22:26:02 +07:00
Zach Borboa
ef8aad4874
Merge pull request #149 from zachborboa/master
...
Add progress callback
2015-03-03 03:26:06 +07:00
Zach Borboa
6a0645e36f
Bump minor version
2015-03-03 03:15:01 +07:00
Zach Borboa
874bc8c7b0
Add additional progress bar example
2015-03-03 03:12:04 +07:00
Zach Borboa
55214cddb5
Simplify progress example
2015-03-03 00:59:59 +07:00
Zach Borboa
2c2f9f5f46
Merge branch 'm0h3n-master'
...
* m0h3n-master:
Add progress callback
2015-03-03 00:45:02 +07:00
mohsen
abe5bee54b
Add progress callback
2015-02-27 17:59:07 +03:30
Zach Borboa
f9d06fb2ac
Clean up parameter names
2015-02-25 02:05:09 +07:00
Zach Borboa
5a5ce14915
Clean up
2015-02-25 02:02:06 +07:00
Zach Borboa
d12f12f39f
Merge pull request #147 from zachborboa/master
...
Fix #146 : Add ability to specify a callback for Curl::download() and MultiCurl::download()
2015-02-25 01:41:24 +07:00
Zach Borboa
cfb0011627
Bump minor version (backwards-compatible API changes)
2015-02-25 01:26:41 +07:00
Zach Borboa
1e97ab474f
Update readme function parameters
2015-02-25 01:25:38 +07:00
Zach Borboa
20ee312a10
Add ability to specify a callback for MultiCurl::download()
2015-02-25 01:24:38 +07:00
Zach Borboa
ab6c11eb13
Allow calling call() with any number of arguments
2015-02-25 01:13:58 +07:00
Zach Borboa
e28b41998c
Call download callback only on success
2015-02-25 00:14:15 +07:00
Zach Borboa
eb8b6dcc19
Add ability to specify a callback for Curl::download()
2015-02-24 12:56:17 +07:00
Zach Borboa
2e916fe04c
Merge pull request #145 from zachborboa/master
...
Fix #82 : Allow setting the base url for requests in the constructor
2015-02-22 23:27:36 +07:00
Zach Borboa
f6c9162132
Bump minor version (backwards-compatible API changes)
2015-02-22 23:21:55 +07:00
Zach Borboa
e5b0f627c2
Update function parameters in readme
2015-02-22 23:21:33 +07:00
Zach Borboa
2f7073743e
Allow setting the base url for requests in the constructor (Curl::__construct($base_url = null))
2015-02-22 23:17:32 +07:00
Zach Borboa
c4facf5bb8
Merge pull request #144 from zachborboa/master
...
Allow setting the base url for requests
2015-02-22 18:39:59 +07:00
Zach Borboa
d559a3d9c2
Bump minor version (backwards-compatible API changes)
2015-02-22 18:34:17 +07:00
Zach Borboa
3aca8d167c
Allow setting the base url for requests.
...
Curl::setUrl() can now be used to specify the base url while passing only one
$data parameter to Curl::delete(), Curl::get(), Curl::head(), Curl::options(),
Curl::patch(), Curl::post(), and Curl::put().
2015-02-22 18:25:16 +07:00
Zach Borboa
f9df529d07
Make before script executable
2015-02-22 13:47:32 +07:00
Zach Borboa
9c08e45c8b
Rename syntax check script
2015-02-22 13:42:22 +07:00
Zach Borboa
623d10cdc6
Update available methods for Curl
2015-02-22 02:39:55 +07:00
Zach Borboa
2ef8c27813
Merge branch 'k00ni-patch-1'
...
* k00ni-patch-1:
Update available methods for Curl
Add http digest auth tests
Combine http basic auth tests
Remove redundant default/required option CURLOPT_RETURNTRANSFER
2015-02-22 02:32:56 +07:00
Zach Borboa
ad7f7697e0
Update available methods for Curl
2015-02-22 02:32:39 +07:00
Zach Borboa
ecd0831953
Add http digest auth tests
2015-02-22 02:30:35 +07:00
Zach Borboa
06b0cb62a0
Combine http basic auth tests
2015-02-22 01:18:42 +07:00