mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
b0ba368d53
On some configurations, the COMPILE_DL_FILEINFO must come from the config.h file. If the COMPILE_DL_FILEINFO macro is not set, the build won't include the ZEND_GET_MODULE block necessary for building this extension as a shared object. Closes GH-11505.