[PHP-DB] ocilogon core dump on Solaris 10 X86 with php-5.2.9 and Oracle 10g

2010-03-02 Thread Andre LAGADEC
Hello, I am on Solaris 10 X86 with DELL IP , and I compile Php-5.2.9 with Apache2, Mysql6 and Oracle10g with success. But when I want to connect to Oracle database I get a core dump. I use this code ?php $c=ocilogon('bceconsulter','bce','BCE'); print_r($c); Resource id #1 ocilogoff($c); ? and

Re: [PHP-DB] ocilogon core dump on Solaris 10 X86 with php-5.2.9 and Oracle 10g

2010-03-02 Thread andre . lagadec
idea ? I continue to search on Google... -Christopher Jones christopher.jo...@oracle.com a écrit : - A : Andre LAGADEC andre.laga...@education.gouv.fr De : Christopher Jones christopher.jo...@oracle.com Date : 02/03/2010 17:58 cc: php-db@lists.php.net Objet : Re: [PHP-DB] ocilogon core

[PHP-DB] Probleme accents

2013-03-03 Thread ANDRE LAGADEC
Hi, On my application PHP with Oracle database, all work fine but sometimes the caracters like 'éèàù' become 'eau' or '?', and after make apachectl stop/start it become normal. Here are my configuration : - Apache2.2.21 - Php-5.2.13 with PDO Oracle - Client Oracle 11.2.0.1 - Base