Skip to content

Minz: support PHP8 lint#3207

Merged
Alkarex merged 3 commits intoFreshRSS:masterfrom
Alkarex:Minz_PHP8
Oct 3, 2020
Merged

Minz: support PHP8 lint#3207
Alkarex merged 3 commits intoFreshRSS:masterfrom
Alkarex:Minz_PHP8

Conversation

@Alkarex
Copy link
Member

@Alkarex Alkarex commented Oct 3, 2020

Contributes to #3082
Fix PHP8 Fatal error: Declaration of MinzPDO::query($statement) must be compatible with PDO::query(string $query, ?int $fetch_mode = null, mixed ...$fetch_mode_args) in /FreshRSS/lib/Minz/ModelPdo.php on line 159 Errors parsing /FreshRSS/lib/Minz/ModelPdo.php

Fix PHP8 Fatal error: Declaration of MinzPDO::query($statement) must be
compatible with PDO::query(string $query, ?int $fetch_mode = null, mixed
...$fetch_mode_args) in /FreshRSS/lib/Minz/ModelPdo.php on line 159
Errors parsing /FreshRSS/lib/Minz/ModelPdo.php
@Alkarex Alkarex added this to the 1.18.0 milestone Oct 3, 2020
Copy link
Member

@Frenzie Frenzie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mkay

@Alkarex Alkarex merged commit 2f88b26 into FreshRSS:master Oct 3, 2020
@Alkarex Alkarex deleted the Minz_PHP8 branch October 3, 2020 13:48
@Alkarex Alkarex linked an issue Jan 29, 2021 that may be closed by this pull request
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.

Update PHP from 7.4.14 to 8.0.1 breaks PDO::query

2 participants