PHP Digest No. 107 - Latest News, Materials and Tools (April 9 - 23, 2017)



    We bring to your attention the next selection with links to news and materials.
    Enjoy reading!


    News and Releases



    Php


    • Replacement of the Serializable interface - An offer from Nikita Popov, not yet issued in the form of an RFC. The current implementation of the interface has a number of problems, including security. It is proposed to use an interface with magic methods that do not require a call to serialize / unserialize, instead work with arrays:

      public function __serialize() : array;
      public function __unserialize(array $data) : void;
      

    Instruments



    Learning Materials



    Entertaining



    Thanks for attention!

    If you notice a mistake or inaccuracy - please inform me in PM .
    Questions and suggestions write to mail or twitter .

    Send link
    Quick search for all digests
    Previous release: PHP Digest No. 106

    Also popular now: