You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix #81331: compile errors ibm_db2.c v2.1.3 on Windows
As of PHP 7.4.0, the fallback definition of `ulong` has been removed
from php-src[1]. This is usually not an issue on POSIX systems where
`ulong` is pre-defined, but on Windows and some macOS environments,
where it is not.
We simply replace `ulong` with `unsigned long` for best compatibility.
[1] <php/php-src#3905>
0 commit comments