Click to See Complete Forum and Search --> : XSLT extension does not work!


Anon
05-19-2002, 12:29 AM
I upgraded to Apache 2.0.36, PHP 4.2.1, and MySQL 3.23.39 on W2K. XSLT extension works on Apache 2.0.35 and PHP 4.1.x. Do we need to wait for new XSLT extensions or it's PHP bug.

When I uncomment ; infont of XSLT extension, it doesn't work. But it should be work.

; Directory in which the loadable extensions (modules) reside.
extension_dir = "c:\php\extensions\"

extension=php_xslt.dll

Anon
05-25-2002, 06:16 AM
I fixed the problem.

Well, use PHP 4.2.0's xslt_dll. It works in PHP 4.2.1. php_java.dll works too!