Install php5.2.17 for windows

To use php5 on Apache2.2

  1. Download  php-5.2.17-Win32-VC6-x86 (Thread-Safe type).
  2. Extract from this zip file, and move files to C:\php folder.
  3. Setup Apache2-2 config
    1. Add  conf/httpd.conf following text.
      • Include  conf/php.conf
    2. Create conf/php.conf, add following text.
      • PHPIniDir “C:\PHP\”
      • LoadModule php5_module “C:/PHP/php5apache2_2.dll”
      • <IfModule mime_module>
        • AddType application/x-httpd-php .php
        • AddType application/x-httpd-php-source .phps
      • </IfModule>
  4. Restart Apache2-2

To use PHP5 on IIS

  1. Download PHP5.3.x
    • comming soon.

 




コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA