summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2013-06-17 18:27:22 +0200
committerNikita Popov <nikic@php.net>2013-06-17 18:27:22 +0200
commitca660c2f778da0bc2e24295eba674351d407a854 (patch)
tree71bede4ede6dca1ad137435b046c811a1bbb8873 /UPGRADING
parent7713b8c2ac2d8fbacaf897ff0c0a202a7b7abf49 (diff)
downloadphp-git-ca660c2f778da0bc2e24295eba674351d407a854.tar.gz
Update NEWS, UPGRADING and UPGRADING.INTERNALS
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 09218cca5f..e78e46d1d3 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -63,6 +63,11 @@ PHP X.Y UPGRADE NOTES
8. Other Changes to Extensions
========================================
+- GMP:
+ The GMP extension now uses objects as the underlying data structure, rather
+ than resources. GMP instances now support dumping, serialization, cloning,
+ casts to primitive types and have overloaded operators.
+ (RFC: https://wiki.php.net/rfc/operator_overloading_gmp)
========================================
9. New Global Constants