Hi,
I'm not sure if the way I updated to the lates version of PHP (4.0.2) is the correct one:
I'm using the win32-version.
First I just unzipped the package and
second I copied it to the old PHP4 directory of the win-apache server directory.
If I now call my local test-php-file on my local apache-server, the right version will be displayed in the browser.
the content of the file ist just <?php phpversion(); ?>.
So I think, it could have been the "right" way.
But if I try to use functions like is_uploaded_file(), an error-message occures, that this is an unknown function.
Who can tell me, why this message comes up?
TIA
Karsten