[php-src] master: UPGRADING.INTERNALS: remove extra 's' [skip ci]
Daniel Scherzer via GitHub <[email protected]> Fri, 17 Jul 2026 17:19:37 +0000
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Daniel Scherzer (DanielEScherzer)
Committer: GitHub (web-flow)
Pusher: DanielEScherzer
Date: 2026-07-17T10:19:35-07:00
Commit: https://github.com/php/php-src/commit/74145e9cfb653469eba37b594457576a5c7a5c7f
Raw diff: https://github.com/php/php-src/commit/74145e9cfb653469eba37b594457576a5c7a5c7f.diff
UPGRADING.INTERNALS: remove extra 's' [skip ci]
Changed paths:
M UPGRADING.INTERNALS
Diff:
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index fd6d009aaffc..7b7b7c721afb 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().