ID: 20243 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XSLT related Operating System: WinXP PHP Version: 4.2.3 New Comment:
OK... Even worse: included a final backslash in extension_dir definition, and this seems to fix the problem with the correct generation of the path. However, DLL could not be loaded again. Previous Comments: ------------------------------------------------------------------------ [2002-11-04 05:44:07] [EMAIL PROTECTED] Core of the problem: Windows reports: Unable to lead dynamic library 'C:\PHP\extensions/php_sxlt.dll" - The specified module could not be found. So it's a directory definition problem... ------------------------------------------------------------------------ [2002-11-04 05:42:17] [EMAIL PROTECTED] When I change php.ini to load php_xslt.dll, it would define automatically the following path: C:\PHP\extensions/php_sxlt.dll I presume that forward slash messes the whole thing up. I have no control over the slash between "extensions" (part of the extension_dir definition) and "php_sxlt.dll", since PHP inserts this slash automatically. Obviously this would work for UNIX, but what about Win users? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20243&edit=1