step 1: Download File SiteUrl -
https://windows.php.net/download/
step 2: Extract Files
step 3: Configuration File
C:\PHP\php.ini-development to C:\PHP\php.ini
Serveral Line Changes :
1)extension_dir = "C:/PHP/ext"
2)extension=curl
3)extension=gd2
4)extension=mbstring
5)extension=mysql
6)extension=pdo_mysql
7)extension=xmlrpc
8)fastcgi.impersonate = 1
9)cgi.fix_pathinfo=0
10)cgi.force_redirect = 0
step 4: Set Enviroment Variable Path
step 5: IIS Setting
1) Add IIS Handler Mappings
2) Add "index.php" to default docs
step 6: Check CMD php -info
step 7: Check PHP Web Page Side
<?php phpinfo(); ?>
step 8: Save File PhpInfo.php In Dir..
C:\inetpub\wwwroot
step 9: Run File Local Browser PhpInfo As You Given Name Of File
https://windows.php.net/download/
step 2: Extract Files
step 3: Configuration File
C:\PHP\php.ini-development to C:\PHP\php.ini
Serveral Line Changes :
1)extension_dir = "C:/PHP/ext"
2)extension=curl3)extension=gd2
4)extension=mbstring
5)extension=mysql
6)extension=pdo_mysql
7)extension=xmlrpc
8)fastcgi.impersonate = 1
9)cgi.fix_pathinfo=0
10)cgi.force_redirect = 0
step 4: Set Enviroment Variable Path
step 5: IIS Setting
1) Add IIS Handler Mappings
2) Add "index.php" to default docs
step 6: Check CMD php -info
step 7: Check PHP Web Page Side
<?php phpinfo(); ?>
step 8: Save File PhpInfo.php In Dir..
C:\inetpub\wwwroot
step 9: Run File Local Browser PhpInfo As You Given Name Of File
0 Comments