php-src/ext/gmp
Nikita Popov c793885b76 Fixed bug #74670
Validate that "C" serialization payload is followed by "}" prior to
calling the unserialize() handler. This mitigates issues caused by
unserialize() not correctly handling strings that are not NUL
terminated. Making sure that there is a "}" at the end avoids the
problem.
2018-07-02 17:27:43 +02:00
..
tests Fixed bug #74670 2018-07-02 17:27:43 +02:00
bug67917.phpt Fix bug #67917 (gmp compound assignment operator leak) 2014-08-27 22:16:20 +02:00
bug74670.phpt Fixed bug #74670 2018-07-02 17:27:43 +02:00
config.m4 Fixed bug #69993 2017-01-14 14:13:15 +01:00
config.w32 opcache, intl, gmp, exif, com, bcmath to use static tsrmls 2014-10-17 15:51:21 +02:00
CREDITS
gmp.c Fix incorrect printf modifiers 2018-02-19 21:44:36 +01:00
php_gmp.h year++ 2018-01-02 12:53:31 +08:00
README
TODO

Arbitrary length number support with GNU MP library.
Please see the PGP manual for more documentation.
See also GNU MP home page at http://www.swox.com/gmp/.
GNU MP library is available under the tems of GNU LGPL 
license. Please see http://www.swox.com/gmp/lgpl.html