mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
A recurring pattern in old extension: Putting the whole source code behind HAVE_EXTNAME. This is pointless, as the code is only compiled if the extension is enabled. This removes a couple of them, but not all.