Re: [PHP] Can't get XSLT on PHP

2006-03-30 Thread Georgi Ivanov
I have it working with : --with-xsl --enable-xslt --with-xslt-sablot Do you have the libxslt-devel package ? I'm not sure if it compiles it as module... If it is module make sure it is enabled in php.ini On Wednesday March 29 2006 22:17, MARG wrote: > Anthony Ettinger wrote: > > obvious one, but

Re: [PHP] Can't get XSLT on PHP

2006-03-29 Thread MARG
Anthony Ettinger wrote: > obvious one, but did you restart apache? Sure :) -- AM > > On 3/29/06, MARG <[EMAIL PROTECTED]> wrote: > >>Hi, >> >>I'm trying to get XSLT support on PHP, but i'm not able :( >> >>I've compiled Sablotron 1.0.2 successfully and compiled PHP 5.1.2 with >>--enable-xslt \

Re: [PHP] Can't get XSLT on PHP

2006-03-29 Thread Anthony Ettinger
obvious one, but did you restart apache? On 3/29/06, MARG <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to get XSLT support on PHP, but i'm not able :( > > I've compiled Sablotron 1.0.2 successfully and compiled PHP 5.1.2 with > --enable-xslt \ > --with-xslt-sablot > > I get no errors and PHP wo

[PHP] Can't get XSLT on PHP

2006-03-29 Thread MARG
Hi, I'm trying to get XSLT support on PHP, but i'm not able :( I've compiled Sablotron 1.0.2 successfully and compiled PHP 5.1.2 with --enable-xslt \ --with-xslt-sablot I get no errors and PHP works fine, but i get no XSLT support (confirmed via phpinfo()). Any ideas ? Any help would be apreci