-
When benchmarking my symfony application running in a unit docker container I encountered the following segfault after increasing limits.requests to 1000:
```
FROM --platform=linux/amd64 unit:1.30…
-
To simplify the installation of bamboo on local environment I would recommend to use SQLite instead of MySQL (like https://github.com/symfony/symfony-demo does).
This could also reduce the requiremen…
-
Hello
I don't see the module working on M2.4.3-p1.
No rules added whatever the settings are.
-
hi,
[31-Mar-2018 12:29:26 UTC] PHP Warning: PHP Startup: curl: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20131226
These options need t…
ghost updated
5 years ago
-
Hallo,
gibt es das ep3-System auch als Docker-Container?
Viele Ansätze die ich online gefunden habe, sind leider nicht funktionsfähig.
Anpassung an der Dockerfile haben nichts gebracht, ob n…
-
### Description of the bug
Today I tried to create a test for uploading certain images using [this guide](https://laravel-news.com/testing-file-uploads-with-laravel). Unfortunately, it appears that t…
-
```
What steps will reproduce the problem?
1.When editing a record with CRUD operations, I get the error "Error updating
record: 920 ORA-00920: invalid relational operator SELECT z2.* FROM ( SELECT
…
-
charless created Redmine issue ID 10069
When editing a chunk in the Manager in IE8 (native) the page starts to load, then once the left panel (resources, elements, files) starts to load the page hang…
-
### Describe the bug
Hi.
We use Firebase Admin SDK for PHP to use firebase realtime database.
$database->getReference() // this is the root reference
->update($updates);
When updating in …
-
**Description**
I'm using `php:5.6-apache` image to deploy simple Symfony website.
My Dockerfile is:
```
FROM php:5.6-apache
RUN apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get …