Petr Levtonov

Results 47 comments of Petr Levtonov

`composer require monolog/monolog:"dev-fclose3"` gives me, any quick idea how to resolve it? ``` Problem 1 - Root composer.json requires monolog/monolog dev-fclose3, found monolog/monolog[dev-fclose3] but these were not loaded, likely because...

Worked, running it now on our test system. This might take some time to validate. So I guess in a few days I will let you know if the issue...

Instead of closing the file after each log, could we do that on shutdown? Like registering a shutdown function or so to close the resources. Or if its during a...

🤔 Ok,let's see where the patch leads us. We are going to deploy this change further into production next week and monitor it there. Unfortunately it's hard to reproduce reliably,...

@antondkv could you provide a pull request so the maintainers can prio this? Its causing a lot of errors lately. Would be nice if a fix is getting released asap.

Any update on this? Running into the same issue. Especially noticeable when the server has a timeout set (closing idle connections), phpredis gets stuck on any command after the idle...

> Glad this thread exists! This was our problem exactly! > > We're using DigitalOcean-managed Redis, php7.4.3, and Ubuntu 20.04.3. > > Switching the connection string from using `tls://` to...

Really amazing results here. I smell that we might be able to push this through that it is getting fixed on the stream wrapper level. https://bugs.php.net/bug.php?id=79501 This is the php...

Besides that further optimizations are: Do a simple string cutoff if you roundDown a positive number or roundUp a negative number.

> @TheLevti, after looking at the [BC::roundDown](https://github.com/krowinski/bcmath-extended/blob/master/src/BCMathExtended/BC.php#L665) method, its approach is more complicated than other cases you mention. > > The approach are about the `BC::roundDown` method is as follows:...