Added explicit type-cast to hash_pbkdf2
authorTyler Romeo <tylerromeo@gmail.com>
Tue, 29 Jul 2014 15:55:34 +0000 (11:55 -0400)
committerParent5446 <tylerromeo@gmail.com>
Tue, 29 Jul 2014 15:57:47 +0000 (15:57 +0000)
commit97762eec53bd47d88695678d26e02c2677f53b25
treee8e81fe12b665a44cd5c5edac15e3f032357bd45
parent878b970ccde816edad72d415e4de6d1da2c4c852
Added explicit type-cast to hash_pbkdf2

It seems HHVM does not like the use of
dynamic typing  in hash_pbkdf2() (also it's
kind of not the best idea in general), so
added explicit (int) casting to parameters.

Follows-up: I0a9c972931a0eff0cfb2619cef3ddffd03710285
Change-Id: I8adae3cc2cdf8029be59e2d62a3ab0fbfb73b7aa
includes/password/Pbkdf2Password.php