Re: [phplib] Eternal redirect loop From: nathan r. hruby (nhruby <email protected>)
Date: 06/07/01

On Thu, 7 Jun 2001, Fred Yankowski wrote:

>
> Try setting the PHP track_vars parameter to On in php.ini or .htaccess.
>
> > and all my scripts start with <?php php_track_vars; ?>
>

Yes <?php track_vars; ?> is dead in php4, use a php.ini, .htaccess or
httpd.conf <Directory> directive to enable track_vars for a specfic
directory.

> That statement would appear to have no net effect -- what did you
> intend it to do?
>

In php3 it would toggle the enabled-ness of track_vars.

-n

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
nathan hruby / digital statement
nathan <email protected>
http://www.dstatement.com/

Public GPG key can be found at: http://www.dstatement.com/nathan-gpg-key.txt ED54 9A5E 132D BD01 9103 EEF3 E1B9 4738 EC90 801B -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>