New Features in PHP 5.3

At tonight’s Burlington, Vermont PHP Users Group meeting I will be presenting on New Features in PHP 5.3. My talk will cover the primary new features including namespaces, late static binding, and closures. I’ll also talk about the newly bundled extensions, improvements to existing extensions, and some of the new syntax that is available.

Update (11/19/2010): I forget to mention that the original slides and code examples are available on GitHub.

5 Comments

  1. Posted November 23, 2010 at 8:56 am | Permalink

    A nice set of slides, thanks

    art

  2. David Rodrigues
    Posted December 3, 2010 at 4:21 pm | Permalink

    Hi,
    The __invoke method can be called statically?
    Example:
    $hi = Foo(5); // static public function __invoke from Foo

    I don’t remember, but I think that I read this from anywhere.

    Bye. 🙂

  3. Posted December 9, 2010 at 12:04 am | Permalink

    Such a very good describe by you of New Features in PHP 5.3

  4. Posted December 10, 2010 at 9:20 am | Permalink

    Nice slides, Brad! Learned something! 😉

  5. Posted December 30, 2010 at 2:25 am | Permalink

    Such a very good New Features in PHP 5.3

One Trackback

  1. […] here to read the rest: New Features in PHP 5.3 – Bradley Holt Related Posts:New Features in PHP 5.3 – Bradley Holt New Features in PHP 5.3. At tonight's […]