File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Written primarily in OOP style PHP with the intent of better understanding OOP a
4646
4747## Server Setup
4848
49- As of v1.0.0-beta.1 PHP >= 8.0 is not supported .
49+ v1.0.0-beta.1 is supported and tested in PHP 7.4, 8.0 and 8.1 .
5050
5151Please refer to [ XAMPP] ( https://www.apachefriends.org/index.html ) for the web server, PHP server and MySQL server configuration.
5252XAMPP is the simplest method as several servers are required to use Doogle.
@@ -57,6 +57,12 @@ Once logged into the database via PHPMyAdmin under the **PHPMyAdmin > SQL** tab,
5757
5858<img width =" 960 " alt =" Image1-PHPMyAdmin " src =" https://user-images.githubusercontent.com/10171446/165310962-7ec771d2-50a0-4117-87f8-60373f694e55.png " >
5959
60+ ## PHP Dependencies
61+
62+ mysql
63+ pdo_mysql
64+
65+
6066### SQL User Creation
6167
6268Amend the password _ PASSWORD_HERE_ using a strong [ random password] ( https://passwordsgenerator.net/ ) .
You can’t perform that action at this time.
0 commit comments