From:             profic at kursknet dot ru
Operating system: Win32
PHP version:      5.0.0RC2
PHP Bug Type:     Dynamic loading
Bug description:  php_gettext.dll require iconv.dll

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 bug report at http://bugs.php.net/?id=28745&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28745&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28745&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28745&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28745&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28745&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28745&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28745&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28745&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28745&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28745&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28745&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28745&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28745&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28745&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28745&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28745&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28745&r=float

Reply via email to