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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon Sep 08 14:00:01 2025 UTC