mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() phpize builds on Windows ignore the paths of extension sources, and build all object files in the same folder. This can't work if there are multiple source files with the same base name stored in separate folders and registered as such (e.g. cls/worker.c and src/worker.c). While extension authors can work around by avoiding duplicate base names, they may not even be aware of the problem because on POSIX systems, the object files are usually placed right besides the sources. Thus we take the relative path (from `configure_module_dirname`) of the source files into account even for phpize builds. Since this may break some extension builds (especially those which use Makefile fragments), we do not apply this fix to stable branches. Closes GH-17016. |
||
---|---|---|
.. | ||
buildconf.js | ||
config.w32 | ||
config.w32.h.in | ||
config.w32.phpize.in | ||
configure.bat | ||
configure.tail | ||
confutils.js | ||
cppcheck.cfg | ||
cppcheck_suppress.txt | ||
cppcheck_x64.cfg | ||
cppcheck_x86.cfg | ||
default.manifest | ||
deplister.c | ||
Makefile | ||
Makefile.phpize | ||
mkdist.php | ||
mkico.bat | ||
mkico.sh | ||
php-classic.svg | ||
php.ico | ||
php.svg | ||
phpize.bat | ||
phpize.js.in | ||
registersyslog.php | ||
template.rc | ||
wsyslog.mc |