rbtux Wrote:use apt pining to install php and curl from testing repository...
Thanks rbtux,
This unfortunately did not solve my problem. I got everything updated but curl still crashes on this server - so something else must be to blame (god knows what it might be though!)
Is there any way for me other than looking at the apache error logs to figure out why curl is crashing and I am getting this darn http 500 error?
In case anyone else wants to know how to update their php5 on debian running ispcp just do this:
edit the file /etc/apt/sources.list and add the following lines:
#Testing
deb
http://ftp.de.debian.org/debian testing main non-free contrib
then go to /etc/apt/apt.conf.d/70debconf and add the following line:
APT::Cache-Limit "16777216";
then do e.g. "apt-get install php5-curl/testing"
Again thank you for your time
- Zaber