[PHP] Bah, XML

2001-02-03 Thread [EMAIL PROTECTED]
Why is this failing? If I comment out the xml_set_element_handler() call, it's okay... If I comment out the xml_parse() call, it's okay... If I leave both of them in...it core dumps. Ideas? -Szii ?php function startElement($parser, $name, $attrs) { } function endElement($parser,

Re: [PHP] Bah, XML

2001-02-03 Thread Andrew Golovin
Hello, szii! Sunday, February 04, 2001, 04:48:52, you wrote: ssc Why is this failing? ssc If I comment out the xml_set_element_handler() call, it's okay... ssc If I comment out the xml_parse() call, it's okay... ssc If I leave both of them in...it core dumps. i meet same problem with