Das gemacht der Fehler wäre weg jetzt kommen aber immer fehler meldungen die dll oder ini's in dem extension verzeichnis suchen
PHP Warning: Cannot open 'D:\\Server\\xampp\\php\\browscap\\browscap.ini' for reading in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Server\\xampp\\php\\extensions\\php_curl.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Server\\xampp\\php\\extensions\\php_gd2.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Server\\xampp\\php\\extensions\\php_ming.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Server\\xampp\\php\\extensions\\php_openssl.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Server\\xampp\\php\\extensions\\php_pdf.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Server\\xampp\\php\\extensions\\php_sqlite.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Server\\xampp\\php\\extensions\\php_xslt.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'D:\\Server\\xampp\\php\\extensions\\php_zip.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
Apache/2.0.49 (Win32) mod_autoindex/color mod_ssl/2.0.49 OpenSSL/0.9.7d PHP/5.0.0RC2 Server at localhost Port 80
Das sagt er laut Test hab denn alten extensions ... in denn PHP5 ordner gepackt aber bei start bekomme ich solche Fehler:
PHP Warning: PHP Startup: ,\xb1:\x01\xe0\x1b9\x01: Unable to initialize module\nModule compiled with module API=20020429, debug=0, thread-safety=1\nPHP compiled with module API=20040412, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: \xa8Ya\x01\xb0\x12Y\x01: Unable to initialize module\nModule compiled with module API=20020429, debug=0, thread-safety=1\nPHP compiled with module API=20040412, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: \xd8\xf9Z\x01: Unable to initialize module\nModule compiled with module API=20020429, debug=0, thread-safety=1\nPHP compiled with module API=20040412, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: \xcc\x84Y\x010DY\x01: Unable to initialize module\nModule compiled with module API=20020429, debug=0, thread-safety=1\nPHP compiled with module API=20040412, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: t\xed_\x01: Unable to initialize module\nModule compiled with module API=20020429, debug=0, thread-safety=1\nPHP compiled with module API=20040412, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: <g\\\x01: Unable to initialize module\nModule compiled with module API=20020429, debug=0, thread-safety=1\nPHP compiled with module API=20040412, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: \x98bY\x01: Unable to initialize module\nModule compiled with module API=20020429, debug=0, thread-safety=1\nPHP compiled with module API=20040412, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: \x88qY\x01\xc0\x10Y\x01: Unable to initialize module\nModule compiled with module API=20020429, debug=0, thread-safety=1\nPHP compiled with module API=20040412, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
sry für die anderen Theards ich hoffe jmd weiß rat
edit:
PHP5 steht da zwar aber er gibt keine php codes mehr aus
hi MajorW
und haste das hin bekommen?
Scheint niemand dir geholfen zu haben.
Ich habe das gleiche Problem mit den Extension .dll, sie werden bei mir auch nicht geladen.
weist du einen Rat.
Habe jetzt auch das Problem, dass er einige Extensions nicht laden kann (unter anderem auch das MySQL Modul) - mit PHP 5.0.0, Apache 2.0.48, PHP als SAPI Modul, Windows XP
Das Komische ist, dass er z. b. das Modul php_curl.dll erfolgreich läd - das angegebene Extension Verzeichnis ist also auch korrekt (wenn ich testweise ein falsches in der php.ini eintrage, bekomme ich auch beim php_curl.dll eine Fehlermeldung).
Die alten DLLs der 4.x Version kann man ja vergessen - die funktionieren logischer Weise unter PHP5 nicht.
Weiss jemand Rat?
redouble
--------------------------------------
Update:
Habe die Lösung gefunden: es waren schlicht nicht die für Windows compilierten dlls oder tatsächlich hatten sie gefehlt. Es gibt ein extra Package Download bei php.net das die vorkompilierten dlls für Windows enthält: Collection of PECL modules for PHP 5.0.0 [932Kb] - 13 Jul 2004
Einzeln kann man die dlls auch hier herunterladen.
Damit die mysql Extension funktionierte, musste ich noch die libmysql.dll ins Windows/System32 kopieren (ist bei der PHP-Distribution im Root dabei).
Die einzigste Extension, die ich noch nicht zum laufen bekommen habe, ist die für exif ... also php_exif.dll ... die ist bei der php5.0.0 Distribution zwar dabei - aber sie funktioniert wie oben erwähnt nicht unter Windows(XP). Im pecl Package ist die leider nicht mit dabei - und auch sonst konnte ich sie für Windows nicht finden.
supi - vielen Dank für die schnelle Hilfe!
(hätte ich ja auch selber drauf kommen können, bei den php bugreports mal zu suchen - für's nächste mal weiss ich's)
Kommentar