From:             mastermnd at gmail dot com
Operating system: Windows 7 x64
PHP version:      5.5.2
Package:          Dynamic loading
Bug Type:         Bug
Bug description:php_gettext.dll will not load

Description:
------------
I am on Windows 7 x64 Ultimate, running Apache 2.4.6 VC11 x64 from the
apache lounge with PHP 5.5.2 x64 TS from windows.php.net. With PHP versions
5.5.1 and 5.5.2, I get the following error when starting:

PHP Warning:  PHP Startup: Unable to load dynamic library
'C:\\php\\bin\\ts\\ext\\php_gettext.dll' - The specified module could not
be found.\r\n in Unknown on line 0

Needless to say, the DLL exists in the right path, permissions are ok
[other modules work fine!]

If I load alternative config files and start PHP 5.5.2 x64 NTS with
mod_fcgi 2.3.7, then php_gettext.dll loads fine.

I am reporting this because I suspect there is a compilation or packaging
issue with the TS version. Alternatively, the DLL might have a new
dependency that i'm not aware of? iconv.dll or similar that is missing?

Regards.

Test script:
---------------
I am using a copy of php-production.ini with the following modules list (in
this order):

zend_extension="C:\php\bin\ts\php_xdebug-2.2.3-5.5-vc11-x86_64.dll"
extension=php_mbstring.dll
extension=php_bz2.dll
extension=php_curl.dll
extension=php_fileinfo.dll
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_openssl.dll
extension=php_pdo_mysql.dll
extension=php_soap.dll


Expected result:
----------------
I should be able to load the module but I can't.


-- 
Edit bug report at https://bugs.php.net/bug.php?id=65476&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=65476&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=65476&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=65476&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=65476&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=65476&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=65476&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=65476&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=65476&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=65476&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=65476&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=65476&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=65476&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=65476&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=65476&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=65476&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=65476&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=65476&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=65476&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=65476&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=65476&r=mysqlcfg

Reply via email to