-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PHP5.6: fix blackfire installation (vol2)
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,12 @@ MAINTAINER Milan Sulc <[email protected]> | |
ENV SSH_AUTH_SOCK=/ssh-agent | ||
|
||
# PHP | ||
ENV PHP_MODS_DIR=/etc/php5.6/mods-available | ||
ENV PHP_CLI_DIR=/etc/php5.6/cli/ | ||
ENV PHP_MODS_DIR=/etc/php/5.6/mods-available | ||
ENV PHP_CLI_DIR=/etc/php/5.6/cli/ | ||
ENV PHP_CLI_CONF_DIR=${PHP_CLI_DIR}/conf.d | ||
ENV PHP_CGI_DIR=/etc/php5.6/cgi/ | ||
ENV PHP_CGI_DIR=/etc/php/5.6/cgi/ | ||
ENV PHP_CGI_CONF_DIR=${PHP_CGI_DIR}/conf.d | ||
ENV PHP_FPM_DIR=/etc/php5.6/fpm/ | ||
ENV PHP_FPM_DIR=/etc/php/5.6/fpm/ | ||
ENV PHP_FPM_CONF_DIR=${PHP_FPM_DIR}/conf.d | ||
|
||
# XDEBUG | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ MAINTAINER Milan Sulc <[email protected]> | |
ENV SSH_AUTH_SOCK=/ssh-agent | ||
|
||
# PHP | ||
ENV PHP_MODS_DIR=/etc/php5.6/mods-available | ||
ENV PHP_CLI_DIR=/etc/php5.6/cli/ | ||
ENV PHP_MODS_DIR=/etc/php/5.6/mods-available | ||
ENV PHP_CLI_DIR=/etc/php/5.6/cli/ | ||
ENV PHP_CLI_CONF_DIR=${PHP_CLI_DIR}/conf.d | ||
ENV PHP_CGI_DIR=/etc/php5.6/cgi/ | ||
ENV PHP_CGI_DIR=/etc/php/5.6/cgi/ | ||
ENV PHP_CGI_CONF_DIR=${PHP_CGI_DIR}/conf.d | ||
|
||
# XDEBUG | ||
|