PHP Classes

change the php global environment variable

Recommend this page to a friend!

      Top level forums  >  PHP Specialists  >  General  >  change the php global environment...  
Subject:change the php global environment...
Summary:change the php global environment variable
Messages:4
Author:Kiran
Date:2009-02-28 11:08:51
Update:2009-03-01 22:50:39
 

  1. change the php global environment...   Reply   Report abuse  
Picture of Kiran Kiran - 2009-02-28 17:46:51
Hi,

I am facing a small problem of how to change the PHP global variable such as $_ENV['INFORMIXSERVER']. The problem is I had installed the PDO for informix database with a name called 'a' for suppose, and later changed the INFORMIXSERVER to 'b' for suppose for the informix DBMS due to some technical reasons. Now, the $_ENV['INFORMIXSERVER'] is still showing me the name 'a'. How to change this so that I could execute some executables of informix can be run through PHP (shell_exec). Is there any means to change the global PHP environment variables permanently. If so, Please guide me where exactly these values are stored and how to change them.

Thanks in advance.

Regards
Kiran.

There are 3 replies in this thread, which are not being displayed.
Browsing this forum thread replies is available only to premium subscribers.


Go to the premium subscriptions page to learn how to become a premium subscriber and have full access to this forum.