ubuntu - can't change version of php on apache2 -


i've tried many times in these days change php version running on ubuntu server. since new type of things searched lot of ways this.

i ended using phpbrew install right php version needed , used script in topic:

tell apache use specific php version installed using phpbrew

after have done of this, going on phpinfo(), still find version running 5.6.31, while want 5.3.17. apache2 still searching configuration file under /etc/php/5.6/apache2/php.ini.

the main problem looking in /etc/php/ there no 5.3.17 or 5 php directory.

on server if php -v 5.3.17 version, don't know what's problem.

i don't know else can do, suggestions?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -