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

Can't inherit abstract function CacheInterface::isAvailable() #58

Open
sonnb opened this issue Jul 8, 2015 · 1 comment
Open

Can't inherit abstract function CacheInterface::isAvailable() #58

sonnb opened this issue Jul 8, 2015 · 1 comment

Comments

@sonnb
Copy link
Contributor

sonnb commented Jul 8, 2015

Hello,

Without define any cache_driver, one of my users get this issue while processing the video:
Fatal Error: Can't inherit abstract function PHPVideoToolkit\CacheInterface::isAvailable() (previously declared abstract in PHPVideoToolkit\CacheAbstract) - library/PHPVideoToolkit/CacheAbstract.php:22

@sonnb
Copy link
Contributor Author

sonnb commented Jul 18, 2015

This is a known issue in PHP 5.3.0 which was reported here: https://bugs.php.net/bug.php?id=43200. In order to get rid of this issue, I believe we can safety remove the abstract method isAvailable from CacheAbstract. I also created a pull request here #61 in case you want to remove it.

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

No branches or pull requests

1 participant