PHP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
'''Easy Apache 4 php.ini location:'''<br /> | '''Easy Apache 4 php.ini location:'''<br /> | ||
<code> ¯\_(ツ)_/¯ </code> | <code> ¯\_(ツ)_/¯ </code><br /> | ||
In WHM:<br /> | <code>/opt/cpanel/ea-php<i>version number</i></code> - Each version of PHP may (or may not) have it's own global ini. You can use these, but each directory on the website may or may not have its own php.ini | ||
'''Example path:''' | |||
<code>/opt/cpanel/ea-php70/php.ini</code> | |||
'''In WHM:'''<br /> | |||
Home >> Software >> MultiPHP INI Editor | Home >> Software >> MultiPHP INI Editor | ||
Revision as of 20:43, 3 February 2017
PHP.ini
php.ini is the configuration file for PHP.
Q: Where is php.ini?
A: Beats me, the @#%&*$ thing could be anywhere. On top of that, each site/folder can have a php.ini that overrides the global settings for that site/folder.
Easy Apache 3 PHP.ini location:
/usr/local/lib/php.ini
Easy Apache 4 php.ini location:
¯\_(ツ)_/¯
/opt/cpanel/ea-phpversion number
- Each version of PHP may (or may not) have it's own global ini. You can use these, but each directory on the website may or may not have its own php.ini
Example path:
/opt/cpanel/ea-php70/php.ini
In WHM:
Home >> Software >> MultiPHP INI Editor
Version
See: Software Versions to check the installed version.
You can also run the below at the command line to check the php version:
php -v