From 7069f8526c295ae6074a4caebfc554bef0e39614 Mon Sep 17 00:00:00 2001 From: ccesar Date: Fri, 30 Dec 2016 04:55:20 -0200 Subject: [PATCH] Install under php7 Oxwall use php pdo, not mysql. This module is not available in php 7 and the installer stucks in requeriments page, but the program is installable once this requeriment is gone. --- files/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/requirements.txt b/files/requirements.txt index dc788d1..e89f16f 100644 --- a/files/requirements.txt +++ b/files/requirements.txt @@ -2,7 +2,7 @@ php.version 5.0; #PHP extensions -php.extensions PDO, mbstring, zip, zlib, ftp, json, dom, gd, mysql; +php.extensions PDO, mbstring, zip, zlib, ftp, json, dom, gd; #PHP.ini configuration ini.safe_mode off; @@ -11,4 +11,4 @@ ini.safe_mode off; gd.version 2; #GD image type support -gd.support FreeType Support; \ No newline at end of file +gd.support FreeType Support;