-
## Expected Behavior
1. There is a way to disable this completely. (see https://github.com/paketo-buildpacks/composer/issues/27#issuecomment-1235314530)
2. A `composer install` already checks plat…
till updated
4 months ago
-
### Description
Running the following code works fine, as long as the content of the “MyLongText” database field is not longer than 2048 characters. The command var_dump($row); returns “string(2048)…
-
### What happened?
We are considering moving our Laravel 10 apps running in k8s to Frankenphp. We run separate pods for the app, a queue worker, and a scheduler. I managed to get the app working with…
-
### What happened?
Hello,
I use docker , i wanted to try frankenPHP with my app symfony 5.4.x
```
FROM dunglas/frankenphp
ENV FRANKENPHP_CONFIG="worker ./public/index.php"
ENV APP_RUNTIM…
-
Hello there,
why do you use, the "-dev" packages in the container it's OK to use it when you are developping the app, so on a dev branch for exemple, but on master you should use the non dev to hav…
-
It failed at install dependencies, no matter which version of Ubuntu you're using, as a fresh install it will end into an error.
It doesn't work with NGINX neither Apache2
LOGS:
```
Adding ondre…
-
Hey,
I tried to install ps in a Dockerfile, but got this error:
```
19.38 running: /tmp/pear/temp/ps/configure --with-php-config=/usr/local/bin/php-config --with-ps=
19.44 checking for grep t…
-
```
What steps will reproduce the problem?
1. Login as admin or any user with privileges
2. Go to password top menu
3. select any folder
4. select any item
5. the system showme a ajax-loader_2.gif and…
-
Alpine linux uses a smaller libc than ubuntu and redhat and produces really small docker images. There are [official php docker images on docker hub](https://hub.docker.com/_/php/) that use this. One …
-
* after working aroud https://github.com/Limenius/ReactBundle/issues/29
i "solved" the prob by removing the \V8Js::createSnapshot($code);
> by just remplacing the createContext function in 2.0.0…