Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23376 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5782 invoked by uid 1010); 15 May 2006 16:17:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5766 invoked from network); 15 May 2006 16:17:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2006 16:17:32 -0000 X-PHP-List-Original-Sender: dante@vocalspace.com X-Host-Fingerprint: 69.56.193.72 fox02.stravio.com Linux 2.5 (sometimes 2.4) (4) Received: from ([69.56.193.72:48441] helo=fox02.stravio.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 92/60-19568-B99A8644 for ; Mon, 15 May 2006 12:17:31 -0400 Received: from [127.0.0.1] (unknown [66.243.31.162]) by fox02.stravio.com (Postfix) with ESMTP id D4EF526C296 for ; Mon, 15 May 2006 11:17:28 -0500 (CDT) Message-ID: <4468A993.2090101@vocalspace.com> Date: Mon, 15 May 2006 11:17:23 -0500 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: PHPdev Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: xmlwriter_write_raw() not in 5.1.4 yet? From: dante@vocalspace.com ("D. Dante Lorenso") 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? Dante