strawbrary / php-sha3

PHP extension providing the sha3() hashing function
MIT License
71 stars 22 forks source link

Doesn't work sha3 in php. #3

Closed hunterpl closed 9 years ago

hunterpl commented 11 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 ?

strawbrary commented 9 years ago

This means the extension isn't installed. Have you been sure to restart your httpd/FPM after running make install?