We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c572f54 commit babf643Copy full SHA for babf643
win32/build/config.w32
@@ -356,7 +356,7 @@ if (PHP_SECURITY_FLAGS == "yes") {
356
}
357
358
ARG_WITH("uncritical-warn-choke", "Disable some uncritical warnings", "yes");
359
-ARG_ENABLE("sanitizer", "Enable ASan and UBSan extensions", "no");
+ARG_ENABLE("sanitizer", "Enable ASan (and UBSan) extensions", "no");
360
if (VS_TOOLSET) {
361
if (PHP_SANITIZER == "yes") {
362
if (COMPILER_NUMERIC_VERSION < 1929) {
0 commit comments