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

Add integration/authentication for Yii1 framework running on php8 server. #8

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

kenguest
Copy link

Some changes required to get kcfinder working with an integration for testing against Yii for authentication:

  • Use extension_loaded instead of class_exists so Yii's autoloader isn't triggered.
  • Similarly use extension_loaded instead of function_exists
  • The 'each' keyword was removed in PHP 8.0 - alternative/fix added.

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.

1 participant