php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32552 exif is placed before mbstring in php.ini-recommended
Submitted: 2005-04-03 00:46 UTC Modified: 2005-04-03 01:04 UTC
From: fs at fs-analyse dot dk Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.3.11 OS: windows 2k sp4
Private report: No CVE-ID: None
 [2005-04-03 00:46 UTC] fs at fs-analyse dot dk
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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-03 01:04 UTC] sniper@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 00:01:33 2024 UTC