mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
c14bc7b10f
On Windows, phpize happily builds configure even if there is no config.w32, but running configure then error with "Must be run from the root of the extension source". This is confusing. We bring phpize's behavior on par with POSIX systems, where the missing config.m4 is detected and reported right away.