ID:               15907
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Critical
 Bug Type:         Dynamic loading
 Operating System: *
 PHP Version:      4.1.0 and above
 Assigned To:      derick


Previous Comments:
------------------------------------------------------------------------

[2002-03-12 20:39:55] [EMAIL PROTECTED]

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-06 12:55:10] [EMAIL PROTECTED]

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"

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15907&edit=1

Reply via email to