From 06532b037a7eb479e5ea30e2f3ff81eae722f7f7 Mon Sep 17 00:00:00 2001 From: Brad Metcalf Date: Tue, 28 Apr 2015 11:42:43 -0500 Subject: [PATCH] Update README.md --- bin/php/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/php/README.md b/bin/php/README.md index 98e3597..f9140ea 100644 --- a/bin/php/README.md +++ b/bin/php/README.md @@ -1,5 +1,3 @@ Your PHP binaries will go here. If none are detected php-webkit will attempt to shell ```php-cgi``` in an attempt to run your application. You can additionally override the location in the ```package.json```. -You can find binaries for PHP at [PHP.net](http://php.net/) for most common platforms. The Windows distribution is simple and can be dropped in and ran with a properly configured ```php.ini```. Linux and Macs are trickier since repos and building from source put them in multiple directories. Users might find it easier to modify the packaged Linux and Mac binaries for [PHP Nightrain](https://github.com/naetech/nightrain) and get it to work without changes to the php-webkit source code. - -In the future we hope to maintain and provide compatible PHP packages. \ No newline at end of file +You can find binaries for PHP at [PHP.net](http://php.net/) for most common platforms. The Windows distribution is simple and can be dropped in and ran with a properly configured ```php.ini```. Linux and Macs are trickier since repos and building from source put them in multiple directories. Users might find it easier to modify the packaged Linux and Mac binaries for [AMPPS](http://www.ampps.com/) or [PHP Nightrain](http://www.naetech.com/php-nightrain) and get it to work without changes to the php-webkit source code.