-
Notifications
You must be signed in to change notification settings - Fork 393
Comparing changes
Open a pull request
base repository: simplepie/simplepie
base: ae49e22
head repository: simplepie/simplepie
compare: 1c68e14
- 8 commits
- 9 files changed
- 5 contributors
Commits on Aug 12, 2020
-
PHP 8.0: prevent ValueError for invalid encoding (#657)
Check the encoding against the list of supported encodings before ever calling `mb_convert_encoding()`. Co-authored-by: jrfnl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for deddccd - Browse repository at this point
Copy the full SHA deddccdView commit details -
Travis: test against more recent PHP versions (#653)
... including the upcoming PHP 8.0 (nightly). Co-authored-by: jrfnl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ee6579 - Browse repository at this point
Copy the full SHA 3ee6579View commit details -
PHP 8.0: handle removal of get_magic_quotes_gpc() (#654)
Any function call to the `get_magic_quotes_gpc()` method now needs to be wrapped in a `function_exists()`. Co-authored-by: jrfnl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 364bcbb - Browse repository at this point
Copy the full SHA 364bcbbView commit details -
PHP 7.4/8.0: curly brace array access deprecated & removed (#655)
PHP 7.4 deprecated curly brace array access, PHP 8.0 has removed support for it completely. This fixes the instances of this syntax in SimplePie. Co-authored-by: jrfnl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dac5a3c - Browse repository at this point
Copy the full SHA dac5a3cView commit details -
PHP 8.0: required parameters are no longer allowed after optional par…
…ameters (#656) By giving the `&$working` parameter a default value, this issue is circumvented. Co-authored-by: jrfnl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d18f05c - Browse repository at this point
Copy the full SHA d18f05cView commit details
Commits on Sep 17, 2020
-
Fix permanent_url for HTTP 301 (#660)
Using cURL CURLOPT_FOLLOWLOCATION instead of the manual method in SimplePie hides the list of HTTP redirects along the way, and prevents the distinction of e.g. 301 vs. 302 redirects needed for `simplepie->subscribe_url(true)`. This patch disables CURLOPT_FOLLOWLOCATION in SimplePie, and fixes the manual method at the same time (curl_options where not given to following redirection requests). The use of CURLOPT_FOLLOWLOCATION was nevertheless not systematic (only when open_basedir was not set), so now there is only one logic independent of open_basedir.
Configuration menu - View commit details
-
Copy full SHA for 692e8bc - Browse repository at this point
Copy the full SHA 692e8bcView commit details
Commits on Oct 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a5d1577 - Browse repository at this point
Copy the full SHA a5d1577View commit details
Commits on Oct 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1c68e14 - Browse repository at this point
Copy the full SHA 1c68e14View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ae49e22...1c68e14