From owner-freebsd-isp@FreeBSD.ORG Fri Oct 1 15:48:01 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2994916A4CE for ; Fri, 1 Oct 2004 15:48:01 +0000 (GMT) Received: from mail.mytechsupport.com (ns1.mytechsupport.com [67.50.42.163]) by mx1.FreeBSD.org (Postfix) with SMTP id D438243D39 for ; Fri, 1 Oct 2004 15:48:00 +0000 (GMT) (envelope-from john@mytechsupport.com) Received: (qmail 26179 invoked by uid 106); 1 Oct 2004 15:45:51 -0000 Received: from john@mytechsupport.com by bsd1.mytechsupport.com by uid 82 with qmail-scanner-1.22st Clear:RC:1(67.50.46.38):. Processed in 0.020727 secs); 01 Oct 2004 15:45:51 -0000 Received: from unknown (HELO ?192.168.0.7?) (67.50.46.38) by 0 with SMTP; 1 Oct 2004 15:45:50 -0000 Message-ID: <415D7C86.7010609@mytechsupport.com> Date: Fri, 01 Oct 2004 09:49:26 -0600 From: John Peterson User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 5.X apache / php problem X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 15:48:01 -0000 I do web hosting and 2 of my machines are running freebsd 5.x one 5.1 and the other 5.2 . Everything works great except for php always get these weird errors like these: PHP Warning: Unexpected character in input: '^A' (ASCII=1) state=1 in /home/mytech/public_html/horde/lib/Browser. php on line 133 PHP Warning: Unexpected character in input: '^F' (ASCII=6) state=1 in /home/wecare/public_html/app/login.html on line 22 then you reload the page and it goes away. Its totally random it will be fine for awhile then just have a bunch of these errors then go away... Its like it randomly swaps characters in memory like a curly brace for something else in the php script, causing the script to error. It seems if I restart apache it fixes it for awhile as well... Making me think it may be something with apache and the way it handles memory, maybe its overrunning its allocated memory and swapping grabage for the memory location that the php script is running ... ? Just wonder if 5.x and apache/php has problems I have tried apache 2.x and 1.3.x and php any version with the same results. Has anyone else had these sorts of problem with 5.x and apache/php ???? Thanks, John Peterson