mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #27493
[Bug 1451331] Re: 15.04 image picker requires PHP 5.3.6+
** Changed in: mahara/15.10
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1451331
Title:
15.04 image picker requires PHP 5.3.6+
Status in Mahara ePortfolio:
Fix Committed
Status in Mahara 15.04 series:
Confirmed
Status in Mahara 15.10 series:
Fix Committed
Bug description:
As reported on the Mahara.org forums:
https://mahara.org/interaction/forum/editpost.php?parent=29019
The awesome new TinyMCE Mahara image picker in Mahara 15.04, uses the
$node argument of the DomDocument::saveHTML() method. This argument
was only added in PHP 5.3.6.
The problem is that, as of the last developer meeting, we purport to
support Debian 6 (Squeeze) and later. But Squeeze only ships with PHP
5.3.3.
So if we want to continue to claim to support Squeeze, we should
probably make this work without the $node argument. Or, we should
specify that we require at least PHP 5.3.6, and that if you're running
it on Squeeze, you'll just have to manually upgrade your PHP version.
Actually, in the README that shipped with 15.04 we put that we support
Debian 5 (Lenny) which ships with PHP 5.2... so presumably it's
already implied that you're manually upgrading your PHP version.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1451331/+subscriptions
References