From 0baedf9f1f067c953f43dcfbfb3b1adf45bc6dfb Mon Sep 17 00:00:00 2001 From: Christophe Date: Wed, 13 Apr 2016 16:47:20 +0200 Subject: [PATCH] expose php-cgi command --- php-nts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-nts.json b/php-nts.json index d6f33c3658..1113565fd1 100644 --- a/php-nts.json +++ b/php-nts.json @@ -12,7 +12,7 @@ "hash": "sha1:d85ae6f6c7ff646969b5002ad4a8737d9241c8e5" } }, - "bin": "php.exe", + "bin": ["php.exe", "php-cgi.exe"], "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { "url": "http://windows.php.net/download/",