mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
The definition of the class entries in the internal header file is not correct, since that file is included several times, and even the comment above the definition hints at com_extension.c where the actual definition is. We fix this by declaring these variables as `extern`.