View Issue Details

IDProjectCategoryView StatusLast Update
0027793mantisbtdocumentationpublic2023-10-31 16:32
Reporterrogueresearch Assigned Todregad  
PrioritynormalSeveritymajorReproducibilityN/A
Status closedResolutionfixed 
Product Version2.24.3 
Target Version2.26.0Fixed in Version2.26.0 
Summary0027793: Admin Guide lists incorrect/incomplete/obsolete required PHP extensions
Description

1) under mandatory extensions, it lists (amongst others): date, hash, json, pcre, Reflection, session

a) date, hash, pcre: are now part of PHP, see:
<https://wiki.php.net/rfc/permanent_hash_ext>
<https://www.php.net/manual/en/pcre.installation.php>

Would be nice if the Guide said they are only needed for PHP < x.y.z.

b) the Reflection extension I can't even find in the FreeBSD ports collection... so far, not having it has not caused me any problems yet.

c) the filter extension seems to also be required, without it I get this in my apache error log:

[Tue Dec 22 16:04:01.105980 2020] [php7:error] [pid 83333] [client 10.1.1.120:51580] PHP Fatal error: Uncaught Error: Call to undefined function filter_var() in /usr/local/etc/apache24/mantest.rogue-research.com/bugs/config_defaults_inc.php:219\nStack trace:\n#0 /usr/local/etc/apache24/mantest.rogue-research.com/bugs/core.php(94): require_once()\n#1 /usr/local/etc/apache24/mantest.rogue-research.com/bugs/index.php(31): require_once('/usr/local/etc/...')\n#2 {main}\n thrown in /usr/local/etc/apache24/mantest.rogue-research.com/bugs/config_defaults_inc.php on line 219

Its requirement should be documented.

TagsNo tags attached.

Relationships

related to 0025956 closeddregad Drop support for PHP 5.x 

Activities

rogueresearch

rogueresearch

2021-06-21 17:02

reporter   ~0065642

Last edited: 2021-06-21 17:02

@dregad can you relate this to 0025956 please?

I just installed 2.25.2 on a fresh server, and the check feature also told me: "Enable the PHP SOAP extension". The Admin Guide says nothing about this extension being necessary/suggested...

Related Changesets

MantisBT: master fad7f63c

2023-06-23 13:28

dregad


Details Diff
Update PHP extensions requirements in Admin Guide

Fixes 0027793
Affected Issues
0027793
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

MantisBT: master 559bebf7

2023-06-23 13:33

dregad


Details Diff
Add SOAP extension requirement

Fixes 0027793
Affected Issues
0027793
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File