GuiltySpark
New Pleskian
Hi, I'm a little confused over which version of php.ini I'm meant to be or are actually using, so hoping someone could help?
I'm running Plesk Obsidian 18.0.24 on CentOS Linux 7.7.1908 (core)
Installed on the server is PHP versions (7.3.15, 7.1.33, 7.0.33, 5.6.40, 5.4.16) - although I'm not sure why when really I want to stick with the latest version.
In Plesk > Websites & Domains > PHP Settings are set to 7.3.15
However the command line tells me 5.4.16
When I run any server PHP scripts I have been using /opt/plesk/php/7.0/bin/php to point to the correct version and this works fine.
However I recently upgraded my development environment to use 7.3
So when I now use /opt/plesk/php/7.3/bin/php the scripts fail because they cannot find a file which is in a custom include_path.
Yet this custom path is in plesk (as an additional configuration directive) and in /etc/php.ini?
I'm confused..
I'm running Plesk Obsidian 18.0.24 on CentOS Linux 7.7.1908 (core)
Installed on the server is PHP versions (7.3.15, 7.1.33, 7.0.33, 5.6.40, 5.4.16) - although I'm not sure why when really I want to stick with the latest version.
In Plesk > Websites & Domains > PHP Settings are set to 7.3.15
However the command line tells me 5.4.16
When I run any server PHP scripts I have been using /opt/plesk/php/7.0/bin/php to point to the correct version and this works fine.
However I recently upgraded my development environment to use 7.3
So when I now use /opt/plesk/php/7.3/bin/php the scripts fail because they cannot find a file which is in a custom include_path.
Yet this custom path is in plesk (as an additional configuration directive) and in /etc/php.ini?
I'm confused..