Download & Extend

PHP incompatibility message is not complete

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

Assigned to:Anonymous» boombatower
Status:active» needs review
AttachmentSizeStatusTest resultOperations
894614-php-compatibility.patch710 bytesIdleFAILED: [[SimpleTest]]: [MySQL] Unable to apply patch 894614-php-compatibility.patch.View details

#2

Status:needs review» reviewed & tested by the community

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

Status:reviewed & tested by the community» fixed

Good catch, boombatower. Committed to CVS HEAD. Thanks.

#6

Status:fixed» closed (fixed)

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