How to Find phpinfo in phpFox’s AdminCP
Last Updated on Friday, 1 February 2013 06:32 Written by Stephanie Brown Saturday, 2 February 2013 12:00
This article will focus on how to find the phpinfo information from within your phpFox AdminCP.
There may be a time that you need to see if a php module is installed on your server. There are a few different ways of doing this, however if you are already in your phpFox admincp, there is a quick and easy way to find this information.
Select Tools > System Overview.
Learn MoreHow to Find If an Extension Exists in the PHP Configuration Through Terminal
Last Updated on Thursday, 12 July 2012 09:44 Written by Richi González Thursday, 19 July 2012 12:00
Hello,
This article will show you how to search for functions inside the PHPinfo through a terminal or console. I will show you a simple line to execute that finds if a certain word is found in the PHP info. This is useful for searching for functions.
1. Open up a terminal or console.
2. Let’s say if you want to know if GD libraries are installed, you’d search for ‘gd’ with the code like this:
Learn More
Recent Comments