How to upgrade to new php version in xampp from 5.3 to PHP Version 5.6.23?
When we are using xampp for Website development with PHP and Apache server. Some times need arise to upgrade the php to latest version. This helps in saving time for installing softwares from startup.
Variables with old values
LoadFile “C:/xampp1/php/php5ts.dll”
LoadFile “C:/xampp1/php/libpq.dll”
LoadModule php5_module “C:/xampp1/php/php5apache2_4.dll”
PHPINIDir “C:/xampp1/php”
ScriptAlias /php-cgi/ “C:/xampp1/php/”
<Directory “C:/xampp1/php”>
——
—–
</Directory>
Variables with new values
LoadFile “C:/xampp1/php-5.6.23/php5ts.dll”
LoadFile “C:/xampp1/php-5.6.23/libpq.dll”
LoadModule php5_module “C:/xampp1/php-5.6.23/php5apache2_4.dll”
PHPINIDir “C:/xampp1/php-5.6.23”
ScriptAlias /php-cgi/ “C:/xampp1/php-5.6.23/”
<Directory “C:/xampp1/php-5.6.23”>
———-
</Directory>
Now restart your xampp server. It will work now.
Run phpinfo() command from file and see new version in it.
Issues faced while doing ugrade.
After starting xampp server, I found below error :
Issues 1 :
Fatal error: Call to undefined function mb_detect_encoding() in yourxamppdirectory\phpMyAdmin\libraries\php-gettext\gettext.inc on line 177
Solution is :
OLD values
; On windows:
extension_dir=”ext”
New values
; On windows:
extension_dir=”C:\xampp1\php-5.6.23\ext”
Remove semi colon from below extension o enable dll’s.
extension=php_gd2.dll
extension=php_mbstring.dll
extension=php_exif.dll ; Must be after mbstring as it depends on it
extension=php_mysql.dll
extension=php_mysqli.dll
Restart your xampp server.
Restart xampp and hopefully it’ll work.
Please share your views in comments.
Thanks.
When it comes to children, there’s one universal truth: the right toy can spark imagination, build skills, and make memories…
In today’s digital age, where screens and gadgets dominate our children’s lives, there’s something heartwarming about a well-loved plush toy…
In a world dominated by screens and fast-paced routines, it’s easy to forget the simple magic of a toy in…
In the heart of Delhi’s vibrant streets lies a world where imagination meets innovation — the magical universe of toys.…
When was the last time a toy truly amazed you—not just as a product, but as a thoughtful tool for…
In the digital age, the way we experience childhood has changed, but the essence remains the same—imagination, exploration, and joy.…