Daniel Ruf

Results 910 comments of Daniel Ruf

@staabm I'm not sure if people tried the reproducible examples from my initial comment using the PHAR for PHPUnit 9 and 10. Do these examples lead to different results for...

Per https://github.com/sebastianbergmann/phpunit/issues/6121#issuecomment-2642287704 > It's common and not wrong (maybe not clean) in end-to-end tests. **It used to work and I do not know why it no longer does. I would...

> I don't say its wrong to use headers_sent() in tests, but the original example does not contain any code which sends headers, therefore I don't see why it should...

Just some additional thought, can we set also pnpm or yarn instead of npm or would we have to create our own wrapper for this? Just asking because I'm not...

I've tried to reproduce it (on Windows and Linux). OS: Windows PHP 8.3.20 sqlsrv 5.12.0 Result: 0 ![Image](https://github.com/user-attachments/assets/f2e64b5e-1d4a-497e-b7bb-e24d3724ab17) OS: Linux PHP 8.3.21 sqlsrv 5.12.0 Result: 0 ![Image](https://github.com/user-attachments/assets/76b58273-6b91-4635-ad5c-b0097a6d8f5c)

Hm, I can not even reproduce it on PHP 8.3.17 with sqlsrv 5.12.0. Am I missing a crucial step?

Not much progress with this. Anyways, thank you for providing the reproducible example setup. See https://github.com/beyondcode/herd-community/issues/1282#issuecomment-3169132990 for more details. If this is a regression, which exact setups did still work?...

Interesting, so this is not new and not really a regression then. Upon further checking, `echo "$LC_ALL"` on MacOS returns `en_US.UTF-8`, on Ubuntu it is not set. https://github.com/DanielRuf/msphpsql-issue/actions/runs/16867790479/job/47777102177 Maybe it...

My tests assume, that it is solely a MacOS issue with cyrillic / multibyte and the relevant PHP function(s). At least without any MSSQL extension loaded the issue persists in...

Unfortunately I can not check that in detail anymore. So I'll close this issue.