Is there a list anywhere of what php extensions are needed for Mantis? I'm working on a fresh install of php5 and only want to enable the extensions that are needed.
Thanks
Curtis
PHP extensions
Moderators: Developer, Contributor
Re: PHP extensions
Mantis is designed to have a dependency on minimal extensions. This is part of our desire to work on as many platforms / hosting environments as possible.
Here are the required extensions:
1. The extension for integrationg with your DMBS (e.g. mysqli). This is mandatory.
2. gd extension - only if you care about graphs.
3. curl extension - only if you care about twitter updates.
That's what I remember from the top of my head. Let me know if you discover others. I will include this in the manual.
Here are the required extensions:
1. The extension for integrationg with your DMBS (e.g. mysqli). This is mandatory.
2. gd extension - only if you care about graphs.
3. curl extension - only if you care about twitter updates.
That's what I remember from the top of my head. Let me know if you discover others. I will include this in the manual.
Migrate your MantisBT to the MantisHub Cloud