mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
7d927075ea
The 3rd argument of the PHP_NEW_EXTENSION can be "shared" or "yes" to mark the extension as shared, or anything else to mark that extension as not shared. This syncs the argument values across the build system to be "no" as in other always-enabled extensions.