Tag: PHP

Getting Composer to work with MAMP

I was trying to update a project using Composer when I got the following error: Composer needs the PHP setting detect_unicode to be disabled. If it is enabled, composer will fail with a message like this: The solution is simple. You have to add the following to the end of your php.ini: detect_unicode = Off [...]

November 06 / 2012
Author Kim
Category PHP
Comments No Comments

PHP 5.3.17 and 5.4.7 released and available on ServerGrove!

Last week the PHP development team released new versions of PHP 5.3.17 and 5.4.7. These releases fix over 20 bugs and contain a couple of key enhancements. We have updated our OS packages with these new versions. We have also update the APC package for PHP 5.4 that includes key bug fixes and further stabilizes PHP [...]

September 19 / 2012
Author Pablo
Category PHP, VPS
Comments No Comments
Tags

Welcome ServerGroveLocaleBundle

Internationalization is becoming a common feature for websites. As you may know, we have been adding new languages both on our website and in our VPS control panel. We sell our services to a global market, so our website needs to be welcoming to everybody. That’s why we wanted to display flags that are appropriate for each [...]

July 27 / 2012
Author ismael
Category PHP, ServerGrove, symfony
Comments No Comments

2012 PHP Conferences Round up

The 2012 PHP conference calendar has already started with 3 good conferences, to kick-off 2012 we had PHPBenelux in January which we assisted and were blown away by the amazing work of the whole organizing crew. They even produced a very nice video to top it off. In February we had PHPUK London and, earlier this month [...]

March 29 / 2012

PHP 5.3.10 released and available to all customers

The PHP team released PHP 5.3.10 yesterday, fixing a remote code execution vulnerability introduced on PHP 5.3.9. This version is already installed in all Shared Hosting servers with PHP 5.3 and is available to all VPS customers. If your VPS is using our RPM or Deb package repository, you can simple upgrade PHP by running: # CentOS [...]

February 03 / 2012
Author Pablo
Category PHP
Comments No Comments