well thats a strange one isn't it. I would double check your php.ini make
sure it wasn't changed, also check the phpinfo() output to see if its
accually using the right php.ini file
http://php.net/manual/function.phpinfo.php
can you use the GLOBALS array?
echo $GLOBALS['foo'];
I dont quite kno
I just installed 4.0.4pl1 upgrade from 4.0.3pl1. I changed nothing in my
ini file and just left it inplace from the previous installation. I used
the same configure options, --with-apxs and --with-mysql
Now, my global variables don't work in my functions.
ie.
$foo = "bar";
$rap = 7;
function
2 matches
Mail list logo