Closed (fixed)
Project:
Test client setup
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Feb 2009 at 00:41 UTC
Updated:
1 Jul 2009 at 00:40 UTC
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
Comment #1
boombatower commentedIt 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.
Comment #2
boombatower commentedSince I removed the TODO lets mark this as fixed.