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

pdo: Creation of dynamic property deprecated warning in PHP 8.2 #917

Closed
wants to merge 2 commits into from

Conversation

reportico-web
Copy link
Contributor

Fatal Error: drivers/adodb-pdo.inc.php Line 605 - Creation of dynamic property ADODB_pdo::$_stmt is deprecated
Fatal Error: drivers/adodb-pdo.inc.php Line 788 - Creation of dynamic property ADORecordSet_pdo::$adodbFetchMode is deprecated

Fatal Error: drivers/adodb-pdo.inc.php Line 605 - Creation of dynamic property ADODB_pdo::$_stmt is deprecated
Fatal Error: drivers/adodb-pdo.inc.php Line 788 - Creation of dynamic property ADORecordSet_pdo::$adodbFetchMode is deprecated
Copy link
Member

@dregad dregad left a comment

Choose a reason for hiding this comment

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

@reportico-web Thanks for your contribution.

@@ -1,5 +1,5 @@
{
"name" : "adodb/adodb-php",
"name" : "reportico/adodb-php",
Copy link
Member

Choose a reason for hiding this comment

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

This does not belong in the pull request. Please remove.

drivers/adodb-pdo.inc.php Show resolved Hide resolved
@dregad dregad added bug PHP8.2 PHP8.2 Compatibility Issues labels Jan 16, 2023
@dregad dregad added this to the v5.22.5 milestone Jan 16, 2023
@Bozosoft
Copy link

Sorry but I don't use the drivers/adodb-pdo.inc.php ;)
I have only in drivers/ adodb-postgres... and adodb-mysqli.inc.php
So the problem is confirmed for me on adodb-postgres64.inc.php

@dregad
Copy link
Member

dregad commented Jan 17, 2023

@Bozosoft see my note #913 (comment)

@dregad dregad added the pdo The PHP PDO Driver (Tier 2) label Jan 18, 2023
@dregad dregad changed the title Fix PHP8.2 compatitibility issues:- pdo: Creation of dynamic property deprecated warning in PHP 8.2 Jan 18, 2023
dregad pushed a commit that referenced this pull request Jan 18, 2023
Creation of dynamic property is deprecated
- Line 605 - ADODB_pdo::$_stmt
- Line 788 - ADORecordSet_pdo::$adodbFetchMode

PR #917

Signed-off-by: Damien Regad <dregad@mantisbt.org>
@dregad dregad closed this Jan 18, 2023
@dregad
Copy link
Member

dregad commented Jan 19, 2023

Merged in 6486f11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug pdo The PHP PDO Driver (Tier 2) PHP8.2 PHP8.2 Compatibility Issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants