Closed (fixed)
Project:
Auto Tagging
Version:
6.x-1.4-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jul 2009 at 17:07 UTC
Updated:
7 Aug 2009 at 17:50 UTC
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).
Comments
Comment #1
IncrediblyKenzi commentedIdeally 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.
Comment #2
IncrediblyKenzi commented