소스 검색

add warning on php methods vs. snapshots

Stefan Siegl 7 년 전
부모
커밋
d905f5f271
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -394,6 +394,9 @@ If you need to create a new V8Js instance, simply pass the snapshot as 5th argum
     echo $jscript->executeString('fibonacci(43)') . "\n";
 ```
 
+Keep in mind, that the code to be included in the snapshot may not directly call any of the functions exported
+from PHP, since they are added right *after* the snapshot code is run.
+
 Exceptions
 ==========