SMF Development > Fixed or Bogus Bugs
2.0 RC5 Function matchPackageVersion(): only allows one interval
Arantor:
That wasn't what I meant.
3.0 RC2 is not the same as 3.0RC2
Yoshi:
3.0 RC# is not even out by far...
Arantor:
--- Quote from: Simple Series team on February 10, 2011, 08:08:02 AM ---3.0 RC# is not even out by far...
--- End quote ---
*shrug* It doesn't change how this function runs and thus the validity of this bug report. Pretend we said 2.0 RC for everything and it's just as valid.
davidhs:
--- Quote from: Arantor on February 10, 2011, 07:59:53 AM ---That wasn't what I meant.
3.0 RC2 is not the same as 3.0RC2
--- End quote ---
trim() function only is used in " , " and " - " like
--- Code: ---$versions = "v1, v2, v3-v4";
$for = explode(',', strtolower($versions));
for ($i = 0, $n = count($for); $i < $n; $i++)
$for[$i] = trim($for[$i]);
--- End code ---
and in " . " of version (this only in SMF 1.1.12 and 2.0).
Arantor:
Yes, I realise that. But 3.0 RC2 and 3.0RC4 are not the same, and no amount of trim() will fix it. So, please, do me a favour and retest as I asked you, using the same spacing in the middle of the string. Since I suspect that's possibly contributing to your bug...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version