@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/docs/user/userguide/arcanist_windows.diviner
··· 96 96 - Copy `php.ini-development` to `php.ini` in that same directory. 97 97 - Open `php.ini` and locate the line `;extension=php_curl.dll`. Remove the 98 98 `;` to activate this extension. Locate the line `; extension_dir = "ext"` 99 - and change it to `; extension_dir = "C:\PHP\ext"`, where `C:\PHP` is 99 + and change it to `extension_dir = "C:\PHP\ext"`, where `C:\PHP` is 100 100 the directory where you installed PHP. 101 101 - Verify that things work by running `php -i` from your commandline and 102 102 looking for `curl` in the output.