apache / php problem

H. Bartel lists at u-rep.com
Mon Sep 22 10:09:41 PDT 2003


On 09/22/2003 11:26 AM kdk at 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


More information about the freebsd-questions mailing list