service php-fpm restart with error after upgrade from 5.3.8 to 5.3.10

Well
I have to upgrade a server from php 5.3.8 to 5.3.10 on a centos server.
After this the service php-fpm restart didn’t work.

Stopping php-fpm:                                          [FAILED]

So after a short look to the problem, what I discover is that problem is on this file

/etc/init.d/php-fpm

What I have was

pidfile=${PIDFILE-/var/run/php-fpm/php-fpm.pid}

and this line should be

pidfile=${PIDFILE-/var/run/php-fpm.pid}

Real Estate Script

Today I test a Real Estate Script that I really like it. You will wonder why ?  Well, first because is very intuitive, is very simple to install,  and is very very fast, and use lower resource that other script that I tested.

The link is

Real Estate Script

Hope it will be useful for someone this information.