Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2003 19:09:31 +0200
From:      "H. Bartel" <lists@u-rep.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: apache / php problem
Message-ID:  <r02000100-1026-887DD452ED1F11D7821000306583A5FE@[10.0.0.119]>
In-Reply-To: <3F6F229A.7070407@daleco.biz>

next in thread | previous in thread | raw e-mail | index | archive | help
On 09/22/2003 11:26 AM kdk@daleco.biz (Kevin D. Kinsey, DaleCo, S.P.) wrote:

>If you have just updated to PHP4 from 3, be advised
>that the "register_globals" handle in php.ini is now OFF
>by default, and therefore any code of the type
>
>include "$sub";
>
>should now read
>
>include "$_GET['sub']";

I thought about this before, but it works on my apache set up on the mac. I now changed the php-code and it works perfectly again.

I'll keep Johns tip of reinstalling the modules one after one in mind though - I'll probably run in new problems sometime soon... ;)

Thanks, Holger



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?r02000100-1026-887DD452ED1F11D7821000306583A5FE>