Downgrade php version on Wampserver
Big change from PHP 5.2.xxx to PHP 5.3.xxx in latest wampserver version (2.0i) resulting some problem in existing project :
- Joomla
- Drupal
Related to ereg() function.
Whenever you face the problem you can choose :
- Change ereg() to mb_ereg()
- Downgrade your PHP version.
Fortunately wampserver support addon.
At the moment addon that wampserver support are :
- Choose your MySQL version.
- Choose your PHP version
- Choose your Apache version.
Downgrade PHP
Simply download any version from PHP family :
I choose PHP 5.2.11
Double click the setup file and continue installation till finish.
Start Wampserver and click on the tray
Choose PHP 5.2.11
Wait for moment and refresh localhost to see new activated PHP version.
Yes, when you see same as I see then you’re done.
Happy PHP-ing.
Kudos to Wampserver creator!
- downgrade my php version
- wordpress change php version
Related posts:
- Step by Step Install Drupal on WampServer : Vhost and Clean URL In previous post I have talk about fix ereg()...
- Step by Step install Joomla with WampServer Hello everybody, happy thanksgiving Today I try to explain...
- setting a password for user ‘root’ : wampserver way When You open phpmyadmin from wampserver you’ll see message...
- Deprecated: Function ereg() is deprecated when install Drupal At previous post about install drupal in localhost using...
- Step by step install Expression Engine with WampServer I’ve ever use pmachine long time ago and I...
Related posts brought to you by Yet Another Related Posts Plugin.
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.









