Does not report as requiring PHP5
tstackhouse - July 24, 2009 - 17:07
| Project: | Auto Tagging |
| Version: | 6.x-1.4-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | acstewart |
| Status: | closed |
Jump to:
Description
The submodules all rely on passing by reference with a default value, a feature not supported in PHP 4. Enabling any submodules on a PHP 4 installation causes a white page PHP parse error, forcing a dig into the DB to disable the module(s).

#1
Ideally modules should be backward compatible with php4, but in this case, it's the implementation modules that require php5.
I'll add a requirements dependency on php5 in the next rev, as well as removing default values from the submodules' method signatures.
#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.