Gert van den Buijs

Results 9 comments of Gert van den Buijs

I found latest tag has composer 2, so I can switch tags. https://github.com/wodby/php/issues/121

I need exactly the same setup. A call from my docker php container to an API behind a VPN connection. Any guidelines here for setting this up?

In this case It's the calls to `traverseNode` of PhpParser. I'm still looking for the cause in my legacy project. But there are more traverse functions in PhpParser that can...

Like i said above, I'm still looking for the cause in my legacy project. When I find it I can try to provide a way to reproduce it, in the...

After doing some more debugging. The rector rule causing the issue is "NodeRemovingPostRector". It returns "\PhpParser\NodeTraverser::REMOVE_NODE" in some cases which is supported in traverseArray but not in traverseNode. https://github.com/nikic/PHP-Parser/blob/4abdcde5f16269959a834e4e58ea0ba0938ab133/lib/PhpParser/NodeTraverser.php#L191 https://github.com/nikic/PHP-Parser/blob/4abdcde5f16269959a834e4e58ea0ba0938ab133/lib/PhpParser/NodeTraverser.php#L109...

The error should happen when you have a wrong host in your configuration file. It is indeed a language issue and $code should not be a string but it is...

wodby/php:8.1-dev-macos Thanks for looking into this!

it's the latest version, since it was a fresh install on a new laptop. He's looking for version 'msodbcsql17' it seems somehow

We are using `mcr.microsoft.com/mssql/server:2019-latest` so I guess the issue has something to do with the version. I will check if we can update to the latest version.