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

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

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