1
0
Fork 0

Increasing version number to include 5.3.3 which also has an issue with SplFixedArray

pull/272/head
Justin Rainbow 2012-02-01 09:31:27 -07:00
parent 54dece1dc7
commit 8e64229461
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ class Solver
$this->installedMap[$package->getId()] = $package;
}
if (version_compare(PHP_VERSION, '5.3.2', '>')) {
if (version_compare(PHP_VERSION, '5.3.3', '>')) {
$this->decisionMap = new \SplFixedArray($this->pool->getMaxId() + 1);
} else {
$this->decisionMap = array_fill(0, $this->pool->getMaxId() + 1, 0);