2 pièce(s) jointe(s)
PMA 3.4.4 et Extension_dir
Bonjour à tous,
J'ai un souci à l'installation de PMA sur mon nouveau PC qui tourne Win7 Ultimate 64 bits alors que j'ai repris mes fichiers config d'un pc XP....
Plusieurs Virtualhost fonctionnent bien et c'est justement PHPINFO qui m'incite à écrire ce Post...
A l'exécution de Pma, j'ai comme message:
Code:
1 2
|
Cannot load mysql extension. Please check your PHP configuration. - Documentation |
Je regarde mon répertoire Extension et j'y ai bien php_mysql.dll.
Ensuite je regarde PHPINFO et là, surprise...
Code:
1 2 3 4 5 6 7 8 9 10 11
|
error_prepend_string no value no value
error_reporting 22527 22527
exit_on_timeout Off Off
expose_php On On
extension_dir C:\php C:\php
file_uploads On On
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000 |
Alors que je n'ai pas de C:/PHP
Dans mon php.ini (Qui est aussi en pièce attachée mais avec l’extension .TXT !), je spécifie bien le "bon répertoire" ou ce que je crois être le bon:
Code:
1 2 3 4 5 6 7 8 9 10 11
|
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
; extension_dir = "./"
; On windows:
; extension_dir = "ext"
;
; $ET
; ---
extension_dir = "F:/Program Files (x86)/PHP/ext" |
Initialement j'ai dans ma config XP
Code:
1 2 3 4 5
|
;
; $ET
; ---
extension_dir = "ext" |
Ni l'une ni l'autre ne fonctionne....
Code:
1 2 3
|
En pièce attachée, le print screen de mon PHP/Ext
|
Là, je ne comprends plus... et j'appelle à votre aide pour me sortir de là...
Merci @tous :ccool::zoubi:
Esteban
PMA 3.4.4 et Extension_dir
Merci, je réponds vite car visite...
PHPINFO
Code:
1 2 3 4 5 6 7 8 9 10
|
System Windows NT AMITIE 6.1 build 7601 (Windows 7 Ultimate Edition Service Pack 1) i586
Build Date Aug 23 2011 11:47:20
Compiler MSVC9 (Visual C++ 2008)
Architecture x86
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--disable-isapi" "--enable-debug-pack" "--disable-isapi" "--without-mssql" "--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=D:\php-sdk\oracle\instantclient11\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet" "--with-mcrypt=static" "--disable-static-analyze"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\Windows
Loaded Configuration File F:\Program Files (x86)\PHP\php.ini |
C'est le bon !
APACHE
Code:
1 2 3 4 5 6
|
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "F:\Program Files (x86)\PHP\"
LoadModule php5_module "F:\Program Files (x86)\PHP\php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL |
C'est encore le bon....
Merci de ton aide surtout un dimanche PM... :D:D:D
Esteban