ID: 31066 Updated by: [EMAIL PROTECTED] Reported By: jsgoupil at lookstrike dot com -Status: Open +Status: Bogus Bug Type: Dynamic loading Operating System: WinXP PHP Version: 5.0.2 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. . Previous Comments: ------------------------------------------------------------------------ [2004-12-12 22:57:00] jsgoupil at lookstrike dot com Description: ------------ When loading PHP with CGI method, I put the extension_dir to "./ext" and it is working fine. When I want to load PHP with module method, I got some problem. First of all, it seems the library can't be loaded. The "./ext" doesn't work. So there are two ways to resolve the problem, copy "ext" dir into C:/Windows or link to "ext" dir with the full path : extension_dir = "C:/php5/ext" So this is the first problem. The second one, is that php_mysqli.dll can't be loaded even if I use one of the two mothods I explain above... All other dlls (gd2 and mysql) are loaded but not mysqli... So I have to stay on php-cgi since you discover the problem... Notice that it is perhaps not a bug the first one, but it is not normal that it is working with php-cgi and not with module... I already check the bug http://bugs.php.net/bug.php?id=30636 and it doesn't correspond to this one... I put the C:/php5 to my PATH to be sure. Furthermore, I tried with / and \ in the extension_dir and it is not working anyway... I check http://bugs.php.net/bug.php?id=8416 and I've try to copy the ext folder to System32... the second bug is always there. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31066&edit=1