php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9936 Unable to register functions when starting apache
Submitted: 2001-03-22 13:01 UTC Modified: 2001-04-29 11:49 UTC
From: ryan at the-summit dot net Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: SuSE Linux 7.1
Private report: No CVE-ID: None
 [2001-03-22 13:01 UTC] ryan at the-summit dot net
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??

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-26 16:19 UTC] sniper@php.net
Was PHP3 (or PHP 4) compiled as static module into Apache?
It might explain this rather odd behaviour.

--Jani

 [2001-04-29 11:49 UTC] jmoore@php.net
No feedback.

closing
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC