Versions Compared

Key

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


Page Properties


Stable release1.3.14
Beta releasen/a
Document status
Status
titlerelease


...

#TitleUser StoryImportanceNotes
1

PHP


1.3 branch: version 7min PHP 8.0, 1.3or above.3 PHP 87.0 supported4

1.2 branch: version 5.6or above.

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
  • opcacheOPcache (caching engine built into PHP): off
2MySQL databaseMySQLi database version 5.7+ or above, MySQL, PDO_MYSQL.Must Have MySQL 8 works 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.Must Have 
5ZIPZipArchive extension is enabled

6PHAR

phar PHAR extension provides a file-format abstraction method for creating and manipulating tar and zip files



7fileinfoPHP extension to get the content type and encoding of a filesMust Have 


PHP compatibility chart

Image Added