Commit 74145e9cfb6 for php.net
commit 74145e9cfb653469eba37b594457576a5c7a5c7f
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date: Fri Jul 17 10:19:35 2026 -0700
UPGRADING.INTERNALS: remove extra 's' [skip ci]
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index fd6d009aaff..7b7b7c721af 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -129,7 +129,7 @@ PHP 8.6 INTERNALS UPGRADE NOTES
zend_reflection_property_set_raw_value() to expose the functionality of
ReflectionProperty::setRawValueWithoutLazyInitialization() and
ReflectionProperty::setRawValue() to C extensions.
- . zend_argument_error_variadic() now takes a new 'function' parameters.
+ . zend_argument_error_variadic() now takes a new 'function' parameter.
. Added zend_argument_error_ex(), zend_argument_type_error_ex(),
zend_argument_value_error_ex().
. Added zend_ast_dup().