News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso:
How to use environ variables to create different environments with PHP
August 27, 2012 @ 07:49:29

Gonzalo Ayuso has a new post to his site showing how you can set up and use environment variables to make different environments for your applications.

If you use a framework such as Symfony2 this problem is solved for you, but if you aren't using any framework you probably need to solve it in one way or another. [...] The solution that I like for this kind of problem [with having different environments] is to use apache's environ variables. We inject the environ variables in the virtual host configuration.

He shows how to add a variable to the VirtualHost section of your Apache config, how to use the getenv function to retrieve its value and how to use it to select a configuration set. This method can also be applied to other kinds of information including settings you may not want to hard-code directly in you app (like possible database credentials).

0 comments voice your opinion now!
environment variable apache configuration tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Integrating PHP with System i using Web Services

Kevin Waterson's Blog: Introduction to PHP and MySQL How they work together.

IBM developerWorks: Build a Web service with PHP

NetTuts.com: Dependency Injection in PHP

Stuart Herbert's Blog: Series: Beyond Frameworks


Community Events









Don't see your event here?
Let us know!


zendframework2 composer development example event functional unittest community code introduction api opinion tool interview release framework testing object language podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework