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 [...]
Tag: php.ini
Quick tips: How to locate php.ini in VPS hosting
If you need to make modifications to php.ini in your VPS, there are a couple of ways you can find out where it is located: a) In the command line, run the following command: php -i | grep php.ini The following line will be displayed, containing the path of the php.ini file: Loaded Configuration File [...]




English
Español 
![php[tek] 2013](http://blog.servergrove.com/wp-content/uploads/2013/01/tek13.png)


