+ heroku docker

This commit is contained in:
felegy
2022-06-10 15:06:45 +02:00
parent 039d95726c
commit e68f6ff23d
17 changed files with 5478 additions and 114 deletions

View File

@@ -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}"
###########################################################################