Have a consistent problem in not being able to load dll extensions (GD and those refered to in Kevin Yank's XSL article http://www.webmasterbase.com/article.php?pid=35&aid=602)
Platform is XP professional with webservices, Internet Explorer 6.0, PHP 4.0.6.
Followed Kevin's instructions
Extensions are stored in c:\php\extension and for good measure in c:\windows\system32
php.ini includes line extension_dir = "c:/php/extension"
Uncommented extension=php_sablot.dll
When displaying simple php page, for example just a call to phoinfo() get windows popup messages "unable to load dynamic library 'c:/php/extension/php_sablot.dll' - The specified procedure could not been found.
Have tried variations: slashes windows style \ or unix style /, quotes around folder name, dl() in the php script. Nothing works.
Is it me or XP ?