We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1fc79 commit 6a3feb4Copy full SHA for 6a3feb4
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# php-embed x.x.x (not yet released)
2
+* Add synchronous PHP access to JavaScript variables, functions, and
3
+ methods.
4
+* Wrap JavaScript Buffer objects so they can be passed from PHP to JS.
5
+ This allows us to avoid decoding/re-encoding UTF-8 when we stream
6
+ data back from PHP.
7
+* Node >= 2.4.0 is now required, due to use of C++11 features and
8
+ v8's `NativeWeakMap`.
9
10
# php-embed 0.0.1 (2015-10-10)
11
* Initial release: just a basic async invocation of a PHP request,
0 commit comments