PHP detection, removed PHP binaries, added bin dir
This commit is contained in:
parent
db1a6b4792
commit
ad09c01c2d
79 changed files with 29 additions and 17315 deletions
5
bin/php/README.md
Normal file
5
bin/php/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue