Php8 version?

my website needs 8.1 what php8 version was used

We’re going to deploy PHP 8.1 when all missing extensions are being sorted out. In the meanwhile, your account may or may not have it; you can check by yourself by doing what I explained on some guy that needed to know the PHP version on his hosting account server here:

2 Likes

i did that but it gave me an 500 error

Can you enable display_errors to see what’s the problem? Here’s an article:

Also what GR9 (don’t want to tag him) posted below me.

1 Like

You can also try the longer version of the code:

<?php echo phpinfo(); ?>

Also, make sure the file ends in “.php”, and contains no additional characters.

7 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.