Skip to content

Commit

Permalink
- Creating FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
JVerstry committed Aug 9, 2015
1 parent 78b7646 commit ec48e74
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,17 @@ A similar procedure can be used for other PHP frameworks.
## About Apache Configuration

The Apache server configuration can be found and modified in `/conf/httpd.conf`.

## FAQ

### php -v returns PHP 5.3.3 (wrong version), why?

When you log into your application (with ssh for example), and type `php -v` after the installation,
the returned version is the one of the default Openshift PHP installation in: `/usr/bin/php`. That
is to be expected. Your PHP files will, nevertheless, be processed with the version configured in
`/misc/make.sh`.

More information here: http://stackoverflow.com/questions/31478610/wrong-php-version-returned-in-openshift



0 comments on commit ec48e74

Please sign in to comment.