Started work on experimental PHP driver

main
ElbertF 12 years ago
parent ffc9ec15be
commit ae8c3d321f

@ -2,6 +2,4 @@
$v8 = new V8Js(); $v8 = new V8Js();
var_dump($v8->executeString(' var_dump($v8->executeString('print("Hello, world!");'));
print("x");
'));

@ -1,5 +0,0 @@
<?php
$v8 = new V8Js();
var_dump($v8->executeString('print("Hello, world!");'));