Archive for November, 2003

PHP5 Overview

PHP5 is still far from being finished even though you can already download a beta version. The performance improvements, the better object orientation and XML support, the new PDO extension and many other small and large changes make many of us wish it was already here. After attending the PHP Conference 2003 in Frankfurt I [...]

PHP

International PHP 2003 Conference on XML

So far the 2003 international PHP conference in Frankfurt have been very interesting. The new improved XML support in PHP5 is outright wonderful.

All the XML modules in PHP5 is based on libxml/libxsl, have complete interoperability and will support caching of DOM trees in shared memory. The XSL and DOM extensions are completely rewritten and old [...]

PHP