Markus Staab

Results 1257 comments of Markus Staab

Another case which should be tested: https://github.com/phpstan/phpstan/issues/11100

@zonuexe any plans to move this forward?

I don't want to put pressure on you. It was not clear to me whether you stopped working on it or not. I am totally fine if this takes a...

I have never seen such a error before. Could you share a reproducer? Does the error go away when removing phpstan-dba from your project?

Thanks for the report. Is the problem reproducible in a minimal repo or similat?

which phpstan-dba config options do you use? maybe you can use tideways to look into where most memory consumption happens, so we can get an idea where all the memory...

Thanks for looking into it. I guess its the same problem as https://phpstan.org/blog/preprocessing-ast-for-custom-rules

could you please try whether https://github.com/staabm/phpstan-dba/pull/670 at least helps a bit to reduce your pain?

and please also try https://github.com/staabm/phpstan-dba/pull/671 at best also give your project a try with both PRs applied at the same time, so we know about the impact of each in...

Could you have a look into a memory profile to see which objects leak?