Ticker

6/recent/ticker-posts

Advertisement

Changes in php.ini is not reflected

 

Changes to php.ini not reflected in PHP's phpinfo

If make changes in PhP file and its not reflected on PHP page Use following steps for restart the service.

 

Check if php-fpm is running by this command:

#ps aux | grep php-fpm

 

For Red Hat Linux, CentOS, Fedora, etc.

#sudo systemctl status php-fpm.service

#sudo systemctl restart php-fpm.service

 

For Debian-based systems (like Ubuntu)

#sudo service php-fpm status

#sudo service php-fpm restart

Or

#sudo service php7.0-fpm status

#sudo service php7.0-fpm restart

Post a Comment

1 Comments

Anonymous said…
This comment has been removed by a blog administrator.