ID: 15229 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: *Configuration Issues Operating System: win2000 PHP Version: 4.1.1 New Comment:
You should NEVER use single backslashes on Windows with PHP, use either a single slash or a double backslash. Does that fix your problem?\ BTW: dl() doesn't work on multithreaded websevers (like IIS) so it has been disabled on them, and that has nothing to do extensions enabled via php.ini. Previous Comments: ------------------------------------------------------------------------ [2002-03-06 08:40:33] [EMAIL PROTECTED] What is this idiot ------------------------------------------------------------------------ [2002-01-26 16:29:32] [EMAIL PROTECTED] Yes, they are and not corrupt. in my c:\winnt\php.ini: extension_dir="c:\PHP"; extension="php_gd.dll"; php_gd.dll is in c:\PHP I have read that the function dl() does'nt work on IIS, I use IIS. dl() and the extensions declaration in php.ini seems to be almost the same, that maybe the same problem. Thanks for helps ------------------------------------------------------------------------ [2002-01-26 05:37:59] [EMAIL PROTECTED] Are you sure that the extensions are located in c:\php and not in c:\php\extensions? ------------------------------------------------------------------------ [2002-01-25 17:55:06] [EMAIL PROTECTED] yes, because if no, PHP woul'nt give me this errors (Unable to load dynamic library 'c:\PHP/php_gd.dll'). My rights permission in c:\PHP is full access. ------------------------------------------------------------------------ [2002-01-25 17:25:51] [EMAIL PROTECTED] by saying "My php.ini is OK." you mean "Your extension_dir is set to c:\PHP"? ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/15229 -- Edit this bug report at http://bugs.php.net/?id=15229&edit=1