mirror of
https://github.com/php/php-src.git
synced 2026-04-02 21:52:36 +02:00
`ADD_EXTENSION_DEP()` relies on the `PHP_<extname>` config variables to be set to `"yes"`, and since the standard and date extension are always enabled, we define the respective variables uncoditionally. Closes GH-6383.