Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties


Stable release1.23.160
Beta release1.3.0n/a
Document status
Status
titlerelease
Document owner
DesignerPavel Rojkov
Developers
QABasara


...

#TitleUser StoryImportanceNotes
1

PHP


1.2 3 branch: version 57.6 1or above. PHP 78.40 supported

1.3 2 branch: version 75.16 or above. PHP 87.04 supported

Must Have

PHP configuration should include the following options (all these values are default)

  • Register Globals: Off
  • Magic Quotes GPC: Off  
  • File Uploads: On  
  • Session Auto Start: Off
  • opcache: off
2 MySQL databaseMySQLi database version 5.7+ or above, MySQL, PDO_MYSQL.Must Have MySQL 8 work with php 7.4+
3cURL supportPHP CURL is required for the operation of many payment gateways and systems (such as PayPal, Authorize.NET, etc) and real-time shipping services (FedEx, UPS).

4GDThe GD Graphics Library for dynamically manipulating images.

5ZIPZipArchive extension is enabled

6PHAR

PHPArchive for easy extensions installation



...