Difference between revisions of "Prerequisites"
Jump to navigation
Jump to search
m (→Database) |
m (→Database) |
||
Line 9: | Line 9: | ||
= Database = | = Database = | ||
− | * Mysql 4.1 | + | * Mysql 4.1+ |
If using option mode=STRICT returns some warnings or error, please report them to us. | If using option mode=STRICT returns some warnings or error, please report them to us. | ||
− | * PostgresSql 8.1.4 | + | * PostgresSql 8.1.4+ |
* MSSql (experimental support not working yet) | * MSSql (experimental support not working yet) | ||
Revision as of 09:15, 29 July 2010
Dolibarr was build to work on following components :
OS
- Every OS are supported.
For example: Linux, BSD, Windows, MacOS, Aix, ...
Database
- Mysql 4.1+
If using option mode=STRICT returns some warnings or error, please report them to us.
- PostgresSql 8.1.4+
- MSSql (experimental support not working yet)
PHP
- Version 4.3.10 or more (need support of the "%0.2F" of the sprintf PHP function to make PDF generation working)
- 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 16Mb of memory (24Mb required if using Windows).