> Until recently I have been using php3 on a linux webserver. Most of my sites
> uses php_track_vars at some point.
>
> I have just set up PHP 4 on my NT webserver in house to use a development
> machine rather than uploading everything to test it. This has been great and
> has been saving me a lot of time, however php_track_vars does not work and I
> get the following error message.
>
> Warning: <?php_track_vars?> is no longer supported - please use the
> track_vars INI directive instead in
> e:\intranet\www\in_progress\pdq\php_version\admin\dealers\do_add.php on line
> 1
>
> Couldn't execute query.
>
> I have checked the PHP.INI file and it says that track_vars is always on as
> default. I have also looked in the PHP manual but it does not say what to
> change to make <?php_track_vars?> work.
>
> I think I must be missing something really simple.

Given that it says that track_vars is always on now, simply remove that
line from your scripts and everything will work fine.

-Rasmus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to