-
I was able to drill it down to this line: https://github.com/prooph/pdo-event-store/blob/8f8c3621a8dacd5fc9ee8299e42dc552188b0ea4/src/PersistenceStrategy/PostgresAggregateStreamStrategy.php#L104
##…
-
It would be great when the env `COMPOSER_VERSION` [here](https://github.com/prooph/docker-files/blob/838a85c6ee3361ec6e59ddc8917da18ac2663227/composer/inc/composer2.m4#L3), is changed to be an `ARG` s…
-
**Description**
(This discussion is following https://github.com/symfony/symfony/pull/29167)
Single handler strategy is common when using a command bus (as a command should be handled by one and…
-
I want to use this package with `Laravel 8` (and `PHP 7.4`), but it's incompatible.
When I enter this command on the root path of the Laravel project:
```bash
composer require prooph/event-store-…
-
I use this `docker-compose.yml` file to run services:
```yaml
version: '3.5'
services:
## --------------------------------------------
## | 1: APP Web Server Php7 and required Extensi…
-
There was a file on https://github.com/swoole/library/blob/master/src/Swoole/Driver/Amp.php that was supposed to be the Driver for Amp. It is no longer there. Any idea of where it got moved to?
-
Since prooph service bus is deprecated we are using the symfony messenger. In order to couple it we copied the publisher from the original bridge but inject the symfony bus:
* https://github.com/pr…
-
**What version of protobuf and what language are you using?**
Version: v3.15.6
Language: PHP
**What operating system (Linux, Windows, ...) and version?**
Alpine 3.13.3
**What runtime / co…
-
Since PHP 8, `substr()` returns an empty string where it previously returned false (see https://www.php.net/manual/en/function.substr.php)
Solution that works for both PHP 7 and PHP 8 would be to c…
-
My project has been suffering from occasional segmentation faults on exit for a while. Recently we finally managed to reproduce the issue with debug PHP and the stacktrace hinted that it's not a PHP i…