-
Hello,
When building an image, I would like to use a .env file which is not named .env. I tried to add the env_file option in my docker-compose.yml, but it seems docker-compose won't use that file …
-
Related to #255 and #247
I stopped using registerExtension, but I think there might be one more registerExtension bug anyway, or even non-obvious bugs.
- From MSHUTDOWN_FUNCTION, the only thing…
-
- V8JsException is not guaranteed to have the method getJsFileName() defined, if it's a V8JsTimeLimitException
- The 2 subtypes of exceptions aren't documented in php.net (V8JsScriptException and V8J…
-
Hi
I am facing this issue while creating application to host in open shift.
Kindly help.
-
i did complie with v8
```
/tmp/v8js (php8) » ls -al /opt/v8/lib …
-
im using iis10 php7.2 , v8js , node and http verbs are set.
when i want to import pakg, php-cgi download it and show red box:
> Api Error
> The server returned an unknown error.
>
in browser …
-
When required script contains syntax errors, it silently skips it just like file was not included.
```
$v8 = new V8Js();
$v8->setModuleLoader(function ($path) {
…
-
One more whilst you're on a roll :)
I revisited one of the scripts that's now working. Ran it through valgrind and getting 32,000bytes lost with 100 iterations. On more complex scripts it can get pre…
-
Why is this lib so difficult to install? Why do we have to do dozens of manipulations/builds just to install this extension? Why libv8-dev and pecl install v8js are not enough!
It's crazy, there ar…
ghost updated
7 months ago
-
This class is executing some JS code in its constructor. This makes the constructor very heavy, and you don't want this to be executed on each instantiation of Twig (which happens on each request in m…