RE: [PHP-DEV] Bug #14381: xlst_error causes error with valid XSLT processor instance

2001-12-07 Thread Robinson, Mike
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

Re: [PHP-DEV] Bug #14381: xlst_error causes error with valid XSLT processor instance

2001-12-07 Thread Hans Rakers
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

Re: [PHP-DEV] Bug #14381: xlst_error causes error with valid XSLT processor instance

2001-12-07 Thread Alexander Wagner
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

Re: [PHP-DEV] Bug #14381: xlst_error causes error with valid XSLT processor instance

2001-12-07 Thread Hans Rakers
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 > > >

Re: [PHP-DEV] Bug #14381: xlst_error causes error with valid XSLT processor instance

2001-12-07 Thread Hans Rakers
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 > >

[PHP-DEV] Bug #14381: xlst_error causes error with valid XSLT processor instance

2001-12-07 Thread hans
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