-
Notifications
You must be signed in to change notification settings - Fork 51
Installation
DrDelay edited this page Aug 18, 2016
·
1 revision
Inspired by #112.
- You need a 64bit processor architecture aswell as a 64bit Windows-installation
- You need a 64bit version of PHP. You'll need >= PHP7 since the PHP5 64bit builds are experimental and not working on windows (see "Setup PHP")
Unfortunately, I could not get it to work with XAMPP.
- Download a 64bit PHP7 build from windows.php.net, unpack it and add it to your path
- Enable the extensions
php_mbstring.dll
andphp_openssl.dll
(setextension_dir = "ext"
first)
TODO
- Follow the instructions in the README