Skip to content

Releases: sarciszewski/php-future

Version 0.6.0

21 Apr 01:22
56c80f9
Compare
Choose a tag to compare

Allow sodium_compat v2, random_compat v9.99.99 for PHP 7+

Version 0.5.0

05 Jun 21:54
e4f23c4
Compare
Choose a tag to compare
  • Upgrade random_compat require string to ^1|^2
  • Add sodium_compat (PHP 7.2)

Version 0.4.2

28 Sep 20:07
Compare
Choose a tag to compare

Namespace consistency

Version 0.4.1

28 Sep 19:07
Compare
Choose a tag to compare

Prevent version from sticking.

Version 0.4.0

28 Sep 19:03
Compare
Choose a tag to compare

Migrated copyright away from RC + fixed minor bugs.

0.3.1

10 Mar 01:47
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Fixes a fatal error.

0.3.0

10 Mar 01:28
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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

08 Mar 11:05
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

New functions polyfilled

  • array_column()
  • boolval()
  • hash_pbkdf2()
  • openssl_pbkdf2()

Version 0.1.1

04 Mar 13:49
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

Added unit test coverage.