+ heroku docker
This commit is contained in:
@@ -28,7 +28,7 @@ echo -e "${OK}done${NC}"
|
||||
#git clone git://github.com/xdebug/xdebug.git $XDEBUG_SRC_PATH
|
||||
#echo -e "${OK}done${NC}"
|
||||
|
||||
LOGDIR="${PWD}/.log"
|
||||
LOGDIR=${LOGDIR-"${PWD}/.log"}
|
||||
mkdir -p "${LOGDIR}"
|
||||
LOGFILE="${LOGDIR}/xdebug_build.log"
|
||||
|
||||
@@ -59,13 +59,13 @@ echo -e "${LED}XDEBUG${NC} Compile at $XDEBUG_SRC_PATH ..."
|
||||
cp -v modules/*.la $LIB_PATH
|
||||
echo -e "${OK}done${NC}"
|
||||
|
||||
echo -e "${LED}XDEBUG${NC} Install ini to $INSTALL_PATH ..."
|
||||
if [ ! -f $XDEBUG_INI_PATH ]; then
|
||||
echo "zend_extension = xdebug.so" >> $XDEBUG_INI_PATH
|
||||
fi
|
||||
# echo -e "${LED}XDEBUG${NC} Install ini to $INSTALL_PATH ..."
|
||||
# if [ ! -f $XDEBUG_INI_PATH ]; then
|
||||
# echo "zend_extension = xdebug.so" >> $XDEBUG_INI_PATH
|
||||
# fi
|
||||
|
||||
cp -v $XDEBUG_INI_PATH $INSTALL_PATH/$XDEBUG_INI
|
||||
echo -e "${OK}done${NC}"
|
||||
# cp -v $XDEBUG_INI_PATH $INSTALL_PATH/$XDEBUG_INI
|
||||
# echo -e "${OK}done${NC}"
|
||||
|
||||
echo -e "${LED}XDEBUG${NC} All Install ${OK}done${NC}"
|
||||
###########################################################################
|
||||
|
||||
Reference in New Issue
Block a user