php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28745 php_gettext.dll require iconv.dll
Submitted: 2004-06-11 19:11 UTC Modified: 2004-06-13 03:11 UTC
From: profic at kursknet dot ru Assigned: edink (profile)
Status: Closed Package: Dynamic loading
PHP Version: 5.0.0RC2 OS: Win32
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: profic at kursknet dot ru
New email:
PHP Version: OS:

 

 [2004-06-11 19:11 UTC] profic at kursknet dot ru
Description:
------------
Version is 5.0.0RC3. Related to 27269
php_gettext.dll require libintl-1.dll which require iconv.dll which in case is part of php5ts.dll. Copying php5ts.dll with name iconv.dll resolves loading problem.
As I suppose it is needed to link libintl-1.dll with php4ts.dll and not iconv.dll OR detach iconv.dll from php5ts.dll to separate file

Reproduce code:
---------------
uncomment extension=php_gettext.dll in php.ini

Expected result:
----------------
gettext extension work

Actual result:
--------------
Message box containing error about missing iconv.dll

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-13 03:06 UTC] edink@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.


 [2004-06-13 03:11 UTC] edink@php.net
Btw. libintl-1.dll is no longer needed either.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC