Commit Graph

644 Commits

Author SHA1 Message Date
Zach Borboa 689d60cd93 Update examples 2016-01-23 14:38:29 -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
Zach Borboa ae0b44a948 Merge pull request #286 from zachborboa/cookie
Replace abstract class CurlCookieConst and array_key_exists() with isset()
2016-01-16 18:54:21 -08:00
Zach Borboa bac953726c Fix "Fatal error: Arrays are not allowed in class constants" only allowed in PHP 5.6+ 2016-01-16 16:22:50 -08:00
Zach Borboa b87517843f Merge branch 'master' into cookie 2016-01-16 15:46:21 -08:00
Zach Borboa 61bf4c0cf4 Merge pull request #285 from zachborboa/253
Fix #253: Add proxy example
2016-01-16 15:40:46 -08:00
Zach Borboa 1ecdd55983 Replace abstract class CurlCookieConst and array_key_exists() with isset() 2016-01-16 15:36:52 -08:00
Zach Borboa d53ebb6978 Fix #253: Add proxy example 2016-01-16 04:10:35 -08:00
Zach Borboa 1d18121dc3 Merge pull request #284 from php-curl-class/zachborboa-patch-1
Add PHP 7.0 to list of supported versions in readme
2016-01-16 04:00:50 -08:00
Zach Borboa 8e8c968f13 Add PHP 7.0 to list of supported versions in readme 2016-01-16 03:36:38 -08:00
Zach Borboa 00c9150e3c Merge pull request #283 from zachborboa/php70
Start server for php 7.0 ci tests
2016-01-16 03:34:58 -08:00
Zach Borboa ab1af4df53 Remove PHP 7.0 from allowed failures 2016-01-16 03:22:08 -08:00
Zach Borboa b075564d56 Merge branch 'master' into php70 2016-01-16 03:00:49 -08:00
Zach Borboa f58366785c Start built-in web server for php 7.0 continuous integration tests 2016-01-16 02:59:46 -08:00
Zach Borboa 3913964407 Merge pull request #282 from zachborboa/php70
Add php 7 to continuous integration tests
2016-01-16 02:48:37 -08:00
Zach Borboa 238ce58810 Include PHP 7 in continuous integration tests 2016-01-16 02:31:11 -08:00
Zach Borboa 9372c4af3b Fix PUT with empty POST data returning inode/x-empty instead of image/png 2016-01-16 02:29:07 -08:00
Zach Borboa 67020c98cc Fix "Array to string conversion/Undefined variable" error in PHP 7 2016-01-16 01:13:22 -08:00
Zach Borboa 8a19019223 Merge pull request #281 from php-curl-class/zachborboa-patch-1
Clarify that MultiCurl::start() is blocking
2015-12-30 14:08:45 -08:00
Zach Borboa b7cc8feb6c Clarify that MultiCurl::start() is blocking 2015-12-30 13:41:36 -08:00
Zach Borboa 86fa517c6d Add setCookie example 2015-12-08 17:33:48 -08:00
Zach Borboa 8100075ea0 Merge pull request #278 from zachborboa/278
Update PHPDoc comments
2015-12-07 22:52:32 -08:00
Zach Borboa 4f485e45ac Update PHPDoc comments 2015-12-07 22:40:51 -08:00
Zach Borboa da672822d0 Replace NULL with null 2015-11-10 22:32:05 -08:00
Zach Borboa 1ef006f751 Prohibit screaming caps notation in php files 2015-11-10 17:36:05 -08:00
Zach Borboa 4a78a38238 Clean up 2015-11-10 08:05:14 -08:00
Zach Borboa 81807f1753 Hide built-in web server output when running tests 2015-11-10 08:04:15 -08:00
Zach Borboa 0e2e64734e Prohibit @author in php files 2015-11-10 08:02:54 -08:00
Zach Borboa e56f86a198 Merge pull request #272 from zachborboa/264
Merge #264
2015-11-10 07:52:34 -08:00
Zach Borboa 42ecf9c076 Clean up #264 2015-11-10 07:35:25 -08:00
Michael Mulligan 425daed8d0 Use isset() for performance. Same difference. 2015-11-04 15:14:36 -05:00
Michael Mulligan 5d978bb6e5 CaseInsensitiveArray rewrite for performance.
Storeing the Case-Insensitive/Sensitive Keys separately increases performance.  Also, fix for unset and valid, as well as the ability to initialize with a pre-existing Array.
2015-11-01 16:39:16 -05:00
Zach Borboa 91f937bb9e Bump patch version 4.8.2 2015-10-31 11:25:18 -07:00
Maxim Epishchev dec0e52e8a Brilliant copy-paste issue: class constants instead of method calls for RFC2616 and RFC6265 2015-10-30 17:42:56 +03:00
Maxim Epishchev d30a6255e6 Refactoring Curl::setCookie() by using static RFC symbols arrays from abstract class CurlCookieConst 2015-10-30 16:15:13 +03:00
Zach Borboa 5cb062e4b0 Merge pull request #261 from zachborboa/master
Set cookie name and value pursuant to rfc2616 and rfc6265
2015-10-28 17:00:21 -07:00
Zach Borboa 567b37aad0 Merge branch 'master' into master 2015-10-28 01:36:19 -07:00
Zach Borboa f148d0a2ca Set cookie name and value pursuant to rfc2616 and rfc6265 2015-10-28 01:17:52 -07:00
Zach Borboa 078918f032 Merge pull request #260 from zachborboa/master
Fix #258: Allow sending request data with non-file values prefixed with the @ character
2015-10-27 23:16:39 -07:00
Zach Borboa 60594d5331 Fix #258: Allow sending request data with non-file values prefixed with the @ character 2015-10-27 23:04:32 -07:00
Zach Borboa 18afb206a3 Merge pull request #259 from zachborboa/master
Fix #257
2015-10-27 22:10:22 -07:00
Zach Borboa 4e7f1d7ba8 Fix PHP 5.3 "Fatal error: Using $this when not in object context" 2015-10-27 22:00:05 -07:00