Date: 09/18/00
- Next message: Kartic Krishnamurthy: "Re: [phplib] How to enable track vars from within PHP script? (PHP3, On Unix)"
- Previous message: Jeanne Pelletier: "[phplib] New User needs help with PHPLib"
- In reply to: Pankaj: "[phplib] How to enable track vars from within PHP script? (PHP3, On Unix)"
- Next in thread: Kartic Krishnamurthy: "Re: [phplib] How to enable track vars from within PHP script? (PHP3, On Unix)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Pankaj:
Unless I'm missing something... I think you want to enable track-vars when
you compile PHP, like this:
(in the directory where PHP is located do this (the parens are mine,and you
don't need them))
./configure --with-mysql (assuming you want mysql support)
--with-apache=(your path for apache source) \
--enable-track-vars
there are other options for PHP you might want to enable as well,
Good luck,
Jorge M.
Pankaj wrote:
> My Track Vars is switched off (Track Vars from phpinfo() is 0). How can I
> enable track Vars from withing HP so that my PHPLIB works fine?
> Also, where should I insert that php code? (in prepend.php3?)
> Will this work:
> ------------
> <?php
> php_track_vars
> ?>
> ------------
> before any code in prepend.php3
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Kartic Krishnamurthy: "Re: [phplib] How to enable track vars from within PHP script? (PHP3, On Unix)"
- Previous message: Jeanne Pelletier: "[phplib] New User needs help with PHPLib"
- In reply to: Pankaj: "[phplib] How to enable track vars from within PHP script? (PHP3, On Unix)"
- Next in thread: Kartic Krishnamurthy: "Re: [phplib] How to enable track vars from within PHP script? (PHP3, On Unix)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

