How can I use oracle enviroment variabls ?
The oracle enviroment variables are written in .bash_profile file(root home directory).
I connected root user and started the httpd daemon.
If I delete php.ini file(/usr/local/lib/php.ini), php code recognize oracle enviroment variables.
But after locating php.ini file in /usr/local/lib, php code doesn't recognize oracle enviroment variables.
phpinfo() function returns the same results in both cases.(I can see oracle enviromnet variables).
I must use zend optimizer. so need php.ini file.
Is there php.ini parameter relating to this problem ?
please....help me.