iexbase / tron-api

A PHP API for interacting with Tron (TRX)
https://iexbase.github.io/tron-api/
MIT License
399 stars 280 forks source link

undefined function gmp_init #158

Open iamvinthanks opened 1 year ago

iamvinthanks commented 1 year ago

I got error when i try to send asset trx Call to undefined function Mdanter\Ecc\Curves\gmp_init(), i already enabled GMP on my system and still not work on me

tihonkrichev commented 1 year ago

sudo apt-get install php8.2-gmp extension=php_gmp.so sudo service apache2 restart

mr-mr7 commented 1 month ago

how install it on docker?