Skip to content

Instantly share code, notes, and snippets.

@phpleo
Created June 16, 2010 22:34
Show Gist options
  • Select an option

  • Save phpleo/441378 to your computer and use it in GitHub Desktop.

Select an option

Save phpleo/441378 to your computer and use it in GitHub Desktop.
# evitar errores deprecated en symfony 1.1 en php 5.3
dev:
.settings:
error_reporting: <?php echo ((E_ALL | E_STRICT) & ~E_DEPRECATED)."\n" ?>
#error_reporting: <?php echo (E_ALL | E_STRICT)."\n" ?>
web_debug: on
cache: off
no_script_name: off
etag: off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment