> > The PHP locale functions work on an older installation
> > of PHP-3.0.12 on RH 6.1, but they don't seem to
> > work in my installation of PHP-4.0.5 on RH 7.0.
> > I've tried both setlocale("LC_TIME","french")
> > as well as setlocale(LC_TIME,"french"). Note
> > that "french" is in the output
The PHP locale functions work on an older installation
of PHP-3.0.12 on RH 6.1, but they don't seem to
work in my installation of PHP-4.0.5 on RH 7.0.
I've tried both setlocale("LC_TIME","french")
as well as setlocale(LC_TIME,"french"). Note
that "french" is in the output list of
/usr/bin/loca
> >which is kind of odd because in the process of getting
> >PHP4 installed, I removed and MySQL, and changed
> >the layout in the process: the mysql directory
> >was moved from /var/lib to /usr/local/mysql/var
> >and PHP4 was configured with '--with-mysql=/usr/local/mysql'
> >... so I don't know
I also have the problem described by Jason, or a somewhat similar
one. The MySQL command line monitor works fine, but when
php mysql functions are called from a script I get
Can't connect to local MySQL server
through socket '/var/lib/mysql/mysql.sock'
which is kind of odd because in the pro