When installing php on Ubuntu/Debian, how do I choose the development php.ini -


i believe there php.ini settings optimized development. how can install 1 easy way?

based on kronwalled's answer, enter in shell

sudo cp /usr/lib/php/7.0/php.ini-development /etc/php/7.0/apache2/php.ini sudo cp /usr/lib/php/7.0/php.ini-development /etc/php/7.0/cli/php.ini 

Comments

Popular posts from this blog

Using django-mptt to get only the categories that have items -

ruby - Train neural network with sine function -

javascript - Java with RWeka packege -