Commit Graph

684 Commits

Author SHA1 Message Date
Oxicode 2fa41a2521 Update Curl.php 2016-06-01 18:24:08 -05:00
Oxicode 9006dbf3a0 Update Curl.php 2016-06-01 18:22:34 -05:00
Zach Borboa 1e100063a3 Merge pull request #325 from TheGIBSON/master
Fix docblock
2016-04-14 09:16:33 -07:00
David Gvritishvili 262db1e6dd Fix docblock 2016-04-14 15:50:19 +04:00
Zach Borboa 451e847a8d Merge pull request #319 from zachborboa/master
Merge #318
2016-03-28 22:35:04 -07:00
Zach Borboa ea0ec13d05 Merge branch 'thebeline'
* thebeline:
  Remove tabs
  Make Travis checks more helpfuler.
2016-03-28 22:19:29 -07:00
Zach Borboa 5c2aa6c663 Remove tabs 2016-03-28 22:19:20 -07:00
Zach Borboa 289aa7f60d Merge branch of git://github.com/thebeline/php-curl-class into thebeline
* 'HelpfulerTravis' of git://github.com/thebeline/php-curl-class:
  Make Travis checks more helpfuler.
2016-03-28 22:17:51 -07:00
Mike Mulligan 1a3f399245 Make Travis checks more helpfuler. 2016-03-28 12:25:58 -04:00
Zach Borboa 7afa5faa1c Merge pull request #315 from zachborboa/hhvm
Fix hhvm ci build failure by replacing nginx restart with nginx stop, nginx start
2016-03-28 03:56:13 -07:00
Zach Borboa 3dccf89046 Replace nginx restart with nginx stop, nginx start.
Fix "start: Job is already running: nginx" error. Abbreviated Output:
+sudo /usr/share/hhvm/install_fastcgi.sh
...
Restarting Nginx
Finished restarting Nginx
+sudo /etc/init.d/hhvm restart
 * Restarting HHVM FastCGI Daemon hhvm       +sudo service nginx restart
nginx start/running, process 5311
start: Job is already running: nginx
2016-03-28 03:40:25 -07:00
Zach Borboa 21605f7f21 Merge pull request #316 from zachborboa/master
Use updated ci status image path location
2016-03-28 03:35:36 -07:00
Zach Borboa 932ec30d41 Use updated ci status image path location 2016-03-28 03:20:24 -07:00
Zach Borboa c0a77417b9 Use non-branch ci status image 2016-03-28 03:19:20 -07:00
Zach Borboa f85d7aebe7 Merge pull request #306 from zachborboa/master
Bump minor version
4.11.0
2016-03-08 16:50:07 -08:00
Zach Borboa e618fbd8a9 Bump minor version 2016-03-08 07:38:13 -08:00
Zach Borboa 32760377dd Merge pull request #247 from Sigill/post-redirect-get
Support post-redirect-get ("PRG") requests.
2016-03-05 09:15:11 -08:00
Cyrille Faucheux dc6001688f Support post-redirect-get requests 2016-03-05 13:45:25 +01:00
Zach Borboa b7143c053a Merge pull request #302 from zachborboa/master
Add beforeSend example
2016-02-28 16:16:53 -08:00
Zach Borboa 5468d48002 Add beforeSend example 2016-02-28 13:54:18 -08:00
Zach Borboa 05da0a4afc Merge pull request #301 from zachborboa/comparison
Require using identical comparison operators
2016-02-05 20:11:16 -08:00
Zach Borboa 93d088f62b Replace equal comparison operators with identical comparison operators 2016-02-05 19:59:15 -08:00
Zach Borboa c85e0a0048 Require using identical comparison operators 2016-02-05 19:43:37 -08:00
Zach Borboa 98c9d8fa25 Merge pull request #300 from zachborboa/299
Fix #299: Add Curl::getResponseCookies()
2016-02-05 03:29:39 -08:00
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