php-src/ext/gmp
Nikita Popov 17ceed9ae7 Implement __serialize() and __unserialize() on GMP
GMP directly implements internal serialize/unserialize handlers
rather than going through the Serializable interface, so it ended
up being missed when adding the new __serialize()/__unserialize()
methods to other classes.

The serialization format is similar to before, but uses hex instead
of decimal encoding and omits the members if not used (which should
be almost always).
2021-11-18 11:11:52 +01:00
..
tests Implement __serialize() and __unserialize() on GMP 2021-11-18 11:11:52 +01:00
config.m4 Fixed bug #78574 (broken shared build) 2019-09-20 13:30:13 +02:00
config.w32 Remove unused defines 2019-07-18 02:21:39 +02:00
CREDITS
gmp_arginfo.h Implement __serialize() and __unserialize() on GMP 2021-11-18 11:11:52 +01:00
gmp.c Implement __serialize() and __unserialize() on GMP 2021-11-18 11:11:52 +01:00
gmp.stub.php Implement __serialize() and __unserialize() on GMP 2021-11-18 11:11:52 +01:00
php_gmp_int.h Fix warning of strict-prototypes 2020-06-07 10:36:50 +02:00
php_gmp.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00