Closed hunterpl closed 9 years ago
Hello !
echo sha3(''); <--- doesn't work
if i did test on page .php
<?php echo sha3('test');
Fatal error: Call to undefined function sha3() in /var/www/*****/password.php on line 2
Why it doesn't work ?
This means the extension isn't installed. Have you been sure to restart your httpd/FPM after running make install?
make install
Hello !
echo sha3(''); <--- doesn't work
if i did test on page .php
<?php echo sha3('test');
Fatal error: Call to undefined function sha3() in /var/www/*****/password.php on line 2
Why it doesn't work ?