Skip to content

Instantly share code, notes, and snippets.

@gaby-mg-snippets
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaby-mg-snippets/a9152de278b46a50e088 to your computer and use it in GitHub Desktop.
Save gaby-mg-snippets/a9152de278b46a50e088 to your computer and use it in GitHub Desktop.
PHP: Symfony v2: Cheat-sheet

Symfony v2

Requirements

  • web/config.php
  • php app/check.php

Required

  • PHP 5.3.3
  • JSON enabled
  • ctype enabled
  • date.timezone setting on php.ini

Optional

  • PHP-XML module
  • libxml 2.6.21
  • PHP tokenizer enabled
  • mbstring functions enabled
  • iconv enabled
  • POSIX enabled (only on *nix)
  • Intl installed with ICU 4+
  • APC 3.0.17+
  • php.ini recommended settings:
    • short_open_tag = Off
    • magic_quotes_gpc = Off
    • register_globals = Off
    • session.auto_start = Off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment