Tobias Oitzinger

Results 13 issues of Tobias Oitzinger

uniqid(): Passing null to parameter #1 ($prefix) of type string is deprecated

Reported, verified and already known from Telegram, i just opend the issue so we do not loose track. ![image](https://user-images.githubusercontent.com/42447585/162963700-7512fd0c-46dd-4cda-bb5b-0f89cfb17bd5.png) ![image](https://user-images.githubusercontent.com/42447585/162963732-f6ea51f9-9e2a-4f1a-a2d5-4761137b1bda.png) Basicly just some deprecations, should be an easy fix (PHP...

help wanted
next-release

**Describe the bug** The `UTF8::ireplace()` function does not work as it is supposed to be. **To Reproduce** Steps to reproduce the behavior: 1. `echo UTF8::str_ireplace('hellö', 'hello', 'hellö, world! hellö, all!...

bug
help wanted

**Problem** When an Exception is thrown in Code the naming is very inconsistent and does not give quit a clue where the problem is. Since Exception class can easily be...

enhancement

Except for the `unbound` service my other homebrew services are not detected. Even after restarting and rebooting. Is there a way to reload? 1. Driver (Ex: PostgreSQL 10.0): 2. DBngin...

Recently the script stopped working, i tried it with 3 different servers. Usually everything was blocked correctly. But now it does not seem to block anything anymore. I verified the...

Would it be possible to change the setter functions in the `RegistrationOptions` to return `self` instead of `void`? This would make it possible to be able to chain those and...

enhancement

Getting ready for php8.3. Some Stuff to do: - Update koseven docker to php 8.3 for unittest ci - Fix failed tests (1) - move away from internations/http-mock

next-release

**Description** While running into performance issues on my machine with requests taking up to seconds, i noticed that API Platform decides between 2 cache methods (array/file) based on the APP_DEBUG...

add support for http authentication (for example http basic or bearer tokens) Closes: #6664 | Q | A | ------------- | --- | Branch? | main | Tickets | #6664...

enhancement