On 09/22/2003 11:26 AM [EMAIL PROTECTED] (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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to