Hi,
compiled the latest php4 version from php.net and enabled php4 in httpd.conf. trying to run the server then I get (trying to run php3 and php4 on one server):
/usr/local/httpd/logs # more error_log
PHP Warning: Function registration failed - duplicate name - define in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - defined in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - each in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - strlen in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - strcmp in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - strcasecmp in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - error_reporting in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - leak in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - function_exists in Unknown on line 0
PHP Warning: Basic Functions: Unable to register functions, unable to load in Unknown on line 0
disabeling php4 again .. working fine with php3. but how do I fix this and get both running at once.
also: how can I compile it to run as cgi. the INSTALL file in the distribution doesn't say this ..
thanks.
sven