[php-src] master: Correct typo in UPGRADING [skip ci] (#18584)

From: Date: Sun, 18 May 2025 02:32:04 +0000
Subject: [php-src] master: Correct typo in UPGRADING [skip ci] (#18584)
Groups: php.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Author: Chris Brown (drbyte)
Committer: GitHub (web-flow)
Pusher: DanielEScherzer
Date: 2025-05-17T19:20:56-07:00

Commit: https://github.com/php/php-src/commit/49a60ec08466db096a8b4ba3234d6587761fae71
Raw diff: https://github.com/php/php-src/commit/49a60ec08466db096a8b4ba3234d6587761fae71.diff

Correct typo in UPGRADING [skip ci] (#18584)

--enable-sanitzer -> --enable-sanitizer

Changed paths:
  M  UPGRADING


Diff:

diff --git a/UPGRADING b/UPGRADING
index 6000c237f85d..c032c621edda 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -463,7 +463,7 @@ PHP 8.5 UPGRADE NOTES
   worked for in-tree builds); some extension builds (especially when using
   Makefile.frag.w32) may need adjustments.
 
-* --enable-sanitzer is now supported for MSVC builds.  This enables ASan and
+* --enable-sanitizer is now supported for MSVC builds.  This enables ASan and
   debug assertions, and is supported as of MSVC 16.10 and Windows 10.
 
 * The --with-uncritical-warn-choke configuration option for clang builds is


Thread (1 message)

  • Chris Brown via GitHub
« previous php.cvs (#134141) next »