Skip to content

Commit

Permalink
Add packages and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Feb 19, 2020
1 parent 38c1778 commit 028ec7f
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 0 deletions.
Binary file not shown.
Binary file added php-5.4/deps/libjpeg8_8c-2ubuntu8_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added php-5.4/php5-apcu_5.4.45-1~dotdeb+7.1_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file added php-5.4/php5-mcrypt_5.4.45-1~dotdeb+7.1_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file added php-5.4/php5-mysql_5.4.45-1~dotdeb+7.1_amd64.deb
Binary file not shown.
Binary file added php-5.4/php5-pgsql_5.4.45-1~dotdeb+7.1_amd64.deb
Binary file not shown.
Binary file added php-5.4/php5-sqlite_5.4.45-1~dotdeb+7.1_amd64.deb
Binary file not shown.
2 changes: 2 additions & 0 deletions php-5.4/post-install.sh
Expand Up @@ -6,6 +6,8 @@ for tool in php$v php-cgi$v php-config$v phpize$v; do
sudo update-alternatives --set $tool_name /usr/bin/"$tool_name$v"
fi
done
sudo ln -sf /usr/share/libtool/build-aux/ltmain.sh /usr/lib/php5/build/ltmain.sh
sudo ln -sf /usr/include/php5/ /usr/include/php
ini_file=$(php -d "date.timezone=UTC" --ini | grep "Loaded Configuration" | sed -e "s|.*:s*||" | sed "s/ //g")
sudo chmod 777 "$ini_file"
echo "date.timezone=UTC" >>"$ini_file"
Expand Down
Binary file not shown.
Binary file added php-5.5/deps/libjpeg8_8c-2ubuntu8_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added php-5.5/php5-apcu_5.5.38-1~dotdeb+7.1_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file added php-5.5/php5-mcrypt_5.5.38-1~dotdeb+7.1_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file added php-5.5/php5-mysql_5.5.38-1~dotdeb+7.1_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file added php-5.5/php5-sqlite_5.5.38-1~dotdeb+7.1_amd64.deb
Binary file not shown.
2 changes: 2 additions & 0 deletions php-5.5/post-install.sh
Expand Up @@ -6,6 +6,8 @@ for tool in php$v php-cgi$v php-config$v phpize$v; do
sudo update-alternatives --set $tool_name /usr/bin/"$tool_name$v"
fi
done
sudo ln -sf /usr/share/libtool/build-aux/ltmain.sh /usr/lib/php5/build/ltmain.sh
sudo ln -sf /usr/include/php5/ /usr/include/php
ini_file=$(php -d "date.timezone=UTC" --ini | grep "Loaded Configuration" | sed -e "s|.*:s*||" | sed "s/ //g")
sudo chmod 777 "$ini_file"
echo "date.timezone=UTC" >>"$ini_file"
Expand Down

0 comments on commit 028ec7f

Please sign in to comment.