php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15907 php 4.1.x error message on trying to load 4.0.x dyn. model broken
Submitted: 2002-03-06 12:55 UTC Modified: 2002-03-25 08:44 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: hholzgra@php.net Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.1.0 and above OS: *
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hholzgra@php.net
New email:
PHP Version: OS:

 

 [2002-03-06 12:55 UTC] hholzgra@php.net
i get:

PHP Warning:  U\x89\xe51\xc0\xeb^A\x90\xc9\xc3\x89\xf6U\x89\xe5\x83\xec^TS\xe8:
Unable to initialize module
Module compiled with debug=220, thread-safety=170 module API=677665696
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match 


instead of

PHP Warning:  sixcode :
Unable to initialize module
Module compiled with debug=0, thread-safety=0 module API=20001222
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match 

due to the new fields inserted into structure zend_module_entry

dl.c should be clever enought to look for the previous 
positions of the data fields when encountering malformed
values like "debug=220" or "API=677665696"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-12 20:39 UTC] tporter at creativenet dot net
I'm getting the exact same thing with PHP 4.1.2 and RedHat Linux 7.2.  This is very easily seen by executing the php shell binary (/usr/bin/php) and will also show up in Apaches error log when the server starts up.  I write cron jobs in php all the time... my mail box keeps filling up! =(

Also of note... I got a lot of complaints about duplicated imap & mysql functions until I ran configure --without-mysql and --without-imap (not good, i need imap support)

here's a sample of those:
PHP Warning:  Function registration failed - duplicate name - mysql_connect in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - mysql_pconnect in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - mysql_close in Unknown on line 0


PHP Warning:  Function registration failed - duplicate name - imap_open in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - imap_popen in Unknown on line 0
PHP Warning:  Function registration failed - duplicate name - imap_reopen in Unknown on line 0
 [2002-03-25 08:44 UTC] sander@php.net
This bug has been fixed in CVS.


 [2002-11-18 22:28 UTC] info at experttek dot com
Here is the answer...

http://www.experttek.com/mod.php?mod=userpage&page_id=16
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC