summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@gmail.com>2020-06-15 21:32:01 +0200
committerFabien Villepinte <fabien.villepinte@gmail.com>2020-06-15 21:32:01 +0200
commit293a0e797c305f686ace750751d942898c7dd78b (patch)
tree424e1a03b42dd25e1a150a4588700b098d1f6d0b /UPGRADING.INTERNALS
parentf04f7c39958ef5bf925ea1a757b7eff1e53c5a70 (diff)
downloadphp-git-293a0e797c305f686ace750751d942898c7dd78b.tar.gz
Fix typo
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS6
1 files changed, 3 insertions, 3 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 8213b17ff8..9c43c42377 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -17,7 +17,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES
n. zend_hash_sort compare function signature change
o. cast_object() object handler is now required
p. ARG_COUNT() macro removed
- r. GC_COLLECTABLE flag
+ q. GC_COLLECTABLE flag
2. Build system changes
a. Abstract
@@ -118,8 +118,8 @@ PHP 8.0 INTERNALS UPGRADE NOTES
p. The ARG_COUNT() macro has been removed use ZEND_NUM_ARGS() instead.
- r. GC_COLLECTABLE flag was inverted into GC_NOT_COLLECTABLE.
- Assignments to GC_TYPE_INFO() maight need to be changed to properly
+ q. GC_COLLECTABLE flag was inverted into GC_NOT_COLLECTABLE.
+ Assignments to GC_TYPE_INFO() might need to be changed to properly
set the value of the GC_NOT_COLLECTABLE flag.
========================