The update broke all our servers as well.
Add this at the top of /etc/httpd/conf.d/php.conf
<IfModule prefork.c>
LoadModule php5_module modules/libphp5.so
</IfModule>
<IfModule worker.c>
LoadModule php5_module modules/libphp5-zts.so
</IfModule>
Search found 2 matches
- Thu Jun 13, 2013 3:18 am
- Forum: PHP Help and Discussion
- Topic: PHP update failed!
- Replies: 7
- Views: 12680
- Sat Jan 13, 2007 9:20 am
- Forum: General Help and Development Discussion
- Topic: open_basedir conflict PHP / PEAR
- Replies: 2
- Views: 4081
I just updated one of my servers to PHP5.0.4, and came across this problem as well. It's a pretty big problem as well, because running websites will be broken after installing this RPM. I fixed it using a patch from the bugs.php.net website: http://bugs.php.net/bug.php?id=31054 If anyone wants a ste...