Posted by boombatower on August 26, 2010 at 9:31pm
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | system.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | boombatower |
| Status: | closed (fixed) |
Issue Summary
<?php
if (substr_count($info['php'], '.') < 2) {
$php_required .= '.*';
}
?>$php_required is never initialized so the value is either ".*" or "" so the user message reads funny since there is an incorrect value (or none) placed in it.
Comments
#1
#2
Makes sense.
#3
#1: 894614-php-compatibility.patch queued for re-testing.
#4
Marked #806312: This module requires PHP version .* and is incompatible with PHP version as a duplicate of this issue since this one is RTBC.
#5
Good catch, boombatower. Committed to CVS HEAD. Thanks.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.