Newsgroups: php.doc,php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.doc:969365341 php.internals:13989 php.pecl.dev:1686 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3751 invoked by uid 1010); 3 Dec 2004 00:08:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3554 invoked from network); 3 Dec 2004 00:08:56 -0000 Received: from unknown (HELO jan.prima.de) (83.97.50.139) by pb1.pair.com with SMTP; 3 Dec 2004 00:08:56 -0000 Received: from BAUMBART (pD95F8EF1.dip.t-dialin.net [::ffff:217.95.142.241]) (IDENT: HydraIRC, AUTH: LOGIN tobi) by jan.prima.de with esmtp; Fri, 03 Dec 2004 00:05:39 +0000 Date: Fri, 3 Dec 2004 01:08:46 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <177411596.20041203010846@marcus-boerger.de> To: Christian Stocker CC: Friedhelm Betz , Sean Coates , Andi Gutmans , phpdoc@lists.php.net, internals@lists.php.net, pecl-dev@lists.php.net In-Reply-To: <41AF5E57.4050106@php.net> References: <5.1.0.14.2.20041201080848.02dc9c60@localhost> <41AE489C.2070800@caedmon.net> <41AE6D50.7030200@gmx.net> <73562213.20041202081732@marcus-boerger.de> <41AF5562.3060406@gmx.net> <41AF5E57.4050106@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: [PECL-DEV] Re: [PHP-DEV] Re: [PHP-DOC] SimpleXML marked as EXPERIMENTAL From: helly@php.net (Marcus Boerger) Hello Christian, Thursday, December 2, 2004, 7:26:31 PM, you wrote: > It's not experimantal anymore in the sense of API changes. (Known) Bugs > are not there, the limitations are in the implementation, which was=20 > fixed with dom in php5. I use it (domxml) a lot on my servers and=20 > doesn't cause any problems (anymore ;) ) > I don't care a lot about the topic. IMHO, we can remove the experimental= =20 > tag. Maybe add a warning, that it's not available in PHP 5 anymore and=20 > that it's not compatible with ext/dom. Your the guy that counts here :-) From=20reading the list the general whish seems to drop experimental tag and simply state that it won't never be available with PHP 5 which also includes that we'd not apply a deprecation flag. best regards marcus