RE: [PHP] PHP 4.2.3, Apache 2.0.40, gettext(), and web don't work

2002-12-09 Thread Roedel, Mark
L PROTECTED] > Subject: [PHP] PHP 4.2.3, Apache 2.0.40, gettext(), and web don't work > > > PHP 4.2.3 compiled with gettext(), with Apache 2.0.40. > > A call to bindtextdomain() when viewed through the web generates > PHP Fatal error: Call to undefined function: bindtex

[PHP] PHP 4.2.3, Apache 2.0.40, gettext(), and web don't work

2002-12-09 Thread Dubravko Kakarigi
PHP 4.2.3 compiled with gettext(), with Apache 2.0.40. A call to bindtexdomain() when viewed through the web generates PHP Fatal error: Call to undefined function: bindtextdomain() in ... When I run the same script from the command line, as in php -f index.php, it works fine. Any ideas? ==