Installation PHP5 sur EasyPHP 1.8

Tags , ,
1 novembre 2006 par Yohann CIURLIK

EasyPHP et PHP5

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

  • Digg
  • del.icio.us
  • Blogasty
  • blogmarks
  • BlogMemes Fr
  • Bluegger
  • Furl
  • MisterWong Fr
  • MSN-Reporter
  • Netscape
  • NewsVine
  • Nuouz
  • Scoopeo
  • StumbleUpon
  • Tapemoi
  • Technorati
  • Wikio
  • YahooMyWeb
  • Zataz
  • Reddit France
  • Tutmarks
Cet article vous a plu ? Abonnez-vous au blog par mail ou flux RSS : vous recevrez automatiquement les nouveaux billets !
Articles en relation :

Ce post n'a pas de commentaires... mais soyez le premier.

Laissez un commentaire



sideBarQA