wamp - How to downgrade Wampserver PHP? -


i see everywhere downgrade php on wampserver have left click wamp> php>version> more> , dowload version want.

but when arrive on page , don't see link download other php version. can download file php5.2.4.isson page

so fine dowload on php.net , unzip archive in folder "c:\wamp\bin\php\php5.2.4"

next copy files wampserver.conf, php.ini , phpforapache.ini folder "c:\wamp\bin\php\php5.5.12" folder "c:\wamp\bin\php\php5.2.4"

and finish change in file php.ini , phpforapache.ini path :

extension_dir = "c:\wamp\bin\php\php5.2.4" 

when restart wamp have 2 versions of php 1 use actualy (5.5.12) , 1 want instal (5.2.4) when choose 5.2.4 wamp icon became orange , stay don't understand why.

to manually install version of php wamp can follow following steps...

  1. download binaries php.net
  2. extract files new folder: c:/wamp/php/php5.4.13 (or whatever version number is)
  3. copy wampserver.conf file php folder in wamp new folder.
  4. rename php.ini-development file phpforapache.ini
  5. restart wampserver exiting out of wamp , restarting it)

note: if adding php version 5.6, need copy php5apache2_4.dll php folder in wamp otherwise wamp server wont start.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -