Summary
Binary downloads bundle many OSS libraries without accompanying licenses
Details
I just had a look at one of the binary downloads offered on php.net: https://downloads.php.net/~windows/releases/archives/php-8.5.6-Win32-vs17-x64.zip
This archive contains DLLs like libzstd.dll and other OSS libraries like libxml2 compiled into php8ts.dll. Unfortunately, I couldn't find a copy of the license files accompanying these libraries. Most of them are permissively licensed but this still requires to include the respective license with copies of the software. As it stands, you seem to be distributing many copyrighted works without permission.
Additional context
No response
Summary
Binary downloads bundle many OSS libraries without accompanying licenses
Details
I just had a look at one of the binary downloads offered on php.net: https://downloads.php.net/~windows/releases/archives/php-8.5.6-Win32-vs17-x64.zip
This archive contains DLLs like libzstd.dll and other OSS libraries like libxml2 compiled into php8ts.dll. Unfortunately, I couldn't find a copy of the license files accompanying these libraries. Most of them are permissively licensed but this still requires to include the respective license with copies of the software. As it stands, you seem to be distributing many copyrighted works without permission.
Additional context
No response