From:             [EMAIL PROTECTED]
Operating system: *
PHP version:      4.1.2
PHP Bug Type:     Dynamic loading
Bug description:  php 4.1.x error message on trying to load 4.0.x dyn. model broken

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 bug report at http://bugs.php.net/?id=15907&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15907&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15907&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15907&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15907&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15907&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15907&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15907&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15907&r=submittedtwice

Reply via email to