File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- # node-php x.x.x (not yet released)
2- * Initial release
1+ # node-php 0.0.1 (2015-10-10)
2+ * Initial release: just a basic async invocation of a PHP request,
3+ with streaming back to node.
Original file line number Diff line number Diff line change 11{
22 "name" : " php-embed" ,
33 "description" : " Bidirectional interoperability between PHP and Node.js" ,
4- "version" : " 0.0.0-git " ,
4+ "version" : " 0.0.1 " ,
55 "homepage" : " http://github.com/cscott/node-php-embed" ,
66 "author" : " C. Scott Ananian <cscott@cscott.net>" ,
77 "main" : " lib/index" ,
Original file line number Diff line number Diff line change 22#define NODE_PHP_EMBED_H
33#include < nan.h>
44
5- #define NODE_PHP_EMBED_VERSION " 0.0.0 "
5+ #define NODE_PHP_EMBED_VERSION " 0.0.1 "
66
77namespace node_php_embed {
88 class PhpRequestWorker ;
You can’t perform that action at this time.
0 commit comments