Tagged Questions
1
vote
1answer
48 views
Zend Framework 2: Disable module on production environment
OK, here's the problem:
I have a module in my Zend Framework 2 application that I wish to not include on production. Therefore, I made a file inside config/autoload called local.php with the ...
0
votes
2answers
159 views
Add Laravel task to cron with parameters
I want to add a Laravel task into cron, this is what I use to run it from command line (and runs succesfully)
php artisan cron:hourly --env=staging
Translated into cron:
/usr/bin/php -q ...
0
votes
0answers
14 views
App running environment - “Coupling” when checking the current environment
If I am running my application in a test environment, I want to enable/disable some features. If I am running it in a prod environment, I want to do the same.
And so on for every kind of environment.
...
2
votes
1answer
37 views
How to determine the environment in a cronjob
I've got an issue on how to determine the application's environment during a cronjob.
I have currently have 2 environments: a production and a testing environment. They both use their own database.
I ...
0
votes
0answers
26 views
How to synchronize languages file between environments?
I have problem with synchronizing languages files in my PHP website.
In my svn repo i have .xml file with language definitions, example:
<lang>
<header>
<title>my ...
1
vote
1answer
81 views
Artisan unable to use $_SERVER variables from database config file
I am currently deploying a Laravel project on my shared hosting account. It is an open project and hosted on GitHub as a public repository. As a result I'm using dynamic variables set by an .htaccess ...
-2
votes
1answer
66 views
Error :- php is not recognised as an internal or external command [closed]
So this is my path I have:
C:\wamp\bin\php\php5.4.3
And my php.exe file is in that folder...
I have tried to put:
C:\wamp\bin\php\php5.4.3;
C:\wamp\bin\php\php5.4.3\php.exe
C:\wamp\bin\php
...
1
vote
1answer
99 views
Production Environment Error: Does not resolve to a valid user id
I finished a working app that allows my user to login with Facebook then simultaneously post to their blog website and a Facebook page wall on submit. This works fine in my development environment ...
9
votes
2answers
2k views
Environment driven database settings in Laravel?
I am moving over the the Laravel framework, but I am having trouble with the database settings,
Specifically, I have my environments setup, and they are working fine for the application.php config ...
0
votes
0answers
15 views
Phabricator issue with the env variable [duplicate]
Possible Duplicate:
Custom Environment Variables in PHP
PHABRICATOR_ENV Environment Variable can any one please tell me how to set this Environment Variable , i mean where and in which file ...
2
votes
3answers
66 views
Is it unsafe to switch environments based on domain?
I am curious if doing something like setting your "environment" to Production, Dev, Staging, etc. based on a domain name such as dev.domain.com, staging.domain.com is a bad idea.
Can somebody just ...
7
votes
4answers
130 views
How to duplicate a PHP-based website? [closed]
Background:
I'm new to PHP, but I've been asked to make some code changes to support an application hosted on our Intranet. The actual code changes don't look too bad. However, there is currently no ...
-4
votes
2answers
87 views
Using mysql query and result in php? [closed]
I've had some help from bluefleet (BF) with a mysql query, i now need to use that query in a php environment, this is what i've come up with, firstly can you tell me if it's correct and secondly do i ...
5
votes
2answers
93 views
define variable in linux that can be access in php [closed]
I add a variable in whole linux varibale in /etc/profile
export MYNAME="My Value"
how can i access this value in php source code during run via apache web server?
in $_SERVER this value doesn't ...
3
votes
3answers
85 views
Why is it bad to develop on a testserver? [closed]
At our current project we have 1. a production server, 2. a test server and 3. several developers using xampp under Windows. Prod- and Testserver are run by UNIX.
One of the other developers is ...
3
votes
2answers
201 views
Finding out the absolute path of the PHP interpreter running the current script
In the CLI mode, is it safe and portable to rely on getenv('_') for finding out which php interpreter executable is running the current php script? I don't see it documented anywhere on php.net
2
votes
4answers
1k views
How can I access environment variables within a shell script called by PHP?
Here is how I set the variable within my Apaches VirtualHost Container
SetEnv MY_VAR "/opt/"
Now, PHP can perfectly access this vairable:
echo $_SERVER['MY_VAR'];
/opt/
However, if I call a ...
3
votes
1answer
401 views
Production and Development environment using Phing and SVN
I have some questions about development and deployment. I'll try to be clear:
Notes:
1- I'm using Codeigniter for my project. I have in my database.php config file set up two environments: ...
1
vote
1answer
177 views
Using htaccess to server from subdirectory
I'm setting up a WordPress development environment and have this idea for directory structure of the DocumentRoot;
.htaccess
tags
- 2.8
- 2.9
- 3.0
My idea is to use mod rewrite to switch ...
13
votes
3answers
1k views
Does php have an equivalent to python's virtualenv or ruby's sandbox?
I'm used to using python's virtualenv tool to create separate environments that can mimic deployment environments for projects I write.
Now, I'm going to be working on a php project and I'm wondering ...
3
votes
2answers
142 views
Detecting whether the program is run through HipHop or regular CLI/mod_php
I was wondering if anyone has found a way to detect whether a PHP script/program is run through Facebook's HipHop or the "regular" environment (CLI, mod_php, CGI).
Currently the workaround I am using ...
1
vote
2answers
130 views
How to set up a secure PHP environment on a wide base of PHP configurations
I'm just finishing a CMS that I want to release as open source. The program has some ini_set() directives to set a secure environment, like session.use_only_cookies, etc. The problem is that some ...
1
vote
9answers
2k views
Multiple Magento Environments
We have a Magento store setup and under version control, we'd like to setup a staging store which uses the same code but different connection details. e.g. Live details for the live store and a ...
6
votes
1answer
1k views
Custom Environment Variables in PHP
Is there a way to set a custom variable such as environment_name in my apache vhost file that can be read via $_ENV or ini_get("environment_name")?
3
votes
3answers
2k views
Symfony 1.4: Programatically set environment for CLI
I have a project built on Symfony 1.4 and it has multiple environments - each developer has their own copy installed on their local machine and therefore has their own environment.
I am able to ...
1
vote
3answers
85 views
Running a website from an encrypted partition
I am looking at the possibility of running a PHP-based website (built in symfony) from an encrypted partition on a LAMP server. The reason for this is because a client would have access to the server ...
6
votes
4answers
8k views
How do I properly split a PATH variable in PHP?
I want to split
$path = getenv('PATH');
into its components. How do I determine the separator char in an os-dependent fashion?
0
votes
2answers
648 views
How do I sudo environment?
I am using spamassassin in a php script, but when I train spamassassin as my user the php script's exec command to call spamassassin get the untrained version because of the user specific nature of ...
0
votes
3answers
97 views
Staying consistent when working with large scale projects
Probably a bit off topic question, but it's something I'm really interested in getting to know from other people with different experience and backgrounds.
How do you keep track of your huge ...
11
votes
3answers
4k views
Development and production environment in PHP
I would like to setup two environments for my new website written in PHP. One - to develop new versions and test them. And second production where my actual stable version of website will be ...
1
vote
4answers
785 views
Creating a testing environment with php cli
I want to use php in console mode and create an environment to test my functions.
I do not want to be forced to use a web browser and create a new file each time I want to test a function.
I want ...
4
votes
3answers
3k views
reinitialize system wide environment variable in linux
I just want my apache to register some of my predefined environment so that i can retrieve it using getenv function in php. How can i do this? I tried adding /etc/profile.d/foo.sh with export ...
