Latest Versions
This is a great idea! I am sure most of us have issues when upgrading to the latest PHP version. You can set up your localhost with dual PHP versions to test. Here are some links that can help:
Stack Overflow thread discussing multiple PHP versions with XAMPP:
https://stackoverflow.com/questions/45790160/is-there-way-to-use-two-php-versions-in-xampp
A tutorial on setting up multiple PHP versions with XAMPP:
https://www.cloudways.com/blog/setup-multiple-php-versions-on-xampp/
The last I saw the latest versions were:
rsjobj version 2.55
queryobj version 2.34
Question: Is there a place on the website that let us know when there is an update so we know to update our MySQLi set? The versions listed are my latest versions, but
Observation: I am also running into issues with PHP 8.2.3 (From a PHP 7.2.x version). The database connections are working fine but the page freezes at a repeat region - no console output to check... I am not sure if the WA_MySQLi_RS method is the culprit or the new PHP strict requirements? OR a combination of the 2? If I modify my recordset and take out GROUP BY options then the page renders well. All works perfectly in PHP 7.2.x and using PHPMyAdmin I can run the query with success. Adding debug echo statements incrementally showed that the dataset is retrieving the records, but for some reason the page freezes.
I'll keep debugging and let you know of solution.
My key question is about the latest versions of the files, and how we'll know if new versions exist? (email, check site [where to check for version #]).
Thank you again for this forum - perfect timing!