Closed manuquentin closed 10 years ago
Is there anything preventing this from being merged ? It makes Symfony development less painful.
As this works on php-fpm box, it might be interesting to display html errors, all it takes is the following:
sed -i "s|;php_flag\\[display_errors\\]\\s*=\\s*off|php_flag[display_errors] = on|g" /etc/php5/fpm/pool.d/www.conf
thanks !
Fixes #37