sticky-notes
sticky-notes copied to clipboard
Support PHP 7.2 by adding phpseclib/mcrypt_compat
nice work Thanks!
I just get errors when i try to use this version, i use PHP 7.2.19
I got this
Function mcrypt_get_iv_size() is deprecated
Open: /home/www/pastebin/vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php
/** * Get the IV size for the cipher. * * @return int */ protected function getIvSize() { return mcrypt_get_iv_size($this->cipher, $this->mode); }
Just turn off deprecation warnings (E_ALL ^ E_DEPRECATED)
That is very strange, as i already tested it and then it come another problem but i could enter the site when this was done but i could not click anywhere...
Seems to work now anyways, thanks alot!