1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 13:22:42 +01:00

Improve Windows install instructions

Summary: This advice is clearer if we also tell you to remove the comment.

Test Plan: Reading adventure!

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D8325
This commit is contained in:
epriestley 2014-02-24 12:20:53 -08:00
parent a31a7809b0
commit ca851c4d85

View file

@ -96,7 +96,7 @@ instructions if you're having trouble.
- Copy `php.ini-development` to `php.ini` in that same directory. - Copy `php.ini-development` to `php.ini` in that same directory.
- Open `php.ini` and locate the line `;extension=php_curl.dll`. Remove the - Open `php.ini` and locate the line `;extension=php_curl.dll`. Remove the
`;` to activate this extension. Locate the line `; extension_dir = "ext"` `;` to activate this extension. Locate the line `; extension_dir = "ext"`
and change it to `; extension_dir = "C:\PHP\ext"`, where `C:\PHP` is and change it to `extension_dir = "C:\PHP\ext"`, where `C:\PHP` is
the directory where you installed PHP. the directory where you installed PHP.
- Verify that things work by running `php -i` from your commandline and - Verify that things work by running `php -i` from your commandline and
looking for `curl` in the output. looking for `curl` in the output.