sqlite-database-integration icon indicating copy to clipboard operation
sqlite-database-integration copied to clipboard

PHP 8.5 compatibility

Open JanJakes opened this issue 7 months ago • 4 comments

Adds PHP 8.5 unit tests. Fixes https://github.com/WordPress/sqlite-database-integration/issues/234.

JanJakes avatar Sep 05 '25 11:09 JanJakes

So @akirk pointed me to https://github.com/shivammathur/setup-php/issues/450, and I added error_reporting=E_ALL, but still no luck. I'll try it locally at some point.

JanJakes avatar Sep 12 '25 14:09 JanJakes

Let's try the other ini file: https://github.com/shivammathur/setup-php/blob/dcffe28928f01999f7fbf89aa197bb72ce81ff61/README.md?plain=1#L439C7-L443

akirk avatar Sep 12 '25 14:09 akirk

@akirk That doesn't seem to help either 🤔

JanJakes avatar Sep 12 '25 14:09 JanJakes

PHP 8.5 is released now. Is there any way I can help move this forward?

swissspidy avatar Nov 23 '25 16:11 swissspidy

@swissspidy Thanks for the reminder; this PR should be ready now! cc @adamziel

JanJakes avatar Nov 27 '25 17:11 JanJakes

Awesome, thanks! Looking forward to the next release then :)

swissspidy avatar Nov 27 '25 18:11 swissspidy

@swissspidy Here you go https://github.com/WordPress/sqlite-database-integration/releases/tag/v2.2.15 :)

JanJakes avatar Nov 28 '25 09:11 JanJakes