Portal HomeClient AreaAnnouncementsKnowledgebaseSupport TicketsDownloads

Knowledgebase
You are here: Portal Home > Knowledgebase > Scripting / Programming > List of all PHP enabled and compiled features

List of all PHP enabled and compiled features

To find out if your server has a feature or setting enabled for PHP, you can list all the details quite easily. Using the PHPinfo function, we can accomplish this. For more info on PHPinfo, please see:

http://us3.php.net/phpinfo

Follow these steps:
1) Create and edit a file on your website giving it the name: "info.php" (name is not relative can be anything)

2) Paste the contents below into this file and save it:

bool phpinfo ([ int $what= INFO_ALL ] )

3) Once you have done this, point your browser to the location where you saved this file:
For example: http://yourdomain.com/info.php

This will display all the information you may be looking for. It includes PHP server variables, all the options in which PHP was compiled, various software (ie, mysql) that was compiled into PHP and many other options. This is especially useful for locating the required software that an application you are going to use needs.



Was this answer helpful?

Add to Favourites
Print this Article

Also Read
What version of MySQL do you have on your servers? (Views: 267)
What version of PHP do you have on your servers? (Views: 279)
What is the most secure way of installing PHP applications on my account? (Views: 267)
Do you offer any scripts with your hosting packages? (Views: 258)

Powered by WHMCompleteSolution


Language: