bindlib_w32 fix/patch

php.internals

Frank M. Kromann

22 years ago
Hi, stdlib.h is included in line 106 of bindlib_w32\conf\portability.h. This causes the linker to look for __pctype and __mb_cur_max. This is not a problem for the old style builds but with Wez' new build system it causes a linking problem. Removing line 106 form this file solves the problem and as far as I can tell it does not cause any other problems. - Frank