Page 1 of 1

php_sablot extension

Posted: Tue Jul 30, 2002 5:31 am
by adrianciobanu
Hi everyone!
I've just updated from php 4.0.6 to 4.2.1 windows versions on my development machine (win2k), and i have this problem with php_sablot.dll extensions which does not really exist. As all my work depend heavly on xslt transformations, if i find no cure, i must switch back to 4.0.6. Any ideeas how to get this extension working on win32?

Posted: Tue Jul 30, 2002 8:02 am
by volka
in the win32-distribution there is
  • expat.dll
  • sablot.dll
  • xmlparser.dll
  • xmltok.dll
copy them to c:\winnt\system32 (or somewhere dlls are found) and use php_xslt.dll.
There is no php_sablot.dll anymore (as far as I know)

current versions of
sablot
expat

Thx

Posted: Wed Jul 31, 2002 3:27 am
by adrianciobanu
Thanks, i've just figured that out ... but the time is lost :))