Haxe PHP version support

Hej all !

I hope you’re all right !

Does anyone know until which exact version Haxe/PHP support is ?

I don’t know if my question is clear… I mean i.e. with PHP 7.2 it works fine but I have upgraded PHP to the latest one 8.4 and I don’t want to have some errors…

Thanks for your answers,

Regards

I just peeked at the GitHub Actions logs for Haxe, and it appears that nightly builds run tests using PHP 8.4, and they are passing.

1 Like

Thanks for your answer !
I’m on Haxe 4.3.7, can we see if PHP 8.4 run also well the tests ?

I don’t know where the find a specific GitHub Actions log for Haxe 4.3.7. Maybe an actual Haxe contributor can point to it, if it exists.

However, as best I could tell, the Haxe GitHub Actions jobs always install the newest version of PHP. With that in mind, if PHP 8.4 was released already when Haxe 4.3.7 was built, then presumably, that’s the version of PHP that was tested at the time.

1 Like