I am trying to install on RedHat Linux 7.3 with php-4.3.1
and mysql 4.0.12.
A: will the unaltered code run under this system?
B: do I have to re-name all files to .php ext rather
than .php3
C: at this point, I am receiving the following error:
"Fatal error: Cannot redeclare gc()
in /usr/web/docs/projects.zuka.net/docs/activeapp/includ
e/phplib/session.inc on line 461"
Any help with definitly be appreciated.
Dave Filchak
Logged In: YES
user_id=382803
Is Apache configured to read .php3 (as well as .php) files.
You may only need to add ".php3" to the list of AddType. E.g.,
AddType application/x-httpd-php .php .php3 .php3 .phtml