From 9d936669e8fa2387cbee5096b5ca46a11c8d7665 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 4 Feb 2019 11:53:21 +0100 Subject: fixed typo in UPGRADING.INTERNALS --- UPGRADING.INTERNALS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 512fa3f5c4..7dea050f66 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -15,7 +15,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES ======================== a. Object Handlers API and some related functions, e.g. zend_call_method() and - zend_objects_clone_obj() were changed to recieve zend_object* instead of + zend_objects_clone_obj() were changed to receive zend_object* instead of zval* and zend_string* instead of zval* for property names. -- cgit v1.2.1