• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question Default php.ini

Do you mean php.ini of domains? In this case, go to subscription->PHP Settings and set all parameters to Default state.
 
This php.ini file is a part of plesk-php pacahge. For example, for PHP 7.0 it is

# rpm -qf /opt/plesk/php/7.0/etc/php.ini
plesk-php70-7.0.24-centos7.17092912.x86_64

So you can just extract this file from corresponding package or just re-install PHP X.X through Plesk installer.
 
Thank you very much Igor
One more question php.ini are different for debian, centos in Plesk?
 
Size of file is different at least:

Plesk 17.5.3 MU#24 CentOS 7.2:

# ll /opt/plesk/php/7.0/etc/php.ini
-rw-r--r-- 1 root root 70655 Sep 29 11:49 /opt/plesk/php/7.0/etc/php.ini

Plesk 17.5.3 MU#24 Debian 8:

# ls -la /opt/plesk/php/7.0/etc/php.ini
-rw-r--r-- 1 root root 70657 Jul 6 17:52 /opt/plesk/php/7.0/etc/php.ini
 
Back
Top