Closed mpociot closed 1 month ago
That's weird. But unfortunately my MacBook was returned for repair. I can only test it on Mac next week. Currently there is no such problem on Linux.
@mpociot This bug seems to exist on Homebrew's PHP as well, so perhaps track this issue upstream would be better.
Thank you for tracking this issue down! I'll create an issue on the upstream repository 👍
I noticed that there is a regression bug that happens as soon as I add
sqlsrv
to the extension list.My build command:
When running the following code with this PHP binary, you get the correct result
0
:When you add
sqlsrv
and compile a PHP binary, this code breaks and returns4
instead.