Skip to content

Error Reporting and some xdebug settings

Valentin Ivaşcu edited this page May 27, 2015 · 1 revision

#PHP ini

/etc/php5/fpm/php.ini
/etc/php5/fpm/php.ini

and change

display_errors to On
error_reporting to E_ALL
short_open_tag to On

#xdebug ini

Open puPHPet custom ini file

sudo nano /etc/php5/mods-available/zzzz_custom.ini

and be sure you have:

xdebug.max_nesting_level=500
xdebug.scream=1
xdebug.cli_color=1
xdebug.show_local_vars=1

Otherwise locate xdebug.ini and add that line

Clone this wiki locally