-
Notifications
You must be signed in to change notification settings - Fork 653
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
PHP8 Support #4579
Labels
improvement
機能改善
Milestone
Comments
DBAL 2.x -> 3.x は結構影響ありそうですね。 |
PHP7.4 の EOL は 2022年11月末ですので、それまでに対応が必要そうです |
Closed
Doctrine DBAL 2.12.x でPHP8に対応見込み。 4.1β時点では対応できない見込みのため、マイルストンをいったん |
DoctrineのPHP8対応ができたとしても、プラグイン側をPHP8対応する必要があり、単純には導入が難しい可能性がある。 |
Closed
#5353 で対応。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
概要(Overview)
PHP8 への対応
期待する内容(Expect) or 要望 (Requirement)
PHP8 で問題なく運用できること
再現手順(Procedure)
課題
Doctrine DBAL にてシステムエラーが発生する
DBAL 2.10.x では修正されていない
https://github.com/doctrine/dbal/blob/78de4498e4ff726bef21f5eb00781f39c0ffbc75/lib/Doctrine/DBAL/Driver/PDOConnection.php#L78
DBAL3.x では修正されている
doctrine/dbal#4042
doctrine/dbal#3803
環境 (environment)
関連情報 (Ref)
The text was updated successfully, but these errors were encountered: