Skip to content

Commit 606eb5a

Browse files
committed
Mention limitted snapshot availibility in README.md
1 parent 8e3e0c9 commit 606eb5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class V8Js
6363

6464
/**
6565
* Initializes and starts V8 engine and returns new V8Js object with it's own V8 context.
66+
* Snapshots are supported by V8 4.3.7 and higher.
6667
* @param string $object_name
6768
* @param array $variables
6869
* @param array $extensions
@@ -178,6 +179,8 @@ class V8Js
178179

179180
/**
180181
* Creates a custom V8 heap snapshot with the provided JavaScript source embedded.
182+
* Snapshots are supported by V8 4.3.7 and higher. For older versions of V8 this
183+
* extension doesn't provide this method.
181184
* @param string $embed_source
182185
* @return string|false
183186
*/

0 commit comments

Comments
 (0)