Previous Thread
Next Thread
Print Thread
Hop To
Joined: Nov 2004
Posts: 198
L
Member
Member
L Offline
Joined: Nov 2004
Posts: 198
First I'd like to know if PHP 8.0 is supported
Second I'm wondering how IIS knows which PHP engine to call for a particular request. IIS allows the installation of multiple versions of PHP, and I was wondering how IIS knows which to use at any given time.
Does the PHP script itself contain some type of identifier that identifies its preferred PHP?.

Thank you.


Member since November 2004
Gold Member since Feb 2008
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
Originally Posted by luket
First I'd like to know if PHP 8.0 is supported
UBB.threads 7.7.5 fully supports PHP 7. UBB.threads 8.0.0 is still being tested with PHP 8 and has multiple changes made to the core scripts to support PHP 8. Its still being worked on with new features and applying further corrections to some PHP 8 issues that might not blatantly be apparent on simple tests. A few of the third party assets are also being replaced or updated to fully support PHP 8. UBB.threads 8.0.0 will be released shortly.

Originally Posted by luket
Second I'm wondering how IIS knows which PHP engine to call for a particular request. IIS allows the installation of multiple versions of PHP, and I was wondering how IIS knows which to use at any given time.
Does the PHP script itself contain some type of identifier that identifies its preferred PHP?.

Both Apache and IIS use the PHP executable that you have associated with the *.php file extension.

In Microsoft IIS 10, you would use the PHP Manager inside of your IIS Manager, which looks like this:

[Linked Image]

This is also the same with Linux using the command executable you have associated with an file extension. For example, your .htaccess file may specify the following line to choose between which executable will be used -- but only if your host has setup a multi-PHP environment. Current CPanel users are already familiar with MultiPHP Manager controlling these .htaccess lines

Code
# AddHandler application/x-httpd-ea-php56 .php .php7 .phtml
# AddHandler application/x-httpd-ea-php70 .php .php7 .phtml
# AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
# AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
# AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
AddHandler application/x-httpd-ea-php80 .php .php8 .phtml


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
2 members like this: Gizmo, luket
Joined: Nov 2004
Posts: 198
L
Member
Member
L Offline
Joined: Nov 2004
Posts: 198
Thanks isaac.

I rolled back to PHP Version 7.4.13 and all is well.
Thank you for the thorough explanation.


Member since November 2004
Gold Member since Feb 2008

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
spam issues
by ECNet - 03/19/2024 11:45 PM
Who's Online Now
0 members (), 684 guests, and 131 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)