Skip to content

Commit

Permalink
change redis path to match config prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrainard committed Feb 29, 2012
1 parent e9da48e commit a7e4507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ APACHE_VERSION="2.2.19"
APACHE_PATH="apache"
PHP_VERSION="5.3.6"
PHP_PATH="php"
EXT_PATH="$PHP_PATH/ext"
EXT_PATH="extensions"
REDIS_EXT="$EXT_PATH/redis.so"

BIN_DIR=$(dirname $0)
Expand Down
2 changes: 1 addition & 1 deletion conf/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ default_socket_timeout = 60
; Be sure to appropriately set the extension_dir directive.
;
extension=soap.so
extension=/app/php/ext/redis.so
extension=/app/extensions/redis.so
;extension=php_bz2.dll
;extension=php_curl.dll
;extension=php_fileinfo.dll
Expand Down

0 comments on commit a7e4507

Please sign in to comment.