Title: RE: [PHP-DEV] Bug #14381: xlst_error causes error with valid XSLT processor instance
The manual seems to be wrong for xslt.
The arguments are in the reverse order it appears.
Mike Robinson
IT / Developer - Toronto Star TV
Phone: 416.945.8786
Fax: 416.869.4566
Email: [EMAIL
At 18:54 7-12-2001 +0100, Alexander Wagner wrote:
>Am Freitag 07 Dezember 2001 18:33 schrieb Rasmus Lerdorf:
> > > AFAIK (and according to the manual) the first argument to xslt_process()
> > > should be a string containing the XSL data ($xslData) and not the XSLT
> > > processor handle. Please ad
Am Freitag 07 Dezember 2001 18:33 schrieb Rasmus Lerdorf:
> > AFAIK (and according to the manual) the first argument to xslt_process()
> > should be a string containing the XSL data ($xslData) and not the XSLT
> > processor handle. Please advise.
>
> Then the manual is wrong. The code is clearly
At 09:33 7-12-2001 -0800, Rasmus Lerdorf wrote:
> > At 09:10 7-12-2001 -0800, Rasmus Lerdorf wrote:
> > > > the following code causes Apache processes to segfault:
> > > >
> > > > $xsl_handle = xslt_create();
> > > > echo $xsl_handle; // returns a valid xslt processor handle
> > >
At 09:10 7-12-2001 -0800, Rasmus Lerdorf wrote:
> > the following code causes Apache processes to segfault:
> >
> > $xsl_handle = xslt_create();
> > echo $xsl_handle; // returns a valid xslt processor handle
> > // $xslData and $xmlData contain valid information
> >
From: [EMAIL PROTECTED]
Operating system: Linux-2.4.14 glibc-2.2.3
PHP version: 4.1.0
PHP Bug Type: Reproducible crash
Bug description: xlst_error causes error with valid XSLT processor instance
the following code causes Apache processes to segfault:
$xsl_handle