Edit report at https://bugs.php.net/bug.php?id=65476&edit=1

 ID:                 65476
 Updated by:         paj...@php.net
 Reported by:        mastermnd at gmail dot com
 Summary:            php_gettext.dll will not load
-Status:             Feedback
+Status:             Not a bug
 Type:               Bug
 Package:            Dynamic loading
 Operating System:   Windows 7 x64
 PHP Version:        5.5.2
 Block user comment: N
 Private report:     N

 New Comment:

setup issue


Previous Comments:
------------------------------------------------------------------------
[2013-08-19 10:36:12] mastermnd at gmail dot com

My apologies, apparently some 3rd party program installed 32bit gettext 
libraries under some path under c:\windows which was taking precedence in the 
path. FastCGI had no problems because it redefines its own variables instead of 
relying on those set by windows. I created a new user and hardcoded its PATH 
and everything worked. 

Why this worked with 5.5.0 and not with 5.5.[1-2] makes absolutely no sense to 
me, but there you have it.

Please close this ticket.
Regards

------------------------------------------------------------------------
[2013-08-19 08:43:38] paj...@php.net

I do not want to ignore it but can't really help with setup questions.

Tested TS-x64:

C:\temp\5.5.2tsx64>php -d extension_dir=ext -d extension=php_gettext.dll -m
[PHP Modules]
bcmath
calendar
Core
ctype
date
dom
ereg
filter
ftp
gettext
hash
iconv
json
libxml
mcrypt
mhash
mysqlnd
odbc
pcre
PDO
Phar
Reflection
session
SimpleXML
SPL
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
zip
zlib

Something is wrong in your setup, maybe some incompatible DLLs are being 1st in 
the PATH. Can you try in CLI as well please?

------------------------------------------------------------------------
[2013-08-19 08:29:45] mastermnd at gmail dot com

By the way, I just redownloaded 5.5.0, and using exactly THE SAME config, 
gettext loads fine. It's definitely a problem in 5.5.1 and 5.5.2
Up to you if you prefer to ignore it.

------------------------------------------------------------------------
[2013-08-19 08:25:07] mastermnd at gmail dot com

Sorry but if you are running the command from 
C:\temp\5.5.2nts> you probably haven't read my report carefully.

My path is set up correctly, since all other extensions load fine, and so is my 
config. Previous versions of PHP were loading the extesion just fine too. If i 
change both apache and php to 32-bit, the extension also loads. It's only 64bit 
*thread-safe* (mod-php) that shows this behaviour.

------------------------------------------------------------------------
[2013-08-19 07:53:29] paj...@php.net

works just fine.

C:\temp\5.5.2nts>php -d extension_dir=ext -d extension=php_gettext.dll -m
[PHP Modules]
bcmath
calendar
Core
ctype
date
dom
ereg
filter
ftp
gettext
hash
iconv
json
libxml
mcrypt
mhash
mysqlnd
odbc
pcre
PDO
Phar
Reflection
session
SimpleXML
SPL
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
zip
zlib

Be sure to have set your php.ini path correctly, as well as the PATH variable 
(so all required DLL can be loaded as well).

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=65476


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=65476&edit=1

Reply via email to