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
build: patch PHP 8.5 to disable preserve_none under ASan
preserve_none + -fsanitize=address crashes clang 19+ on x86-64
(llvm/llvm-project#95928). Apply a patch at source-tree build time
that guards ZEND_PRESERVE_NONE with __has_feature(address_sanitizer),
following the fix pattern from llvm-project commit 996157c.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments