ID: 27269 Updated by: [EMAIL PROTECTED] Reported By: WPinegar at healthtech dot net -Status: Open +Status: Assigned -Bug Type: *General Issues +Bug Type: Gettext related Operating System: Windows Server 2003 PHP Version: 5.0.0b4 (beta4) -Assigned To: +Assigned To: wez New Comment:
Apparently the new build system for Windows broke this since it works when compiled with the old one. Assigned to Wez who broke it.. :) Previous Comments: ------------------------------------------------------------------------ [2004-02-16 13:11:33] WPinegar at healthtech dot net I've discovered the source of the issue. php_gettext.dll is broken in 5.0.0b4. It does not export the base DLL entry point "get_module" as required for PHP -- so it will not load. Please correct this error in php_gettext.dll. ------------------------------------------------------------------------ [2004-02-15 23:51:16] WPinegar at healthtech dot net 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 this bug report at http://bugs.php.net/?id=27269&edit=1
