php_sablot extension

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adrianciobanu
Forum Newbie
Posts: 5
Joined: Tue Jul 30, 2002 5:31 am

php_sablot extension

Post 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?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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
adrianciobanu
Forum Newbie
Posts: 5
Joined: Tue Jul 30, 2002 5:31 am

Thx

Post by adrianciobanu »

Thanks, i've just figured that out ... but the time is lost :))
Post Reply