Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
c391286e
Commit
c391286e
authored
Nov 25, 2011
by
Francois Marier
Committed by
Gerrit Code Review
Nov 25, 2011
Browse files
Merge "Change PHP requirement to 5.3+ (Bug #890045)"
parents
152994b9
21d5ea38
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/mahara.php
View file @
c391286e
...
...
@@ -35,7 +35,7 @@ defined('INTERNAL') || die();
function
ensure_sanity
()
{
// PHP version
$phpversionrequired
=
'5.
2
.0'
;
$phpversionrequired
=
'5.
3
.0'
;
if
(
version_compare
(
phpversion
(),
$phpversionrequired
)
<
0
)
{
throw
new
ConfigSanityException
(
get_string
(
'phpversion'
,
'error'
,
$phpversionrequired
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment