pear / DB

http://pear.php.net/package/DB
9 stars 33 forks source link

PHP8.2 Support DB_DataObject by ensuring no dynamic property is created #15

Closed seamuslee001 closed 1 year ago

seamuslee001 commented 1 year ago

If you look at http://svn.php.net/viewvc/pear/packages/DB_DataObject/trunk/DB/DataObject.php?view=markup&pathrev=339312 at Line 4778 you will find it adds in a property num_rows into the DB_Mysqli or any DB_x classes so this fixes it in php8.2 as creation of dynamic properties is deprecated in php8.2

ping @ashnazg

seamuslee001 commented 1 year ago

closing this as not needed