Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969359197 php.internals:8096 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90784 invoked by uid 1010); 24 Feb 2004 09:45:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90438 invoked from network); 24 Feb 2004 09:45:28 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 24 Feb 2004 09:45:28 -0000 Received: (qmail 23749 invoked from network); 24 Feb 2004 09:45:21 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by mail.zend.com with SMTP; 24 Feb 2004 09:45:21 -0000 Message-ID: <5.1.0.14.2.20040224114428.02cefd70@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 24 Feb 2004 11:45:19 +0200 To: Marcus Boerger ,Nuno Lopes Cc: PHPdev ,PHPdoc In-Reply-To: <641101832140.20040223184206@marcus-boerger.de> References: <002101c3fa31$d47932c0$0100a8c0@pc07653> <002101c3fa31$d47932c0$0100a8c0@pc07653> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Migration Appendice From: andi@zend.com (Andi Gutmans) At 18:42 23/02/2004 +0100, Marcus Boerger wrote: >Hello Nuno, > >Paragraph: Classes must be declared before used >is no longer true. For most cases this is allowed now. To be accurate, we solved the BC issue but for people who want to use the PHP 5 features (such as implementing interfaces), they will have to declare the class before using it. >Other notes: ext/domxml is replaced by ext/dom which is w3c dom >compliant. ext/tidy was added to the default distribution and its >method names were changed to studlyCaps convention. > >ext/sqlite now supports an oo interface and throws exception instead >of errors when that is used. Andi