DomBlack / php-scrypt

A PHP wrapper fo the scrypt hashing algorithm
Other
209 stars 57 forks source link

Changed RETURN_STRINGL parameters for PHP7 support #45

Closed maki-chan closed 8 years ago

maki-chan commented 8 years ago

According to examples from https://wiki.php.net/phpng-upgrading

The new API is not backwards-compatible to the API for PHP5, so we have to omit PHP5 support. That shouldn't be a problem though, as we can have two branches like we already have.

DomBlack commented 8 years ago

Closed in favour of #40 which keeps backwards compabilitiy