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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ryan at the-summit dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 05:01:27 2025 UTC