4.0 Installing and configuring PHP
- Extract the zip file (php-5.2.6-Win32.zip) to [Drive]:\server\php.
- Find the files called php.ini-recommended and rename it to php.ini.
- Open php.ini with text editor. (I prefer to use Notepad ++)
- Find ;extension=php_mysql.dll and delete “;”.
- Find ;extension=php_mcrypt.dll and delete “;”.
- Find extension_dir = "./" change to extension_dir = "./ext"
- Right click My Computer --> Properties --> Advance Tab --> Environment Variable. In system variables select Path and press edit. Add your php folder in the list e.g. E:\server\php. (optional)
.
No comments:
Post a Comment