I've been trying to update my version of php (and apache), because up until a couple of days ago i was using 4.0.4.pl1 and that started to suck.
But whenever i install a newer version (4.2.2 or 4.2.1) php magically forgets all variables!
Using the sapi module or the cgi, makes no difference! If i execute this script:
<?php
$variable = 'This is a variable!';
echo 'Contents of variable: '.$variable;
?>
I get this:
Contents of variable:
PHP is no fun when you can set no variables, case anyone was wondering.
Have anybody had this problem before?
I tried resinstalling w2k entirely yesterday(the old install had been running since february 2000), but it made no difference......do i need to install some updates?