From:             fs at fs-analyse dot dk
Operating system: windows 2k sp4
PHP version:      4.3.11
PHP Bug Type:     *Configuration Issues
Bug description:  exif is placed before mbstring in php.ini-recommended

Description:
------------
when using extension php_exif.dll, php_mbstring.dll must be loaded before
php_exif.dll, otherwise php.exe will crash.
By default 

"extension=php_exif.dll"

is placed before

"extension=php_mbstring.dll"

which breaks php 4.3.11

This didn't break php 4.3.10
//===================================
After going through "similar" bugs I believe that the fact it didn't break
4.3.10 makes it a bug
Finn


-- 
Edit bug report at http://bugs.php.net/?id=32552&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32552&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32552&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32552&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32552&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32552&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32552&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32552&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32552&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32552&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32552&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32552&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32552&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32552&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32552&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32552&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32552&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32552&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32552&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32552&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32552&r=mysqlcfg

Reply via email to