On Mo, 2017-10-02 at 17:33 -0400, Sara Golemon wrote: > Stas specifically, but also others: > > Any objections if I apply > https://github.com/php/php-src/compare/master...sgolemon:gmp.export > to > make consuming GMP objects from third-party extensions easier? > > -Sara
I would prefer not exporting the php_gmp.h, but a gmp.h (or similar) and let php_gmp.h there for main/builtin_functions.c only. If a consumer wants access to the module_entry they can query EG(modules) and other declarations in there should be "private". johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php