When i use php (all version) with oci8 version 8.1.7 on linux, all character
like éèàù etc, are converted.
script:
";
?>
Fonction value is "générique" and appear "generique" on web page.
How can i get good charater?
Thanks
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe
On Fri, Jan 12, 2001 at 11:23:50PM +0100, Victor Foitzik wrote :
> > I read in the FAQ that if MySql libs are linked with pthread, pthread
> >should be removed from mysql libs to apache get started.
I'm having also some problems with oracle too; can you
point me to the FAQ where you rea
Hi Mateus,
this is not really true. As you mentioned libclntsh is linked with pthread
and so must be apache. first, add the oracle lib path to ld.so.conf
and run ldconfig.
now try the following for apache:
LDFLAGS=-lpthread ./configure \
--prefix=/usr/local/apache \
--enable-mod