node-phpfpm
node-phpfpm copied to clipboard
node.js run php scripts via phpfpm
Results
3
node-phpfpm issues
Sort by
recently updated
recently updated
newest added
I'm trying to execute this code. ` var PHPFPM = require('node-phpfpm'); var phpfpm = new PHPFPM( { host: '127.0.0.1', port: 9000, documentRoot: "." }); phpfpm.run('index.php', function(err, output, phpErrors) { if...
Hello, for my need i had headers return in callback function if you are interested too.
Is it possible to forward other headers to PHP, "cookie" for example ?