I replaced
;extension=php_oci8.dll
by
extension=php_oci8.dll
in all php.ini and i added the contenent of
instantclient-basic-win32-11.1.0.7.0 to the windows path variable. I trided
to test connection with the following script :
<?php*
*$ora_conn = ora_logon("nomdelab...@service","pass");
?>
2009/3/17 Fási Gábor <[email protected]>> > What's the error message you get? Did you modify all your php.inis? > The cli and the cgi versions often use a different one. > > On Tue, Mar 17, 2009 at 00:14, Ghizlane Zinbi <[email protected]> > wrote: > > Hi, > > I failed to connect my database oracle9i to symfony1.0 > > I m developping in windows xp. i tried to enable php_pdo_oci8 extension > in > > the php.ini files and added instant client oracle to the path variable, > but > > still dont working. any help? > > Ghizlane, > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
