php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43970 Crash if exif loaded before mbstring
Submitted: 2008-01-29 17:00 UTC Modified: 2008-08-22 18:22 UTC
From: bryan dot tongminh at gmail dot com Assigned: jmertic (profile)
Status: Closed Package: Windows Installer
PHP Version: 5.2.5 OS: Windows Vista Bussiness 64 bits
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: bryan dot tongminh at gmail dot com
New email:
PHP Version: OS:

 

 [2008-01-29 17:00 UTC] bryan dot tongminh at gmail dot com
Description:
------------
If php_exif.dll if loaded before php_mbstring.dll in php.ini, PHP crashes with the following error description:

Probleemhandtekening:
  Gebeurtenisnaam van probleem:	APPCRASH
  Naam van de toepassing:	php-cgi.exe
  Versie van toepassing:	5.2.5.5
  Tijdstempel van toepassing:	4733dfaa
  Naam van foutmodule:	php_mbstring.dll
  Versie van foutmodule:	5.2.5.5
  Tijdstempel van foutmodule:	4733e09e
  Uitzonderingscode:	c0000005
  Uitzonderingsmarge:	00001a76
  Versie van besturingssysteem:	6.0.6000.2.0.0.256.6
  Landinstelling-id:	1043
  Aanvullende informatie 1:	8d13
  Aanvullende informatie 2:	cdca9b1d21d12b77d84f02df48e34311
  Aanvullende informatie 3:	8d13
  Aanvullende informatie 4:	cdca9b1d21d12b77d84f02df48e34311

Lees onze privacyverklaring:
  http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0413

The Windows installer automatically sets php_exif.dll above php_mbstring.dll.




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-02-01 22:29 UTC] jani@php.net
Obviously installer bug since this is documented that mbstring must be before exif in php.ini. Assigned to our installer guru.
 [2008-02-04 14:37 UTC] helly@php.net
When we add mbstring as optional dependency for the case that it is not built in, would that fix the issue?
 [2008-02-07 14:55 UTC] jmertic@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: Mon Dec 30 14:01:28 2024 UTC