2.8.4.5.1. Turn on Phalcon

The version of the framework that can be used depends on the installed PHP versions:

  • Phalcon 2 — Available in PHP 5.3—5.6.
  • Phalcon 3 — Available in PHP 5.5—7.2.
  • Phalcon 4 — available in PHP 7.0—7.4:
    • For PHP 7.0-7.4 a module is available PECl psr.
    • For PHP 7.2-7.4 a module is available Phalcon4.

To enable Phalcon support, do the following:

  1. Openup PHP settings.
  2. Against «Phalcon module» choose the appropriate version of the framework:
  3. Save your changes.
  4. Wait approximately 10-15 minutes for the changes to take effect.

You can view information about whether Phalcon is currently enabled for the site, as well as its exact version, using phpinfo.

Content