mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #57087
[Bug 1839411] Re: Update codebase for php 7.3 and php 7.4
** Summary changed:
- Update codebase for php 7.3
+ Update codebase for php 7.3 and php 7.4
** Changed in: mahara
Assignee: (unassigned) => Rebecca Blundell (rjb-dev)
--
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/1839411
Title:
Update codebase for php 7.3 and php 7.4
Status in Mahara:
Confirmed
Bug description:
I tried running behat tests in php 7.3 and among other issues got the
following error due to a PHP 7.3 deprecation:
/code/mahara/test/behat/features/site_features/smart_evidence_editor.feature:8
8192: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in ~/code/mahara/htdocs/lib/mahara.php line 1620
This made me think we should check the code for this and other 7.3 issues. Notes on migrating to 7.3:
https://www.php.net/manual/en/migration73.php
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1839411/+subscriptions
References