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 has been 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.
The text was updated successfully, but these errors were encountered:
From the PECL build logs:
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.The text was updated successfully, but these errors were encountered: