Page 1 of 1

PHP 5.3.1 not coming

PostPosted: 25. February 2010 08:49
by toreachdeepak
Hi,

i have installed xampp for linux 1.7.3a but I am still getting PHP Version 5.2.8 but not 5.3.1.

Please help me in resolving this.

Thanks in advance

Deepak

Re: PHP 5.3.1 not coming

PostPosted: 26. February 2010 11:04
by syntax_error
Depends on what where are you getting this version report.

If it is through command lampp phpstatus, then run:
Code: Select all
/opt/lampp/share/lampp/activatephp 5.3.1


If it is through phpinfo or similar, replace file /opt/lampp/modules/libphp5.so by the same file in the newest version of LAMPP.
Also, make sure you are actually running XAMPP and not your distros' Apache.

If everything fails, backup your configuration, htdocs and database and make fresh install of XAMPP.

Re: PHP 5.3.1 not coming

PostPosted: 26. February 2010 15:03
by toreachdeepak
Thanks restarting lampp gave me 5.3.1 in phpinfo :-)