On 6/5/2015 3:21 AM, 李欣 wrote: > I have a question about the support of PHP. > > Is CentOS 6.X still supporting PHP 5.3.3? > Are there any new releases in the future? > > Where is the official place to get information about it? > > Thanks. > > Xin > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos Check out the Software Collections Repository: http://wiki.centos.org/AdditionalResources/Repositories/SCL It has PHP 5.4 available. I just used it for Python 3.3. It's a little funky in that you install the software in parallel and then temporarily enable the newer version in a shell or other executable environment. But it works.