From: WPinegar at healthtech dot net Operating system: Windows Server 2003 PHP version: 5.0.0b4 (beta4) PHP Bug Type: *Extensibility Functions Bug description: php_gettext.dll extension will not load
Description: ------------ I am unable to load the php_gettext.dll extension that ships with 5.0.0b4. When I attempt to load this extension while using the PHP ISAPI filter I get the following popup message on the server: Warning : PHP Startup: Invalid library (maybe not a PHP library) 'php_gettext.dll' What do I need to do in order to get the gettext library to work in 5.0.0b4? I had this working in PHP 4.3.x without issue so I'm just curious if in the gettext library in 5.0.0b4 is broken... Reproduce code: --------------- Add php_gettext.dll to the extensions in your php.ini file. Expected result: ---------------- The gettext library should load without issue. Actual result: -------------- Gettext.dll library will not load. -- Edit bug report at http://bugs.php.net/?id=27269&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27269&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27269&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27269&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27269&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27269&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27269&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27269&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27269&r=support Expected behavior: http://bugs.php.net/fix.php?id=27269&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27269&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27269&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27269&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27269&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27269&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27269&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27269&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27269&r=float
