mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #06807
[Bug 890045] [NEW] Change ensure_sanity to check for PHP 5.3+ instead of 5.2+
Public bug reported:
Mahara requires PHP 5.3 and above to function
(https://wiki.mahara.org/index.php/System_Administrator%27s_Guide/Installing_Mahara#Software
and
https://wiki.mahara.org/index.php/System_Administrator%27s_Guide/Requirements#PHP)
Also, PHP has issued an end-of-life statement for 5.2
(http://www.php.net/archive/2010.php#id2010-12-16-1)
At the moment, the check is done in the ensure_sanity function
(lib/mahara.php line 37-41 on master).
This checks whether the version is 5.2 or above. It should check if it
is 5.3 and above instead.
** Affects: mahara
Importance: Medium
Assignee: Hugh Davenport (hugh-catalyst)
Status: In Progress
** Changed in: mahara
Status: New => Triaged
** Changed in: mahara
Importance: Undecided => Medium
** Changed in: mahara
Assignee: (unassigned) => Hugh Davenport (hugh-catalyst)
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/890045
Title:
Change ensure_sanity to check for PHP 5.3+ instead of 5.2+
Status in Mahara ePortfolio:
In Progress
Bug description:
Mahara requires PHP 5.3 and above to function
(https://wiki.mahara.org/index.php/System_Administrator%27s_Guide/Installing_Mahara#Software
and
https://wiki.mahara.org/index.php/System_Administrator%27s_Guide/Requirements#PHP)
Also, PHP has issued an end-of-life statement for 5.2
(http://www.php.net/archive/2010.php#id2010-12-16-1)
At the moment, the check is done in the ensure_sanity function
(lib/mahara.php line 37-41 on master).
This checks whether the version is 5.2 or above. It should check if it
is 5.3 and above instead.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/890045/+subscriptions
Follow ups
References