PHP 4 is about to die. At least the PHP core wants to kill it, but there is a rift in the PHP community. A lot of PHP developers feel that PHP 5 has betrayed them because of the backward compatibility issues. [Continue]
skip to navigation | content
ifacethoughtsPHP 4 is about to die. At least the PHP core wants to kill it, but there is a rift in the PHP community. A lot of PHP developers feel that PHP 5 has betrayed them because of the backward compatibility issues. [Continue]
Ryan Boren discusses adoption of PHP 5 for Wordpress. I see two factions here - the developers who like the goodies in PHP 5 and want to use them, and the application developers who want to make sure that it does not hurt the end users. Both of them are right in their own place, in my opinion. [Continue]
Paul Stamatiou details XML parsing in PHP 5 using SimpleXML. SimpleXML lets you navigate the XML document as a data structure. PHP 5 also introduces a class called XMLReader that operates in stream mode and lets you do pull parsing. [Continue]
XML Pull Parsing is seen as one of the most efficient ways of parsing big documents, especially when the entire document has to be parsed. It has been pretty active in the Java world and in relatively newer languages like C#. For pull parsing the parser should be able to operate in streaming mode. [Continue]
This is the weblog of Abhijit Nadgouda where he writes down his thoughts on software development and related topics. You are invited to subscribe to the feed to stay updated or check out more subscription options. Or you can choose to browse by one of the topics.
Twitter - Using Midori.