-
You mention that cleanup is expensive. What if you used a built-in PHP approach, such as WeakMap array or one of the Ds containers?
WeakMap would set the minimum to PHP 8, but that's becoming stand…
-
- Jitamin Version: #.#.#
- PHP Version:
- Database Driver & Version:
### Description:
`Fatal error: Uncaught Error: Class 'SimpleLogger\Logger' not found in C:\nginx-1.20.2\html\jitamin\app\Prov…
-
Do we need an additional container just for composer? I have several extensions I am installing in my php container, which should also be installed in the composer container. I personally am going to …
-
**Setup information**
docker-compose.yml
> services:
> swag:
> image: lscr.io/linuxserver/swag
> container_name: swag
> cap_add:
> - NET_ADMIN
> environment:
> …
-
These pages have empty container elements. Is that something development needs to remove, or can the author do this in the form?
https://guides.library.stanford.edu/c.php?g=1311993&p=9812201
https…
-
**Describe your environment**
PHP 8.3.12, open-telemetry/api 1.1.0, open-telemetry/context 1.1.0, open-telemetry/exporter-otlp 1.1.0, open-telemetry/sdk 1.1.0, open-telemetry/sem-conv 1.27.1
PHP ru…
-
### Is there an existing issue for this?
- [ ] I have searched the existing issues
### Current Behavior
The API has returned an error:
```Typesense\Exceptions\ObjectNotFound```
Status code: ```0…
-
### What are you trying to achieve?
Execute functional tests.
### What do you get instead?
Error:
```
TypeError: mysqli::real_connect(): Argument #5 ($port) must be of type ?int, string g…
-
Logic issues with the following
https://github.com/sclorg/s2i-php-container/blob/master/8.1/s2i/bin/run#L59-L68
```shell
if [ "x$PLATFORM" == "xel9" ] || [ "x$PLATFORM" == "xfedora" ]; then
…
-
### Bug description
I always get an error "Database connection [tenant] not configured." on an event that implements Shouldbroadcast.
This error was introduced since upgrading to 3.8.5 - downgrading…