PHP extensions

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
vzw614
Posts: 143
Joined: 15 May 2008, 14:59

PHP extensions

Post by vzw614 »

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
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: PHP extensions

Post by vboctor »

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.
Migrate your MantisBT to the MantisHub Cloud
Post Reply