Hi, ich habe mit Apache und Mysql eine Anwendung entwickelt, die dort auch läuft. Für den Release muss sie aber aber auf dem IIS laufen, allerdings kriege ich da folgende Fehlermeldung:
Fatal error: Call to undefined function mysql_connect() in c:\Inetpub\wwwroot\php\db.php on line 73
PHP Warning: PHP Startup: SV‹t$W‹=ÀŒ: Unable to initialize module Module compiled with module API=20020429, debug=0, thread-safety=1 PHP compiled with module API=20050922, debug=0, thread-safety=1 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'c:\php\ext\php_mysql.dll' - Die angegebene Prozedur wurde nicht gefunden. in Unknown on line 0 PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'libmysql.dll' in Unknown on line 0
Die Pfade in der php.ini sind korrekt, diese liegt im Windows Verzeichnis. Die php_mysql.dll und libmysql.dll habe ich, wie auf mehreren Seiten empfohlen sowohl ins Windows, Windows/System und System 32 Verzeichnis kopiert.
Mit PHP 4.* läuft meine Anwendung, leider haben wir jetzt die neue Version hier, und ich kriegs einfach nicht zum laufen.
Für Vorschläge wäre ich sehr dankbar...
Fatal error: Call to undefined function mysql_connect() in c:\Inetpub\wwwroot\php\db.php on line 73
PHP Warning: PHP Startup: SV‹t$W‹=ÀŒ: Unable to initialize module Module compiled with module API=20020429, debug=0, thread-safety=1 PHP compiled with module API=20050922, debug=0, thread-safety=1 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'c:\php\ext\php_mysql.dll' - Die angegebene Prozedur wurde nicht gefunden. in Unknown on line 0 PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'libmysql.dll' in Unknown on line 0
Die Pfade in der php.ini sind korrekt, diese liegt im Windows Verzeichnis. Die php_mysql.dll und libmysql.dll habe ich, wie auf mehreren Seiten empfohlen sowohl ins Windows, Windows/System und System 32 Verzeichnis kopiert.
Mit PHP 4.* läuft meine Anwendung, leider haben wir jetzt die neue Version hier, und ich kriegs einfach nicht zum laufen.
Für Vorschläge wäre ich sehr dankbar...