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

Fix PHP 8 session error issue #153

Merged
merged 3 commits into from
Jun 21, 2021
Merged

Fix PHP 8 session error issue #153

merged 3 commits into from
Jun 21, 2021

Conversation

thomaslauria
Copy link

Session errors in PHP 8 lead to:
Uncaught ArgumentCountError: Too few arguments to function Zend_Session_Exception::handleSessionStartError(), 4 passed and exactly 5 expected
since $errcontext parameter is remove in PHP 8.0.0.

E_ERROR: Uncaught ArgumentCountError: Too few arguments to function Zend_Session_Exception::handleSessionStartError(), 4 passed and exactly 5 expected in /home/tlauria/www/translate5-master/vendor/shardj/zf1-future/library/Zend/Session/Exception.php:56
@thomaslauria thomaslauria changed the title Fix PHP 8 issue Fix PHP 8 session error issue Jun 14, 2021
@Shardj Shardj merged commit 1e7989d into Shardj:master Jun 21, 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.

2 participants