Equivalent for SetEnv of Apache

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
informvarma
Forum Newbie
Posts: 3
Joined: Thu Jul 10, 2008 1:32 am

Equivalent for SetEnv of Apache

Post by informvarma »

Hi,

Is there a way we can set our own environment variables in php.ini similar to the SetEnv directive in Apache

Any insight would be much appreciated.
User avatar
vargadanis
Forum Contributor
Posts: 158
Joined: Sun Jun 01, 2008 3:48 am
Contact:

Re: Equivalent for SetEnv of Apache

Post by vargadanis »

Here you can find everything you can do with php.ini file.

http://hu.php.net/ini.core
Post Reply