This post originated from an RSS feed registered with Java Buzz
by Steve Conover.
Original Post: XML highlights for PHP 5
Feed Title: Steve Conover's Weblog
Feed URL: http://www.sonic.net/~conover/index.rdf
Feed Description: Mostly java-related.
XML Validation, including support for RelaxNG! I wonder if they'll support compact syntax.
Extending DOM Classes - this is really cool, and demonstrates how much more mature PHP 5's OOP support is.
Unforuntately, my biggest criticism of PHP remains: all of the above is supported using functions built in to the default namespace! The lack of a smart namespace system (like Python's modules) really gets in the way when you start trying to write reusable code or large applications.