Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:786 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27241 invoked from network); 8 Apr 2003 11:35:05 -0000 Received: from unknown (HELO ammma.de) (213.83.39.131) by pb1.pair.com with SMTP; 8 Apr 2003 11:35:05 -0000 Received: from ammma.net (ammma.net [62.225.101.66]) by ammma.de (8.11.6/8.11.6/AMMMa AG) with ESMTP id h38BYhu03232 for ; Tue, 8 Apr 2003 13:34:43 +0200 Received: from neo.wg.de (jan.ammma.mil [192.168.100.11]) by ammma.net (8.9.3p2/8.9.3/AMMMa AG) with ESMTP id NAA04325 for ; Tue, 8 Apr 2003 13:35:02 +0200 Received: by neo.wg.de (Postfix, from userid 30) id 7ED77675A9; Tue, 8 Apr 2003 13:35:03 +0200 (CEST) Received: from ammma.net (ammma.net [62.225.101.66]) by jan.dip.ammma.net (Horde) with HTTP for ; Tue, 8 Apr 2003 13:35:03 +0200 Message-ID: <1049801703.c2dce36790dd6@jan.dip.ammma.net> X-Priority: 3 (Normal) Date: Tue, 8 Apr 2003 13:35:03 +0200 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) Subject: ext/xml handlers currently broken? From: jan@horde.org (Jan Schneider) Hi! It looks like the xml_set_*_handler() functions are currently broken. Code that works perfectly with the PHP_4_3 branch fails with HEAD and produces messages like: Warning: xml_parse(): Unable to call handler startElement() in ... The affected code is nothing special: xml_parse($this->_parser, $this->_buffer, true); For any reason this call: result = call_user_function(EG(function_table), &parser->object, handler, retval, argc, argv TSRMLS_CC); in xml.c/xml_call_handler fails. Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Deine private Tippgemeinschaft