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:
parent
a31a7809b0
commit
ca851c4d85
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue