Closed remicollet closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.63%. Comparing base (
5187cc0
) to head (0adff49
). Report is 12 commits behind head on dev.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@remicollet Can you resolve this conflicts ?
Rebased
Notice: without this change, the build will be broken on RHEL and clones when using alternative GCC versions (gcc-toolset) which may need additional static libraries only added when invoked as cxx (so libstdc++ is not enough)
Fix
PHP_NEW_EXTENSION
to use C++ linker, so there is no need to addlibstdc++
which is present by default with cxx command.