All Versions
21
Latest Version
Avg Release Cycle
30 days
Latest Release
1606 days ago

Changelog History
Page 1

  • v1.3.3 Changes

    October 28, 2020

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  Fixed a bug with socket_write
    • โšก๏ธ Updated the readme
  • v1.3.2 Changes

    October 22, 2020

    ๐Ÿ”„ Changelog:

    • โž• added the date and gmdate functions ( #246 )
    • imap_fetchstructure, imap_mail_compose and imap_sort were automatically added because of the updated documentation.
  • v1.3.1 Changes

    October 08, 2020

    ๐Ÿ”„ Changelog:

    • jdtounix was added
  • v1.3 Changes

    October 06, 2020

    ๐Ÿ”„ Changelog:

    ๐Ÿšš A lot of functions were removed from the php doc. Rather than also removing them from safe, I decided to move them to a deprecated folder.
    ๐Ÿ—„ The functions should still be usables, although they should be flagged as deprecated in a future feature.

    ๐Ÿšš 'imagepsencodefont', 'imagepsextendfont', 'imagepsfreefont', 'imagepsslantfont' were removed because their corresponding functions were removed in php7.0 , meaning theses safe functions never actually worked.

  • v1.2.1 Changes

    September 25, 2020

    ๐Ÿ”„ Changelog:

    • ๐Ÿ‘Œ Improved the github workflow
    • Regenerated the files
  • v1.2.0 Changes

    September 03, 2020

    ๐Ÿ”„ Changelog:

    โž• Added DateTimeImmutable->getInnerDateTime() and DateTimeImmutable::createFromRegular() (technically already existed but it is now a public method) to switch easily between safe and regular versions (see #229 )
    โช This is because a bug with DatePeriod was found (thanks @rodnaph in #227). Since the bug comes fromphp itself, we can only add workarounds: like reverting to a regular DateTimeImmutable with ->getInnerDateTime()

    ๐Ÿ›  Fixed a bug with rector0.7 (the RenameFunction rule was, ironically, renamed) (#234 )

    ๐Ÿ‘Œ improved our github workflows (for example #230 )

  • v1.1.3 Changes

    July 10, 2020
    • ๐Ÿ›  Fixed an error where 'ressource' was used as a typehint ( #226 ). Thanks @fezfez
  • v1.1.2 Changes

    June 24, 2020

    ๐Ÿ”„ Changelog:

    • โž• Added appropriates @throw tags in our custom DateTime and DateTimeImmutable ( #222 )
    • regenerated the files
  • v1.1.1 Changes

    May 04, 2020

    โž• Added imagecreatefromstring()

  • v1.1 Changes

    March 24, 2020

    ๐Ÿ”„ Changelog:

    ๐Ÿ“š Now depends on the github mirror for the PHP documentation (https://github.com/salathe/phpdoc-base and https://github.com/php/doc-en)

    โฌ‡๏ธ Drop support for unsupported versions of rector/rector (#209)

    Regenerated files

    ๐Ÿ‘ท Switch our CI environment to github actions

    Now actually run the pipelines on php7.4 (#212)

    ๐Ÿš€ A big thanks to @localheinz for basically everything in this release!