Skip to content

Commit

Permalink
Merge pull request #4 from Schlue/FRAMEWORK_6_0
Browse files Browse the repository at this point in the history
this fixes a PHP ERROR: Creation of dynamic property iv is deprecated…
  • Loading branch information
ralflang authored Mar 28, 2024
2 parents c88c1b7 + 31abcc3 commit 6b994b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Horde/Crypt/Blowfish.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ class Horde_Crypt_Blowfish
*/
protected $_crypt;

/**
* iv.
*
* @var bool
*/
protected $iv;

/**
* Constructor.
*
Expand Down

0 comments on commit 6b994b6

Please sign in to comment.