This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Description
From the PECL build logs:
ext\opencensus\opencensus_core_daemonclient.c(335): error C2143: syntax error: missing '{' before '*'
That is because daemonclient is only defined on non Windows platforms (#ifndef PHP_WIN32). If the package is no longer compatible with Windows, please remove config.w32 and add a note in the changelog. Otherwise please fix the build failure.