Skype 3.0 encore plus grand Comment trouver des liens de téléchargement
Nov 12

http://lassoft.net/blog/images/php5.jpghttp://lassoft.net/blog/images/logo_easyphp_140x148.gif

En attendant la sortie de EasyPHP 2.0 qui incluera PHP5, il faut installer PHP5 à la main sur une base de EasyPHP 1.8. De plus amples informations sur EasyPHP et PHP sont disponibles sur les sites web officiels http://www.easyphp.org et http://www.php.net.


Suivez le guide:

  1. Télécharger EasyPHP 1.8 (setup)
  2. Installer EasyPHP 1.8, par exemple dans c:\EasyPHP\.
  3. Télécharger PHP5 (Windows binairies > zip package)
  4. Dézipper le package dans c:\EasyPHP\php5
  5. Modifier c:\EasyPHP\apache\conf\httpd.conf
    • Remplacer:
      • LoadModule php4_module "c:/EasyPHP/php/php4apache.dll"
    • Par:
      • LoadModule php5_module "c:/EasyPHP/php5/php5apache.dll"
    • Remplacer:
      • AddModule mod_php4.c
    • Par:
      • AddModule mod_php5.c
    • Ajouter "index.php5" dans
      • DirectoryIndex index.html index.shtml index.wml index.pwml index.php index.php3 index.php4 index.php5
    • Ajouter ".php5" dans
      • AddType application/x-httpd-php .phtml .pwml .php3 .php4 .php5 .php .php2 .inc
  6. Modifier "C:/EasyPHP/php.ini"
    • Remplacer:
      • extension_dir = "${path}\php\extensions\"
    • Par:
      • extension_dir = "${path}\php5\ext\"
    • Remplacer:
      • include_path = "${path}\php\pear\"
    • Par:
      • include_path = "${path}\php5\PEAR\"
    • Ajouter: extension=php_mysql.dll
  7. Copier c:\EasyPHP\php5\libmysql.dll dans c:\windows\system32\
  8. Redémarrer EasyPHP

Félicitations! Maintenant ça doit marcher…

Laissez un commentaire

- Why ask? This confirms you are a human user!

FireStats icon Contenu créé par FireStats