ID: 19423 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: *Web Server problem Operating System: Windows 9x/NT/ME/2000/XP PHP Version: 4.2.3 New Comment:
try changing 'c:\php\extensions' to 'c:\\php\\extensions' or 'c:/php/extensions' and see if it begins to work. Previous Comments: ------------------------------------------------------------------------ [2002-09-16 08:32:29] [EMAIL PROTECTED] Oh yeah, I forgot to add that all the pertinent files for this extension are in the %system% directory! ------------------------------------------------------------------------ [2002-09-16 08:29:45] [EMAIL PROTECTED] To mficher: If you can give me some cookbook instructions on how to use this tool, then I would be glad to give it a try. It looks as though it needs a running process, but the error occurs when I start IIS. How can I accomplish what you need? ------------------------------------------------------------------------ [2002-09-16 03:24:32] [EMAIL PROTECTED] Is there a chance to use the strace tool [1] to track what's going on/wrong here? This tool may help tracking down which directory/files are really accessed. [1] http://razor.bindview.com/tools/desc/strace_readme.html ------------------------------------------------------------------------ [2002-09-16 02:39:04] [EMAIL PROTECTED] This also occurs with MicroWeb-Server on Windows. So I reclassified it to WebServer-Problem. MicroWeb specific: Setting the extension_dir is not possible. Specifying a directory in the php.ini has no affect, although other settings can be configured fine... Microweb supports PHP only over CGI-Interface. ------------------------------------------------------------------------ [2002-09-15 16:51:17] [EMAIL PROTECTED] I don't know what the problem with the extension_dir is on Win 2K. If there is anything assigned it returns an error with a / appended to the assignment directory (Setting extension_dir =c:\php\extensions returns c:\php\extensions/php_xslt.dll with the error text about not finding the file) and of course, the windows file system is not compatible, if that's the real problem. I got it to work as noted below. Here is what I had to do for IIS 5.x Win 2K with PHP 4.2.3 PHP.ini Directory in which the loadable extensions (modules) reside. extension_dir = Windows Extensions extension=php_xslt.dll Most everyone else who reported problems were using Apache on Windows with a diferent version of PHP, so that's why I think there might be a problem with the build for windows. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=19423&edit=1
