Project:Auto Tagging
Version:6.x-1.4-beta3
Component:Code
Category:bug report
Priority:normal
Assigned:acstewart
Status:closed (fixed)

Issue Summary

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

#1

Priority:critical» normal
Assigned to:Anonymous» acstewart

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

Version:6.x-1.4-beta2» 6.x-1.4-beta3
Status:active» fixed

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.