sticky-notes icon indicating copy to clipboard operation
sticky-notes copied to clipboard

Support PHP 7.2 by adding phpseclib/mcrypt_compat

Open querwurzel opened this issue 6 years ago • 5 comments

querwurzel avatar Dec 01 '18 14:12 querwurzel

nice work Thanks!

Tealk avatar Sep 18 '19 12:09 Tealk

I just get errors when i try to use this version, i use PHP 7.2.19

TimerWolf avatar Oct 24 '19 10:10 TimerWolf

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);
  }

TimerWolf avatar Oct 24 '19 11:10 TimerWolf

Just turn off deprecation warnings (E_ALL ^ E_DEPRECATED)

querwurzel avatar Oct 24 '19 11:10 querwurzel

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!

TimerWolf avatar Oct 24 '19 11:10 TimerWolf