Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ae349b

Browse filesBrowse files
1 parent 30b34c7 commit 6ae349b
Copy full SHA for 6ae349b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed

‎install.php

Copy file name to clipboardExpand all lines: install.php
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Installer {
4747
* Minimum required PHP version to install ProcessWire
4848
*
4949
*/
50-
const MIN_REQUIRED_PHP_VERSION = '5.3.8';
50+
const MIN_REQUIRED_PHP_VERSION = '7.1.0';
5151

5252
/**
5353
* Test mode for installer development, non destructive
@@ -1835,10 +1835,6 @@ public function post($key, $sanitizer = '') {
18351835

18361836
if($value === null && empty($sanitizer)) return null;
18371837

1838-
if(version_compare(PHP_VERSION, "5.4.0", "<") && function_exists('get_magic_quotes_gpc')) {
1839-
if(get_magic_quotes_gpc()) $value = stripslashes($value);
1840-
}
1841-
18421838
switch($sanitizer) {
18431839
case 'intSigned':
18441840
$value = (int) $value;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.