diff --git a/php-5.4/deps/libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb b/php-5.4/deps/libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb new file mode 100644 index 0000000..553ef6b Binary files /dev/null and b/php-5.4/deps/libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb differ diff --git a/php-5.4/deps/libjpeg8_8c-2ubuntu8_amd64.deb b/php-5.4/deps/libjpeg8_8c-2ubuntu8_amd64.deb new file mode 100644 index 0000000..5af1ea3 Binary files /dev/null and b/php-5.4/deps/libjpeg8_8c-2ubuntu8_amd64.deb differ diff --git a/php-5.4/deps/libmagickcore5_6.7.7.10-6ubuntu3_amd64.deb b/php-5.4/deps/libmagickcore5_6.7.7.10-6ubuntu3_amd64.deb new file mode 100644 index 0000000..880e1dd Binary files /dev/null and b/php-5.4/deps/libmagickcore5_6.7.7.10-6ubuntu3_amd64.deb differ diff --git a/php-5.4/deps/libmagickwand5_6.7.7.10-6ubuntu3.13_amd64.deb b/php-5.4/deps/libmagickwand5_6.7.7.10-6ubuntu3.13_amd64.deb new file mode 100644 index 0000000..5271729 Binary files /dev/null and b/php-5.4/deps/libmagickwand5_6.7.7.10-6ubuntu3.13_amd64.deb differ diff --git a/php-5.4/deps/libmemcachedutil2_1.0.18-4.1_amd64.deb b/php-5.4/deps/libmemcachedutil2_1.0.18-4.1_amd64.deb new file mode 100644 index 0000000..48a42e6 Binary files /dev/null and b/php-5.4/deps/libmemcachedutil2_1.0.18-4.1_amd64.deb differ diff --git a/php-5.4/deps/libmysqlclient18_5.5.35+dfsg-1ubuntu1_amd64.deb b/php-5.4/deps/libmysqlclient18_5.5.35+dfsg-1ubuntu1_amd64.deb new file mode 100644 index 0000000..ef72db1 Binary files /dev/null and b/php-5.4/deps/libmysqlclient18_5.5.35+dfsg-1ubuntu1_amd64.deb differ diff --git a/php-5.4/php5-apcu_5.4.45-1~dotdeb+7.1_amd64.deb b/php-5.4/php5-apcu_5.4.45-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..2608073 Binary files /dev/null and b/php-5.4/php5-apcu_5.4.45-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.4/php5-imagick_5.4.45-1~dotdeb+7.1_amd64.deb b/php-5.4/php5-imagick_5.4.45-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..97265c7 Binary files /dev/null and b/php-5.4/php5-imagick_5.4.45-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.4/php5-mcrypt_5.4.45-1~dotdeb+7.1_amd64.deb b/php-5.4/php5-mcrypt_5.4.45-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..6bc742d Binary files /dev/null and b/php-5.4/php5-mcrypt_5.4.45-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.4/php5-memcached_5.4.45-1~dotdeb+7.1_amd64.deb b/php-5.4/php5-memcached_5.4.45-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..c4d8790 Binary files /dev/null and b/php-5.4/php5-memcached_5.4.45-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.4/php5-mysql_5.4.45-1~dotdeb+7.1_amd64.deb b/php-5.4/php5-mysql_5.4.45-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..86c460d Binary files /dev/null and b/php-5.4/php5-mysql_5.4.45-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.4/php5-pgsql_5.4.45-1~dotdeb+7.1_amd64.deb b/php-5.4/php5-pgsql_5.4.45-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..c4720e6 Binary files /dev/null and b/php-5.4/php5-pgsql_5.4.45-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.4/php5-sqlite_5.4.45-1~dotdeb+7.1_amd64.deb b/php-5.4/php5-sqlite_5.4.45-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..ceefbca Binary files /dev/null and b/php-5.4/php5-sqlite_5.4.45-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.4/post-install.sh b/php-5.4/post-install.sh index 878f599..f0818b5 100644 --- a/php-5.4/post-install.sh +++ b/php-5.4/post-install.sh @@ -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" diff --git a/php-5.5/deps/libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb b/php-5.5/deps/libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb new file mode 100644 index 0000000..553ef6b Binary files /dev/null and b/php-5.5/deps/libjasper1_1.900.1-debian1-2.4ubuntu1.2_amd64.deb differ diff --git a/php-5.5/deps/libjpeg8_8c-2ubuntu8_amd64.deb b/php-5.5/deps/libjpeg8_8c-2ubuntu8_amd64.deb new file mode 100644 index 0000000..5af1ea3 Binary files /dev/null and b/php-5.5/deps/libjpeg8_8c-2ubuntu8_amd64.deb differ diff --git a/php-5.5/deps/libmagickcore5_6.7.7.10-6ubuntu3_amd64.deb b/php-5.5/deps/libmagickcore5_6.7.7.10-6ubuntu3_amd64.deb new file mode 100644 index 0000000..880e1dd Binary files /dev/null and b/php-5.5/deps/libmagickcore5_6.7.7.10-6ubuntu3_amd64.deb differ diff --git a/php-5.5/deps/libmagickwand5_6.7.7.10-6ubuntu3.13_amd64.deb b/php-5.5/deps/libmagickwand5_6.7.7.10-6ubuntu3.13_amd64.deb new file mode 100644 index 0000000..5271729 Binary files /dev/null and b/php-5.5/deps/libmagickwand5_6.7.7.10-6ubuntu3.13_amd64.deb differ diff --git a/php-5.5/deps/libmemcachedutil2_1.0.18-4.1_amd64.deb b/php-5.5/deps/libmemcachedutil2_1.0.18-4.1_amd64.deb new file mode 100644 index 0000000..48a42e6 Binary files /dev/null and b/php-5.5/deps/libmemcachedutil2_1.0.18-4.1_amd64.deb differ diff --git a/php-5.5/php5-apcu_5.5.38-1~dotdeb+7.1_amd64.deb b/php-5.5/php5-apcu_5.5.38-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..83ebfe7 Binary files /dev/null and b/php-5.5/php5-apcu_5.5.38-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.5/php5-imagick_5.5.38-1~dotdeb+7.1_amd64.deb b/php-5.5/php5-imagick_5.5.38-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..0c4af74 Binary files /dev/null and b/php-5.5/php5-imagick_5.5.38-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.5/php5-mcrypt_5.5.38-1~dotdeb+7.1_amd64.deb b/php-5.5/php5-mcrypt_5.5.38-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..9a3e060 Binary files /dev/null and b/php-5.5/php5-mcrypt_5.5.38-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.5/php5-memcached_5.5.38-1_dotdeb+7.1_amd64.deb b/php-5.5/php5-memcached_5.5.38-1_dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..c136b01 Binary files /dev/null and b/php-5.5/php5-memcached_5.5.38-1_dotdeb+7.1_amd64.deb differ diff --git a/php-5.5/php5-mysql_5.5.38-1~dotdeb+7.1_amd64.deb b/php-5.5/php5-mysql_5.5.38-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..3686dcd Binary files /dev/null and b/php-5.5/php5-mysql_5.5.38-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.5/php5-pgsql_5.5.38-1~dotdeb+7.1_amd64.deb b/php-5.5/php5-pgsql_5.5.38-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..cc06cf6 Binary files /dev/null and b/php-5.5/php5-pgsql_5.5.38-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.5/php5-sqlite_5.5.38-1~dotdeb+7.1_amd64.deb b/php-5.5/php5-sqlite_5.5.38-1~dotdeb+7.1_amd64.deb new file mode 100644 index 0000000..2222ad2 Binary files /dev/null and b/php-5.5/php5-sqlite_5.5.38-1~dotdeb+7.1_amd64.deb differ diff --git a/php-5.5/post-install.sh b/php-5.5/post-install.sh index 8de6bcc..951128a 100644 --- a/php-5.5/post-install.sh +++ b/php-5.5/post-install.sh @@ -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"