I am trying to set/get cookies and I am using 4.03. It is, for some reason, not holding the values.
Here is my configure commands from phpinfo():
'./configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' '--with-gd' '--with-
gettext=/usr' '--enable-safe-mode' '--with-config-file-path=/etc/httpd' '--
with-exec-dir=/usr/bin' '--with-zlib' '--enable-magic-quotes' '--with-
regex=system' '--with-ttf=/usr/lib/libttf.so' '--enable-track-vars' '--enable-
xml' '--disable-debug' '--with-db3' '--with-interbase=shared' '--with-
pgsql=shared' '--with-ldap' '--with-imap'
Has php_track_vars been disabled here? How do I enable it for my pages if I have no access to php.ini?
I get this error when using <?php_track_vars?>
Warning: <?php_track_vars?> is no longer supported - please use the track_vars
INI directive instead in /home/sites/site19/web/AMBLdbadmin.php on line 1