diff options
author | Nikita Popov <nikic@php.net> | 2013-06-17 18:27:22 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2013-06-17 18:27:22 +0200 |
commit | ca660c2f778da0bc2e24295eba674351d407a854 (patch) | |
tree | 71bede4ede6dca1ad137435b046c811a1bbb8873 /UPGRADING | |
parent | 7713b8c2ac2d8fbacaf897ff0c0a202a7b7abf49 (diff) | |
download | php-git-ca660c2f778da0bc2e24295eba674351d407a854.tar.gz |
Update NEWS, UPGRADING and UPGRADING.INTERNALS
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |