vaulthq / vault

System to securely store and share passwords between coworkers
http://vaulthq.com
Apache License 2.0
8 stars 2 forks source link

PHP notice while on fresh install with php7 #10

Open rustyn opened 8 years ago

rustyn commented 8 years ago

getting annoying notice:

PHP Notice:  Use of undefined constant MCRYPT_RIJNDAEL_256 - assumed 'MCRYPT_RIJNDAEL_256' in /var/www/vault/api/config/app.php on line 83
ValdasK commented 8 years ago

Thank you for reporting, this happens when required php-mcrypt extension is not installed. I will add this to composer file and upcoming setup scripts!