Re: [PHP] PHP 4 broken after Apache upgrade

2002-07-06 Thread Chris Garaffa
That's exactly what I needed to do... Thanks Devrim and Chris for your quick help. AhhhŠ back to coding! -- Chris Garaffa #!/usr/local/lib/php $contact_info["Name"] = "Chris Garaffa"; $contact_info["Email"] = "[EMAIL PROTECTED]"; $contact_info["Work"] = "[EMAIL PROTECTED]"; $contact_info["ce

Re: [PHP] PHP 4 broken after Apache upgrade

2002-07-06 Thread Chris Allen
Reinstall php. Did you do that when you upgraded Apache? For static link you need to re-install. For DSO not sure I do not run my systems that way. I havent heard of anyone else having problems. I will be updating myself this weekend so... Also you need to have the apache server "handle" the php

Re: [PHP] PHP 4 broken after Apache upgrade

2002-07-06 Thread Devrim GUNDUZ
Hi, On Sat, 6 Jul 2002, Chris Garaffa wrote: > OK, so I upgraded to Apache 1.3.26 on my RedHat machine after the security > stuff last week. Saved my old httpd.conf file, just in case, and I did need > it. Unfortunately, neither the old file, nor the new file, nor the new file > modified to inc