Is there a PHP command I can execute through a browser that will return which PHP Handler my server is setup to use?
Leave a Reply
You must be logged in to post a comment.
Is there a PHP command I can execute through a browser that will return which PHP Handler my server is setup to use?
You must be logged in to post a comment.
Create a page with the following –
Load that into your browser and will show you everything that you need to know about PHP running on your server including all enabled modules. The handler is listed as “Server API” on that page.
DSO on Apache
create a page phpinfo.php with the following content
Try visting the page, it should display all settings associated with your PHP installation.
On the command line you can you can use
You will get a list of available handlers including the current one like this