ID: 28745 Updated by: [EMAIL PROTECTED] Reported By: profic at kursknet dot ru -Status: Assigned +Status: Closed Bug Type: Dynamic loading Operating System: Win32 PHP Version: 5.0.0RC2 Assigned To: edink New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2004-06-11 19:11:10] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28745&edit=1