Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23379 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14663 invoked by uid 1010); 15 May 2006 16:34:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14648 invoked from network); 15 May 2006 16:34:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2006 16:34:41 -0000 X-PHP-List-Original-Sender: jared.williams1@ntlworld.com X-Host-Fingerprint: 81.103.221.49 mta09-winn.ispmail.ntl.com Solaris 8 (1) Received: from ([81.103.221.49:9164] helo=mtaout03-winn.ispmail.ntl.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C4/51-19568-0ADA8644 for ; Mon, 15 May 2006 12:34:40 -0400 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com with ESMTP id <20060515163436.OLNS27969.mtaout03-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com>; Mon, 15 May 2006 17:34:36 +0100 Received: from win2ks ([82.3.16.111]) by aamtaout03-winn.ispmail.ntl.com with ESMTP id <20060515163435.QGHV16286.aamtaout03-winn.ispmail.ntl.com@win2ks>; Mon, 15 May 2006 17:34:35 +0100 Reply-To: To: "'D. Dante Lorenso'" , "'PHPdev'" Date: Mon, 15 May 2006 17:38:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <4468A993.2090101@vocalspace.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Thread-Index: AcZ4Oyqdcwv07jXpQ0mGOTokwgmhUQAAmZsg Message-ID: <20060515163435.QGHV16286.aamtaout03-winn.ispmail.ntl.com@win2ks> Subject: RE: [PHP-DEV] xmlwriter_write_raw() not in 5.1.4 yet? From: jared.williams1@ntlworld.com ("Jared Williams") References: <4468A993.2090101@vocalspace.com> > > I'm on the latest and greatest PHP 5.1.4. I can see the > function I think I want in the manual: > > http://us3.php.net/manual/en/function.xmlwriter-write-raw.php > > But the manual says it's only in CVS. I confirmed that I > don't have it: > > * Fatal error: Call to undefined function xmlwriter_write_raw() in > ***.php on line ** > > I am hoping that this function would let me merge > already-created XML into the XML I am writing and avoid the > <, >, &, etc escaping of content which is normally done when > using xmlwriter_text(). Zend summary was talking about it > back in December. We've had a couple version updates since > then. Still not in the official release? > > * http://www.zend.com/zend/week/week268.php#Heading8 > > Anyone know the status of this function, if it does what I > want, and what version I can start using it? > I originally requested it. http://pecl.php.net/bugs/bug.php?id=6267 . I think it'll appear in 5.2, http://oss.backendmedia.com/PhP52 . Jared