mirror of
https://github.com/php/php-src.git
synced 2026-04-01 05:02:27 +02:00
Follow-up of GH-15344 (687eb9125a)
This removes the customized error messages in PDO extensions when PDO is
not enabled (--disable-all or --disable-pdo) in favor of the default
error done by PHP_ADD_EXTENSION_DEP.