File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # php-embed x.x.x (not yet released )
1+ # php-embed 0.5.3 (2015-11-04 )
22* Add and enable Opcache extension for opcode caching (performance).
33* Add and enable Intl extension (fast internationalization support).
44* Add and enable APCu extension for object caching (performance).
Original file line number Diff line number Diff line change 11{
22 "name" : " php-embed" ,
33 "description" : " Bidirectional interoperability between PHP and Node.js in a single process" ,
4- "version" : " 0.5.2-git " ,
4+ "version" : " 0.5.3 " ,
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 77#define NODE_PHP_EMBED_NODE_PHP_EMBED_H_
88
99// This should match the version declared in package.json.
10- #define NODE_PHP_EMBED_VERSION " 0.5.2-git "
10+ #define NODE_PHP_EMBED_VERSION " 0.5.3 "
1111
1212extern " C" {
1313#include " TSRM/TSRM.h"
You can’t perform that action at this time.
0 commit comments