Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 7.4 compatibility patch. #604

Merged
merged 1 commit into from
Feb 3, 2019
Merged

PHP 7.4 compatibility patch. #604

merged 1 commit into from
Feb 3, 2019

Conversation

Maikuolan
Copy link
Contributor

There is a strong likelihood of is_writeable being deprecated when PHP 7.4
is released in the future. To ensure compatibility with PHP 7.4,
is_writable should be used instead.

See: https://wiki.php.net/rfc/deprecations_php_7_4

There is a strong likelihood of is_writeable being deprecated when PHP 7.4
is released in the future. To ensure compatibility with PHP 7.4,
is_writable should be used instead.

See: https://wiki.php.net/rfc/deprecations_php_7_4
@mblaney
Copy link
Member

mblaney commented Feb 3, 2019

thanks @Maikuolan

@mblaney mblaney merged commit 4a8fe79 into simplepie:master Feb 3, 2019
Alkarex added a commit to Alkarex/FreshRSS that referenced this pull request Apr 6, 2019
Alkarex added a commit to FreshRSS/FreshRSS that referenced this pull request Apr 6, 2019
javerous pushed a commit to javerous/FreshRSS that referenced this pull request Jan 20, 2020
mdemoss pushed a commit to mdemoss/FreshRSS that referenced this pull request Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants