Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 231aa63

Browse files
author
Ganesh B
committedSep 15, 2018
[Commit]: Ganesh Bhat - Adding dynamic PHP-CGI path configuration to the repo that can be instantiated from express server. Available Tests pass through. Adding docs for relevant changes.
1 parent 4f42411 commit 231aa63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ Basic permalinks are supported but the support for them can probably be improved
4343
Dependencies
4444
------------
4545

46-
* php-cgi - you need to have the interpreter installed in order to use this extension
46+
# php-cgi
47+
48+
* You need to have the interpreter installed in the system in order to use this extension.
49+
* Alternatively, You can specify the full path of locally available/uninstalled php-cgi path in order to use this extension. If not custom path not specified in express, it tries to find the system installed php-cgi executable. If still unavailable it errors out.
4750

4851
License
4952
-------

0 commit comments

Comments
 (0)