From: James E. F. <jf...@uv...> - 2005-01-10 03:37:08
|
Under the "PHP Extensions" part of the test page, is "GNU Gettext" a Yes or No? If it is a No, then the gettext module for PHP is not loaded (even if you asked it to be). You will not be able to use gettext features until you can get the module to load. I have no clue about PHP on OS/2. If you don't need language translation you can run just fine with emulated gettext. By the way, the list address is php...@li..., not phpesp-general-admin. -James Piersante Sestini wrote: > I am running apache2 and php 4.3.10 with gettext, mysql and gd > extensions enabled. > > The test.php script confirms that I do have gd and mysql, but gettext > fails and is reported as "emulated". > > What does that means exactly? Is that a bug in my PHP (I use OS/2, not > very popular nowadays) or there is something that I can do to fix it? I > know that GNU gettext binaries are available for os/2: should I install > it somehow? > > thanks, > Piersante |