Page 1 of 1

gettext caused windows error

PostPosted: 29. November 2005 22:42
by Pippin
Please,
can everyone tell me what can I do for running gettext extension on XAMPP server under Windows 2000? I've tried it for several days :( and I've always got error message from windows... :(
I tried also to get it working at my friend's PC (running Windows XP) and I got the same Windows error message that ModName: php_gettext.dll caused the error...
I found out it is because of bindtextdomain(), when I don't use it, it is working without error...

there is example of my code :

Code: Select all
bindtextdomain("messages", realpath($_SERVER['DOCUMENT_ROOT'] . 'locale'));


Please can anyone help?