the current test for a correct version of PHP is pretty lame:

PHP_VERSION=`$PHP -i | grep "PHP Version => 5.2"`

would be nice if a regex wizard would come along and make this work for all of PHP 5.2 and beyond, or provide some other meaningful test to make the determination.

Comments

boombatower’s picture

Version: » 6.x-2.x-dev
Status: Active » Closed (won't fix)

It works for any version of PHP 5.2 since grep still finds PHP 5.2.x. I think clients should stick with PHP 5.2 instead of PHP 5.3 so lets won't fix this for now.

boombatower’s picture

Assigned: Unassigned » boombatower
Status: Closed (won't fix) » Fixed

Since I removed the TODO lets mark this as fixed.

Status: Fixed » Closed (fixed)

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