You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
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.