$30 off During Our Annual Pro Sale. View Details »

Last Month in PHP - February 2013

John Kary
February 16, 2013

Last Month in PHP - February 2013

Kansas City PHP User Group
February 16, 2013

John Kary

February 16, 2013
Tweet

More Decks by John Kary

Other Decks in Programming

Transcript

  1. Last Month in PHP
    February 16, 2013
    Kansas City PHP User Group
    John Kary
    @johnkary
    Slides: http://johnkary.net/talks

    View Slide

  2. Releases

    View Slide

  3. 5.5.0-alpha4
    5.4.11
    5.3.21

    View Slide

  4. 5.5.0-alpha4
    Class Name as Scalar
    use MyVendor\SomeComponent\TargetNs;
    // inside a test case
    $this->getMock(TargetNs\Foo::class);
    // as opposed to
    $this->getMock('MyVendor\SomeComponent\TargetNs\Foo');

    View Slide

  5. 5.5.0-alpha4
    Class Name as Scalar
    use MyVendor\SomeComponent\TargetEntityNs as Entity;
    // inside a test case
    $entityManager->find(Entity\User::class, 5);
    // as opposed to
    $entityManager->find('MyVendor\SomeComponent\TargetEntityNs\User', 5);

    View Slide

  6. 3.5.1
    Maintenance and Security Release
    http://codex.wordpress.org/Version_3.5.1
    Upgrade NOW!

    View Slide

  7. 2.0.7
    2.1.0 & 2.1.1
    Zend\Test Component
    Oracle and IBM DB2 in Zend\Db
    FirePHP, ChromePHP, MongoDB, and
    FingersCrossed writers for Zend\Logger

    View Slide

  8. 2.0.22 & 2.1.7
    Fix YAML parsing vulnerability
    (Remember the Rails security issues?)
    Upgrade NOW!

    View Slide

  9. 6.28
    7.19
    Core Security Vulnerabilities
    http://drupal.org/SA-CORE-2013-001
    XSS in passing data to jQuery
    Upgrade NOW!

    View Slide

  10. Latest Developments

    View Slide

  11. Zend Optimizer+
    is now open-source
    https://github.com/zend-dev/ZendOptimizerPlus
    - Rasmus Lerdorf, Sunshine PHP Conference, Feb 8, 2013
    I'm confident PHP 5.5 will bundle an
    opcode cache when it ships.

    View Slide

  12. Drupal 8
    Minimum version PHP 5.3.10?
    http://drupal.org/node/1800122

    View Slide

  13. Conferences / Events

    View Slide

  14. April 5 & 6, 2013
    Kansas City, MO
    $189 General Admission tickets
    $299 Last Minute tickets
    RubyMidwest.com

    View Slide

  15. RubyMidwest.com
    Keynotes
    Michael C. Feathers James Edward
    Gray II

    View Slide

  16. April 5 & 6, 2013
    Kansas City, MO
    $189 General Admission tickets
    $299 Last Minute tickets
    RubyMidwest.com
    I'm
    Going!

    View Slide

  17. View Slide

  18. Schedule Posted
    http://tek13.phparch.com/schedule/
    http://tek13.phparch.com

    View Slide

  19. http://tek13.phparch.com
    Ends Feb 28 Ends May 23

    View Slide

  20. February 8-9, 2013

    View Slide

  21. February 8-9, 2013
    Adam Culp
    - SunshinePHP Lead Organizer
    - South Florida PHP User Group Organizer
    Photo by ServerGrove

    View Slide

  22. Photo by Sebastian Bergmann
    Rasmus Lerdorf
    - Creator of PHP
    - Opening Keynote
    talks.php.net/show/sunshinephp
    February 8-9, 2013

    View Slide

  23. Photo by ServerGrove
    Cal Evans
    - Face of PHP Community
    - !Normal == Awesome!
    February 8-9, 2013

    View Slide

  24. February 8-9, 2013
    Photo by Sebastian Bergmann

    View Slide

  25. February 8-9, 2013
    Photo by ServerGrove
    Photo by ServerGrove

    View Slide

  26. February 8-9, 2013
    Photo by John Kary

    View Slide

  27. February 8-9, 2013
    2014
    300 developers?
    Same venue?
    3 days?

    View Slide

  28. fin
    http://johnkary.net/talks

    View Slide