[geeklog-devel] Gettext and ISP's
LIMBURG, Mark
mark.limburg at baesystems.com
Tue Jan 21 17:40:58 EST 2003
Howdy,
> Is it safe to assume most ISP's have PHP configured with
> gettext support? Or should we remove that as an assumption
> and support both gettext() and the current translation
> method as well?
Well, one of our guides is that GL will run pretty much on as many systems
as we can make it, so I guess having a ...
if( gettext() )
{
do this;
}
else
{
do that;
}
... makes sense. We'll need the same type of environment to handle the evil
magic_quote option as well.
Regards,
Mark Limburg
Team Leader, Unix Operations, Information Systems
BAE SYSTEMS, AUSTRALIA
PO Box 1068, Salisbury
South Australia, 5108
Phone: +61 8 8480 7971
Fax: +61 8 8480 8866
Mobile:+61 4 0448 0599
More information about the geeklog-devel
mailing list