php-src/ext/gmp
Dmitry Stogov da781a5ac2 Allow internal functions to return values by reference (this was disabled in implementation of DO_ICALL, but enabled in DO_FCALL).
However, don't require internal functions returning by reference to return a reference.
Mark unserialize() as returning by reference and remove unwrap_reference hack, to allow proper returning of self referenced arrays using a reference.
Currently unserialize() is the only internal function that may return a reference.
2017-10-17 11:50:34 +03:00
..
tests Allow internal functions to return values by reference (this was disabled in implementation of DO_ICALL, but enabled in DO_FCALL). 2017-10-17 11:50:34 +03:00
config.m4 Make GMP more usable by third-party extensions. 2017-10-09 13:23:10 -04:00
config.w32 Make GMP more usable by third-party extensions. 2017-10-09 13:23:10 -04:00
CREDITS
gmp.c Make GMP more usable by third-party extensions. 2017-10-09 13:23:10 -04:00
php_gmp_int.h Make GMP more usable by third-party extensions. 2017-10-09 13:23:10 -04:00
php_gmp.h Make GMP more usable by third-party extensions. 2017-10-09 13:23:10 -04:00
TODO