Gerhardus Scheltema wrote:
Hi
Please help. I had a bunch of php scripts that was developed on my
RedHat 7.3 machine. The Scripts's home is on a RedHat 7.1 machine Wen
and e-mail server.
I had a similar problem that turned out not to be register globals. I
found a bug-report and was able t
Gerhardus Scheltema wrote:
Hi
Please help. I had a bunch of php scripts that was developed on my
RedHat 7.3 machine. The Scripts's home is on a RedHat 7.1 machine Wen
and e-mail server.
I had a similar problem that turned out not to be register globals. I
found a bug-report and was able t
On 18 Nov 2002 17:55:09 +0200
Gerhardus Scheltema <[EMAIL PROTECTED]> wrote:
> Apache is running and with php and MySQL is working. Just some stuff
> like $php_self is acting up.
More than likely this is due to the fact that RedHat have changed the
default value of short_open_tag to Off in your /
You might check the list archives, in /etc/php.ini there are a couple of
settings which now default to off. I forget what they are called though.
Gerhardus Scheltema wrote:
Hi
Please help. I had a bunch of php scripts that was developed on my
RedHat 7.3 machine. The Scripts's home is on a RedHa
I'm no php expert (yet ;o)), but I think this may have to do with
"register_globals" being off by default. IIRC, there's something in the
Release Notes about this (along with info about short tags being off).
Either change the setting in php.ini or change your scripts to use
$_SERVER['PHP_SELF'], e
Hi
Please help. I had a bunch of php scripts that was developed on my
RedHat 7.3 machine. The Scripts's home is on a RedHat 7.1 machine Wen
and e-mail server.
Today I downloaded a bunch of the scripts and started working on them on
my local RH8 box. But the scripts does not behave as expected. In