Tobias Trozowski

Results 10 issues of Tobias Trozowski

latest build https://github.com/codecasts/php-alpine/actions/runs/1714884683 did not succeed due to a curl error "Could not resolve host: [www.abisource.com](http://www.abisource.com/)" (see https://github.com/codecasts/php-alpine/actions/runs/1714884683).

added ext-ds to php 8.0 versions

added ext-ast to php 8.0 versions

added ext-amqp to php 8.0 versions

| Q                       | A | ------------------------ | --- | Fixed Issues? | | Patch: Bug Fix? | | Major: Breaking Change? | Yes | Minor: New Feature? | Yes **Breaking...

tag: new feature :rocket:
tag: breaking change 💥

Composer is unable to resolve packages mirrored by generated Satis repository. Installation works as expected without satis-repository in composer.json or if repository is built without `"providers": true` option. Reproduction steps:...

feature
bug

## Description I recently switched our images to PHP 8.3 and noticed that a wrong PHP version was installed on `webdevops/php-nginx-dev:8.3-alpine` ## Steps to Reproduce: `docker run --rm -it webdevops/php-nginx-dev:8.3-alpine...

added missing psr12 documentation xml files with code comparisons

Type: documentation
Standard: PSR12

fixed "Argument #1 ($socket) must be of type resource, bool given". whenever a stream could not be created the property was still passed to `stream_socket_sendto` which causes an type error...

- [x] Are you fixing a bug? - [x] Detail how the bug is invoked currently. - [x] Detail the original, incorrect behavior. - [x] Detail the new, expected behavior....