XML and PHP 5
by rrichards |
4 comments | Tuesday, July 31, 2007
It is probably safe to assume that everyone by now has seen the PHP 5 release announcements or at least have heard that XML support has been given a complete overhaul. Although I am still surprised with those I talk to who are still developing with PHP 4 and actively working with XML, rather than upgrading to PHP 5 to use the new XML tool sets, I guess it might be a bit scary to think about such an upgrade. Both ext/xslt and ext/domxml have been removed from the core PHP distribution and replaced with completely new extensions, resulting in the need to review and typically re-write all older code relying on either of those extensions in order to upgrade.
Book Review - PHP Programming with PEAR
by Cal Evans (editor) |
1 comment | Friday, February 2, 2007
Ok, again, I’ve fallen way behind now on my book reviews. Here’s one that was released late last year that I’m just now getting around to reviewing. Click on inside, lets talk about “PHP Programming with PEAR”.
IBM: Convert XML to JSON in PHP
by Cal Evans (editor) |
1 comment | Thursday, January 18, 2007
IBM’s developerWorks has posted and interesting article on converting XML to JSON using PHP. Click on inside and let’s discuss it.
Book Review: Pro PHP XML and Web Services
by Cal Evans (editor) |
3 comments | Thursday, November 30, 2006
A few months ago, apress released an expansive tome by Rob Richards’ titled “Pro PHP XML and Web Services”. They were kind enough to send me a copy for review. Click on inside and let’s chat about it for a while.
Consuming Webthumb's API in PHP
by Cal Evans (editor) |
0 comments | Tuesday, October 17, 2006
Joshua Eichorn, author of “Understanding AJAX”, has written a cool web service called “Webthumb. Let’s take a look at it and look at some code to use it.
Matthew Weier O'Phinney Talks About Zend_XmlRpc_Server
by Cal Evans (editor) |
0 comments | Monday, October 16, 2006
php|works Tutorial Review: Rob Ricahrds - Advanced XML and Web Services
by Cal Evans (editor) |
0 comments | Tuesday, September 12, 2006
Work with XML Data in the Zend Framework
by Cal Evans (editor) |
1 comment | Friday, September 1, 2006
Pro PHP XML and Services Sample Chapter
by Cal Evans (editor) |
0 comments | Monday, August 28, 2006
XML in PHP 5 - What's New?
by Christian Stocker |
9 comments | Thursday, March 18, 2004
In today's Internet world, XML isn't just a buzzword anymore, but a widely accepted and used standard. Therefore XML support was taken more seriously for PHP 5 than it was in PHP 4. In PHP 4 you were almost always faced with non-standard, API-breaking, memory leaking, incomplete functionality. Although some of these deficiencies were dealt with in the 4.3 series of PHP 4, the developers nevertheless decided to dump almost everything and start from scratch in PHP 5. This article will give an introduction to all the new exciting features PHP 5 has to offer regarding XML.

