From: [EMAIL PROTECTED]
Operating system: SuSE Linux 7.1
PHP version: 4.0.4pl1
PHP Bug Type: Apache related
Bug description: Unable to register functions when starting apache
compile options:
./configure
--with-apxs=/usr/sbin/apxs
--enable-versioning
--with-mysql
--enable-track-vars
--with-imap-ssl=/usr/lib/ssl
It compiles fine with no errors.
I commented all references to php3 out of httpd.conf
when I try to start apache, the error_log reports:
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
I have seen simlear errors to mine in the bug database, but none of the solutions seem
to apply to my problem. Something with SuSE 7.1??
--
Edit Bug report at: http://bugs.php.net/?id=9936&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]