mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
49dd61906a
The PHP_ODBC_* defines are remains of the PHP 2 and 3 era where the ODBC functionality was part of the PHP core and was later moved to an extension. This moves these defines to a regular PHP configuration header (php_config.h) as done in other extensions.