reproducable seg fault
[email protected] (Kevin Waterson)
| Newsgroups | php.xml.dev |
|---|---|
| Organization | Oceania |
| Message-ID | <[email protected]> |
I was playing attempting to import multiple xsl docs and
found that if I did
$proc = new xsltprocessor();
$dom = new domDocument;
$dom2 = new domDocument;
$dom->load('file.xsl');
$dom2->load('file2.xsl);
and loaded 2 style sheets with
$proc->importStylesheet($dom);
$proc->importStylesheet($dom2);
this would cause a
[Thu Aug 07 16:30:40 2003] [notice] child pid 17373 exit signal Segmentation fault (11)
I can make the whole script available if you need
Kind regards
Kevin
--
______
(_____ \
_____) ) ____ ____ ____ ____
| ____/ / _ ) / _ | / ___) / _ )
| | ( (/ / ( ( | |( (___ ( (/ /
|_| \____) \_||_| \____) \____)
Kevin Waterson
Port Macquarie, Australia