Please find below the mandatory requirements and the checks that are performed when you install Symfony, and adapt your environment accordingly, so you can successfully install and use it with in your eZ Publish 5 projects.
Pre-requisite: You must have downloaded Symfony to your computer. |
After downloading Symfony, run the following script:
php app/check/check.php |
This script will take you to the basic configurations of your project. You can also do the same by editing the 'app/config/parameters.ini' file.
Mandatory Requirements:
Optional Checks:
Optional Checks (Doctrine):
PDO has some drivers installed: mysql, odbc, sqlite2, sqlite
Note that the PHP CLI can use a different php.ini file than the one used with your web server. In this case please, also lunch this utility from your web server. When you run the 'php.check' script, it will show you the path of the php.ini file used by PHP, for instance: "php used by PHP: /opt/local/etc/php5/php.ini". |
The script will check all points listed above. Take the actions needed to correct any problem that occurs, and then click on the "Re-check Configuration" link to start the checking again.