Skip to content

Commit e58dc45

Browse files
author
Ganesh B
committed
Changes with options for ini and cgi paths
1 parent e298103 commit e58dc45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ var p = path.join("test/php");
5757

5858
// options are PHP-CGI command line options and can be found in documentation
5959
// It can also be found in readme-php-options.txt (check for update in docs)
60+
// options ignore -h and --help
6061

6162
app.use("/", php.cgi(p, { cgi_path: '/usr/bin/', options: { "-c": "/etc/php.ini" } }));
6263
app.listen(9090, '127.0.0.1');

0 commit comments

Comments
 (0)