Page 1 of 1

XSLT support on XAMPP

PostPosted: 03. October 2005 13:23
by prasad
hi everybody,
I have installed XAMPP just now, but I am not able 2 find XSLT support for SABLATRON in XAMPP.
the library seems 2 b installed..but the PHP does not seem to be configured with option --enable-xslt --with-xslt-sablot kind of things.

Can somebody plz help...i am sure there must be someway to get sablatron working in XAMPP.

(and also..do we need 2 take some extra efforts to start using MYSQL in XAMPP)

Regards,
Prasad.

PostPosted: 03. October 2005 13:29
by Wiedmann
Which XAMPP/PHP?

XAMPP for Linux 1.4.16 / PHP5.05 have:
Code: Select all
'--enable-xslt' '--with-xslt-sablot=/opt/lampp'


(and also..do we need 2 take some extra efforts to start using MYSQL in XAMPP)

:?:

PostPosted: 03. October 2005 13:33
by prasad
thanks wierdman for the fast reply..

can u please also tell me...where to write this
'--enable-xslt' '--with-xslt-sablot=/opt/lampp'

what I know is we use it at the time of configuration ..i mean while ./configure of php

but in this case I am confused as to where to perform the configuration

a quick reply will b appreciated..

Thanks

Prasad.

PostPosted: 03. October 2005 13:53
by Wiedmann
can u please also tell me...where to write this

No. This is allready done for XAMPP PHP. You can see this in phpinfo().

Or you must compile PHP at yourself:
download the source, extract it and use configure with these switches.

PostPosted: 03. October 2005 14:10
by prasad
ok thanks..
i just found that
sablot is enabled but it is in php-4.4 of the LAMPP

but the current version running is php-5.0 which does not support sablot..

so can you please help with how to start PHP4 version instead of PHP5

Prasad

PostPosted: 07. October 2005 07:27
by Spechal
Note to XAMPP since version 1.4.7
Because such very new versions like PHP 5 always should be handled with care we decided to include both current versions of PHP into XAMPP: PHP 5.0.x and PHP 4.3.x. If you find out your PHP application doesn't work with PHP 5 you will be able to switch back easily to PHP 4.

By the following command you can switch "back" to PHP 4.3.x:

/opt/lampp/lampp php4

And with the following command you can switch back to PHP 5.0.x:

/opt/lampp/lampp php5

If you forgot which version of PHP is in use simply use phpinfo() or call this command:

/opt/lampp/lampp phpstatus


http://www.apachefriends.org/en/xampp-linux.html