vladgh / VladGh.com-LEMP

Latest NginX, MySQL, PHP (with APC and Suhosin)
http://vladgh.com/blog/install-nginx-and-php-php-fpm-mysql-and-apc
Apache License 2.0
160 stars 41 forks source link

Upgrade to PHP 5.5 #48

Closed multiformeingegno closed 11 years ago

multiformeingegno commented 11 years ago

I'm on PHP 5.4.x (installed with this script and every minor update I run the ext/update_php.sh 5.4.x), What happens if I do a sudo ext/update_php.sh 5.5.0 ? Would it work?

P.S.: I also have APC installed now. Should I first disable it?

vladgh commented 11 years ago

According to my tests, the update should work without issues, but you do have to disable APC manually. Just comment out the extension = apc.so line in /etc/php5/conf.d/apc.ini and then run the update script.

Let me know if there are any issues.