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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fs at fs-analyse dot dk
New email:
PHP Version: OS:

 

 [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

Pull Requests

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 Dec 26 16:01:31 2024 UTC