Difference between revisions of "Prerequisites"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Line 20: Line 20:
 
* Works whatever is the parameter magick_quotes
 
* Works whatever is the parameter magick_quotes
 
* Works whatever is the parameter safe_mode
 
* Works whatever is the parameter safe_mode
* PHP configuration must allow use of a max of 16Mb of memory (24Mb required if using Windows).
+
* PHP configuration must allow use of a max of {{PHPMinMemory}}Mb of memory (Add 8Mb if using Windows).

Revision as of 16:09, 14 March 2012

Dolibarr was build to work on following components :

OS

  • Every OS are supported.

For example: Linux, BSD, Windows, MacOS, Aix, ...

Database

  • Mysql 5.1+

If using option mode=STRICT returns some warnings or error, please report them to us.

  • PostgresSql 9.1.0+
  • MSSql (experimental support not working yet)

PHP

  • Version 7.1.0+
  • Support of user sessions must be enabled (it is the default value in all PHP)
  • Works whatever is the parameter register_globals
  • Works whatever is the parameter magick_quotes
  • Works whatever is the parameter safe_mode
  • PHP configuration must allow use of a max of 128Mb of memory (Add 8Mb if using Windows).