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

[PHP8, postgreSQL] Fix fatal error #199

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

hubaishan
Copy link
Contributor

The error is:
Fatal error: Uncaught TypeError: pg_connect(): Argument #2 ($flags)
must be of type int, bool given in ezsql\ezsql\lib\Database\ez_pgsql.php:106

The error is:
Fatal error: Uncaught TypeError: pg_connect(): Argument ezSQL#2 ($flags)
must be of type int, bool given in ezsql\ezsql\lib\Database\ez_pgsql.php:106
@TheTechsTech TheTechsTech merged commit bbacb69 into ezSQL:master Feb 2, 2021
TheTechsTech added a commit that referenced this pull request Feb 8, 2021
…red in doing so

- bug fixes, prior to PHP 8, `**@**` silenced errors which this library used to return `**false**` instead, that is not no longer possible with PHP 8
- Linux and Windows CI tests move to GitHub Actions
- General code style fixes
- merged bug fix #199
- fixed tests in issue #200, and corrections for PR #201
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.

None yet

2 participants