php-src/ext/gmp
Nikita Popov 902d64390e Deprecate implicit dynamic properties
Writing to a proprety that hasn't been declared is deprecated,
unless the class uses the #[AllowDynamicProperties] attribute or
defines __get()/__set().

RFC: https://wiki.php.net/rfc/deprecate_dynamic_properties
2021-11-26 14:10:11 +01:00
..
tests Deprecate implicit dynamic properties 2021-11-26 14:10:11 +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.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
gmp_arginfo.h Implement __serialize() and __unserialize() on GMP 2021-11-18 11:11:52 +01:00
php_gmp.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_gmp_int.h Fix warning of strict-prototypes 2020-06-07 10:36:50 +02:00