Releases: sarciszewski/php-future
Releases · sarciszewski/php-future
Version 0.6.0
Allow sodium_compat v2, random_compat v9.99.99 for PHP 7+
Version 0.5.0
- Upgrade random_compat require string to
^1|^2
- Add sodium_compat (PHP 7.2)
Version 0.4.2
Namespace consistency
Version 0.4.1
Prevent version from sticking.
Version 0.4.0
Migrated copyright away from RC + fixed minor bugs.
0.3.1
Fixes a fatal error.
0.3.0
Widened scope to include 5.3 because of LTS operating systems.
Also added a BaseFuture
class to prevent code duplication.
New functions polyfilled
- PHP 5.4
getimagesizefromstring()
hex2bin()
New interfaces polyfilled
- PHP 5.4
JsonSerializable
SessionHandlerInterface
Version 0.2.0
New functions polyfilled
array_column()
boolval()
hash_pbkdf2()
openssl_pbkdf2()
Version 0.1.1
Added unit test coverage.