ID:               39289
 Updated by:       [EMAIL PROTECTED]
 Reported By:      bin at tbswe dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Dynamic loading
 Operating System: Windows 2003
 PHP Version:      5.1.6
 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.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------

[2006-10-28 12:10:24] bin at tbswe dot com

Description:
------------
I have a Win2003 server with IIS.
Today i upgrade to PHP5.1.6 from PHP4.4.4,
but a problem came out.
It can successful run in CGI mode,
but when i changed it to ISAPI mode, it cannot run.
Then I tried to call PHPINFO(),
It successfully processed, but MYSQL module could not be found in the
list.( NO ERROR REPORTING )
In the same PHP.ini, CGI mode could load MYSQL module. 

And there was "extension=php_mysql.dll" in PHP.INI already.

Reproduce code:
---------------
<?php
phpinfo();
?>

Expected result:
----------------
MySQL Support enabled 

Actual result:
--------------
MYSQL could not be found in the list.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=39289&edit=1

Reply via email to