Skip to content

PHP and MySQL compatibility

tomolimo edited this page Nov 8, 2023 · 6 revisions

This page shows you main information about compatibility. You may also check official compatibility page Installation Requirements and Software Requirements

PHP compatibility

  • ProcessMaker 3.0.1.8 does NOT support PHP 7.
  • ProcessMaker 3.0.1.8 is currently compatible with version 5.5.33+ or 5.6+.
  • ProcessMaker 3.3.0 does support PHP 5.6.x and PHP 7.1.x, but does NOT support PHP 7.2. We are currently using PHP 7.1.33

MySQL compatibility

  • ProcessMaker is not compatible with MySQL STRICT mode, which is enabled by default in MySQL 5.7. Read the Turning Off MySQL STRICT Mode section to learn how to disable it. Since MySQL 5.7 is NOT part of any official ProcessMaker stack, the application has not been tested entirely in this version of MySQL. Therefore, ProcessMaker may not run correctly even if STRICT mode is disabled.
  • ProcessMaker 3.0.1.8 does support MySQL 5.5+, 5.6+. Currently we are using 5.7.17 (but beware of above note).
  • ProcessMaker 3.3.0 does support MySQL 5.5+, 5.6+. Currently we are using 5.7.34 (but beware of above note).

MariaDB compatibility

  • Currently not tested with it, but I'll be happy to receive your own test results.