Update:Archive/2.0/Developers/Server Configuration: Difference between revisions
Jump to navigation
Jump to search
m (→RDBMS: typo) |
Maotzetung (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
[[Update:Home_Page|Update: Home Page]] » [[Update:Development|Development]] » Server Configuration | [[Update:Home_Page|Update: Home Page]] » [[Update:Development|Development]] » Server Configuration | ||
== Introduction == | |||
Here we explain what is the setup needed to run and test Mozilla Update code | Here we explain what is the setup needed to run and test Mozilla Update code | ||
Revision as of 13:01, 23 January 2005
Update: Home Page » Development » Server Configuration
Introduction
Here we explain what is the setup needed to run and test Mozilla Update code
Apache
Put here supported Apache configuration (modules, permissions and so on)
PHP
Put here supported PHP configuration (version and settings like register globals, magic quotes and so on...)
Version: 4.3 or above
Build-time options:
- --with-zip
- ...
Runtime configuration:
- register_globals = off
- magic_quotes_gpc = off
- ...
RDBMS
Put here supported RDBMS products (with version): MySQL 4.1, ...