Gabriel Ostrolucký

Results 169 comments of Gabriel Ostrolucký

Meanwhile, this might help you for creating proxies https://github.com/snc/SncRedisBundle/pull/636/files#diff-84726d4a814078275f7f0ec03fb3b76f95708e7600975ac84bcffdf77283102fR250

I don't think so, we are interested in default value, so that proxy is able to pass it as default value, not constant name. However, neither works ``` >>> (new...

``` ✔ /vagrant/fe-bl-service [develop ↓·2|✚ 2…6⚑ 2] 16:29 $ php -r "var_dump((new ReflectionClass('Redis'))->getMethod('multi')->getParameters()[0]->getDefaultValue());" PHP Fatal error: Uncaught ReflectionException: Internal error: Failed to retrieve the default value in Command line code:1...

Looks like this was indeed somehow solved in develop This reproduces issue: ``` ➜ repro ls -ls total 8 8 -rw-r--r-- 1 gabriel.ostrolucky OFFICE\Domänen-Benutzer 187 Dec 16 22:33 Dockerfile ➜...

5.3.5 was released since then, but somehow doesn't fix the issue. Any idea why @yatsukhnenko this bug is in pecl version but not when compiled manually?

OP probably looks at it from POV of normalization only and is forgetting about denormalization.

I've did some debugging today on this topic and here are my findings: - Response body was actually recorded, but user has to toggle plugin stack, that's where they can...

ProfilePlugin can do it perhaps, or Collector. ProfileClient not, because it is not activated in this case.