From 90b829d29758e18f3ef7fb85bf66290509e6c8bf Mon Sep 17 00:00:00 2001 From: Brad Metcalf Date: Tue, 28 Apr 2015 11:40:53 -0500 Subject: [PATCH] Updated details of using PHP binaries --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 34c81aa..f9664d9 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,7 @@ You can create a PHP desktop app by going to [NW.js](http://nwjs.io/), downloadi ## Multiple Platforms -Although it may need a little additonal work you can make a PHP desktop application for Windows, Linux, and OSX. Currently the binaries for PHP are version 5.6 32-bit thread safe binaries for Windows. But you can switch it out with a different version/platform found at [PHP.net](http://php.net/) or elsewhere. Linux and OSX versions have a slightly different file structure and so far a packaging scheme has not been decided so you will need to come up with your own. Have suggestions? Do feel free to share. - -(I have not tested it on any ARM based builds of NW.js but I don't see why it couldn't work.) +Although it may need a little additonal work you can make a PHP desktop application for Windows, Linux, and OSX. You can use the PHP binaries found at [PHP.net](http://php.net/) or elsewhere. Windows binaries will work once you drop them in the PHP directory. Linux and OSX versions have a slightly different file structure which make packaging a bit harder. But users have been able to use binaries included with [AMPPS](http://www.ampps.com/) and [PHP Nightrain](http://www.naetech.com/php-nightrain) with little to no extra modification. ## Optional PHP Packaging