Mattéo D
9da5d9d2ea
Add getOpt function
...
Allows to get a previously set option.
2014-08-31 15:31:06 +02:00
Zach Borboa
9fb14c9887
Add Google Geocoding example
2014-08-29 19:54:55 -07:00
Zach Borboa
f357bf77f7
Merge pull request #76 from zborboa-google/master
...
Update hhvm continuous integration installation
2014-08-18 12:44:09 -07:00
Zach Borboa
a993a750c2
Update hhvm continuous integration installation
2014-08-18 09:44:18 -07:00
Zach Borboa
1e88df8a35
Remove hhvm cookie response workaround
2014-08-18 08:55:45 -07:00
Zach Borboa
ddc75852f9
Merge pull request #75 from zachborboa/master
...
Remove PHP 5.3 from continuous integration test allowed failures
2014-08-17 15:23:53 -07:00
Zach Borboa
35fb672f22
Remove PHP 5.3 from continuous integration test allowed failures
2014-08-17 15:20:48 -07:00
Zach Borboa
12d91574b6
Swap assertion parameter order
2014-08-17 00:23:51 -07:00
Zach Borboa
012a5adeea
Merge pull request #74 from zachborboa/master
...
Add PHP 5.3 to continuous integration tests
2014-08-16 23:29:21 -07:00
Zach Borboa
007bea958f
Fix #73 : Add PHP 5.3 to continuous integration tests
2014-08-16 23:26:37 -07:00
Zach Borboa
e7275937bf
Merge pull request #72 from Yahasana/patch-1
...
Add minor performance enhancements
2014-08-03 00:13:10 -07:00
Sam Sanchez
209b35a6ae
minus performance enhance
2014-08-03 14:35:13 +08:00
Zach Borboa
745b1c60ce
Merge pull request #71 from zborboa-google/master
...
Fix #45 : Replace HHVM's built-in webserver with Nginx for continuous integration tests
2014-07-24 10:58:22 -07:00
Zach Borboa
462839d39f
Replace HHVM's built-in webserver with Nginx for continuous integration tests
2014-07-24 10:46:10 -07:00
Zach Borboa
3b6debd09b
Move before_script and script to files
2014-07-24 10:39:35 -07:00
Zach Borboa
ccd05cbf47
Merge pull request #70 from zborboa-google/patch-3
...
Clean up
2014-07-08 21:58:34 -07:00
zborboa-google
8dbe63f820
Clean up
2014-07-08 09:11:39 -07:00
Zach Borboa
59e8e40626
Update nginx configuration
2.1.0
2014-07-06 22:39:42 -07:00
Zach Borboa
421db56267
Add Gmail send email example
2014-07-06 01:48:22 -07:00
Zach Borboa
9fb5a93a09
Add Nginx doc configuration
2014-07-02 22:22:42 -07:00
Zach Borboa
8540eac405
Add docs readme
2014-07-02 22:02:17 -07:00
Zach Borboa
5163e1c2d4
Fix #67 : Change assertTrue to assertEquals where appropriate
2014-07-02 21:39:04 -07:00
Zach Borboa
2d883cef47
Encode cookies per RFC 3986
2014-06-28 17:39:16 -07:00
Zach Borboa
a03a603308
Include an HTTP HEAD request when testing response body
2014-06-24 19:11:18 -07:00
Zach Borboa
54a3dd5edc
Fix #53 : Return response body when calling HTTP request methods
2014-06-24 18:48:36 -07:00
Zach Borboa
85e4109f6a
Fix #64 : Allow access to raw response content
2014-06-12 09:30:08 -07:00
Zach Borboa
eefd6593fa
Fix #61 : Ensure curl error is correctly set when making GET calls in parallel
2014-05-28 10:08:02 -07:00
maisumakun
632511b5de
getting curl_error_code from curl_multi_info_read() when curl_multi mode
2014-05-28 09:53:29 +09:00
Zach Borboa
20657d6c87
Add javascript and layout files to docs
2014-05-26 11:09:04 -07:00
Zach Borboa
78ed065f93
Add doc theme and css reset
2014-05-26 02:05:20 -07:00
Zach Borboa
f69853b1f8
Add .gitignore for docs
2014-05-26 01:53:17 -07:00
Zach Borboa
3c5d76ddc7
Fix #57 : Add documentation
2014-05-26 01:52:10 -07:00
Zach Borboa
5a7753ab92
Merge pull request #60 from zborboa-google/patch-3
...
Update README with namespace usage
2014-05-23 11:03:59 -07:00
zborboa-google
05072f4a6c
Update README with namespace usage
2014-05-23 09:37:15 -07:00
Zach Borboa
fdbf5ae16f
Clean up
2014-05-23 09:20:23 -07:00
Zach Borboa
c17e20f535
Merge pull request #59 from Pezmc/patch-1
...
Update authentication example to include error reason
2014-05-23 09:19:35 -07:00
Pez Cuckow
40acf9c370
Update authentication example to include error reason
...
Having just spend 10/20 mins trying to figure out what the error meant after copying this example I think it should include the error message by default.
2014-05-23 12:43:24 +01:00
Zach Borboa
0481920ed3
Fix #58 : Include PHP_VERSION and curl version in user-agent
2014-05-22 22:28:01 -07:00
Zach Borboa
0fdbff4b8f
Fix typo
2014-05-22 21:49:00 -07:00
Zach Borboa
2dd0f70af5
Update Composer file
2014-05-22 21:48:10 -07:00
Zach Borboa
112210a61e
Bump version
2014-05-22 21:32:27 -07:00
Zach Borboa
360058c529
Use namespaces
2014-05-22 21:29:24 -07:00
Zach Borboa
66bd2887da
Merge branch 'examples'
...
* examples:
Add Reddit pics example
2014-05-20 22:08:53 -07:00
Zach Borboa
aed7d3e999
Add Reddit pics example
2014-05-20 22:08:46 -07:00
Zach Borboa
ee2320ebab
Merge branch 'examples'
...
* examples:
Add Instagram example
2014-05-20 21:30:53 -07:00
Zach Borboa
63921ac42a
Add Instagram example
2014-05-20 21:30:22 -07:00
Zach Borboa
5ea2d04682
Merge pull request #56 from zborboa-google/patch-3
...
Add CURLFile example to README
2014-05-20 19:53:23 -07:00
zborboa-google
07b362cc2a
Add CURLFile example to README
2014-05-20 17:00:09 -07:00
Zach Borboa
cdf9e785fd
Merge branch 'master' of github.com-php-curl-class:php-curl-class/php-curl-class
...
* 'master' of github.com-php-curl-class:php-curl-class/php-curl-class:
Fix response format
2014-05-19 22:19:18 -07:00
Zach Borboa
93cefacdb4
Add Domainr search domain name availability example
2014-05-19 22:17:47 -07:00