[PHP] Serious problem with Compiler?!?

2005-03-09 Thread Stefan
Hi there, my Server worked fine for several month now with php 4.3.4. Since a few hours (without changing anything for the last days) PHP doesn't 'know' basic commands as mysql_connect() or session_start() ... (e.g.: Fatal error: Call to undefined function: mysql_connect() ) I have no idea where

Re: [PHP] Serious problem with Compiler?!?

2005-03-09 Thread Jochem Maas
Stefan wrote: Hi there, my Server worked fine for several month now with php 4.3.4. Since a few hours (without changing anything for the last days) PHP reboot? lame yes, but maybe it works. otherwise specify some server details here. check if files (e.g. the php binary, conf files) have changed

Re: [PHP] Serious problem with Compiler?!?

2005-03-09 Thread Stefan
I've found where the problem came from: I was using PHP 4.3.9 (sorry for misinformation in the first mail) but it was overwritten by a suse onlineupdate 4.3.4 last night. This is where the problems came from. I have removed 4.3.4 via Yast and want to compile 4.3.10 now. ./configure and make

Re: [PHP] Serious problem with Compiler?!?

2005-03-09 Thread Richard Lynch
I have removed 4.3.4 via Yast and want to compile 4.3.10 now. ./configure and make test work fine, but when I use 'make', it only shows a few lines and doesn't install successfull: What few lines? This is all text produced by make: -- begin Installing PHP SAPI module: apache2handler