• Categories



  • Archives

  • Archive for the PHP Category


    PHP 5.2.0 released

    Published November 3rd, 2006

    Well it’s out (download here). Interesting additions include new Filter, JSON and ZIP extensions, and the previously-mentioned upload progress handling functions (although I can’t seem to find any documentation the the latter). There’s a new error mode — E_RECOVERABLE_ERROR — which allows user-defined error reporting to catch only those errors from which the system can [...]

    And the PHP soap opera rumbles on…

    Published October 25th, 2006

    If you’ve been paying attention to the PHP scene then you should be aware that the next significant revision — version 5.2 — is imminent. Or at least, it should be. Of course this is PHP so no new release can be made without at least a bit of drama.
    It seems that this time around, [...]

    XSLT, parameters, for-each and variables

    Published October 20th, 2006

    Here’s another one of those really obscure things that will probably not be important to anyone at all, ever. Anyway, it took me a while to work it out so I’m going to record it here for future reference.
    The problem: using XSLT, I wanted to pass a node-tree as a parameter to a template and [...]

    Enforcing coding standards, automatically

    Published September 21st, 2006

    PHP_CodeSniffer is a nice tool that allows you to define a set of standards for your code, and then detect where those standards aren’t being adhered to. Great for multi-developer projects.

    Some PHP quirks

    Published July 17th, 2006

    Here’s an interesting little article, whose title is self-explanatory: 5 Things You Probably Didn’t Know About PHP.

    « Previous Entries Next Entries »