From 798dcc4b6eda21d3f1953f8fc7b3472edd7ad7af Mon Sep 17 00:00:00 2001 From: Cekis Date: Tue, 29 Jan 2019 17:05:03 -0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f5a3696..1871a8b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # web-data Repository for semi-useful PHP SQL queries you can use to extract useful information from the SWG Oracle database +## Requirements +###All +- PHP 7.0+ +###Windows Only +- php_pdo_oci.dll (a PHP PDO Oracle library for Windows compatible with PHP 7.0+) +####Notes: +This installation was done on Windows. If you are running your web server on some other platform (i.e. Linux distros) then you +will likely need a different PHP PDO Oracle library than the Windows version. + ## Installation ### Settings To use these scripts on your own site, you'll need to make sure the settings.json file has your specific information set in it.