summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-13 14:17:28 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-13 14:17:28 +0200
commit37c329d7153b65fd2430fa42e8af8e8a0cbc0a41 (patch)
tree7041c722228f74286b96c50fc834652f0c29156f /UPGRADING.INTERNALS
parent6c2c7dabee006fa735307d92bb223a1fa3d47414 (diff)
downloadphp-git-37c329d7153b65fd2430fa42e8af8e8a0cbc0a41.tar.gz
Trim trailing whitespace in source code files
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS8
1 files changed, 4 insertions, 4 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 0fadae3818..505b3686aa 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -66,11 +66,11 @@ PHP 7.4 INTERNALS UPGRADE NOTES
The handler returns a non-null HashTable with increased refcounted, and
the return value must be released using zend_release_properties().
-
+
This handler serves the same general function as get_properties(), but
provides more control over different property uses, while also making
it possible to return a temporary property table.
-
+
get_properties() is still used in cases where none of the above purposes
apply, but overloading get_properties() is generally discouraged. If you
want to provide purposes for general usage rather than just debugging or
@@ -103,7 +103,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
========================
a. Abstract
- - The hash extension is now always available, meaning the --enable-hash
+ - The hash extension is now always available, meaning the --enable-hash
configure argument has been removed.
b. Unix build system changes
@@ -124,5 +124,5 @@ PHP 7.4 INTERNALS UPGRADE NOTES
functions and structures are private to the extension now.
b. ext/hash
- - The hash extension is now always available, allowing extensions to rely
+ - The hash extension is now always available, allowing extensions to rely
on its functionality to be available without compile time checks.