Skip to content

Commit

Permalink
PHP/7.1.0RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Nov 24, 2016
1 parent 12cac72 commit c9c19e7
Show file tree
Hide file tree
Showing 21 changed files with 98 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# heroku-buildpack-php CHANGELOG

## v116 (2016-12-01)

### ADD

- PHP/7.1.0RC6 [David Zuelke]

## v115 (2016-11-23)

### ADD
Expand Down
3 changes: 3 additions & 0 deletions support/build/extensions/no-debug-non-zts-20121212/blackfire
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ case ${ZEND_MODULE_API_VERSION} in
20151012)
series=7.0
;;
20160303)
series=7.1
;;
*)
echo "Unsupported PHP/Zend Module API version: ${ZEND_MODULE_API_VERSION}"
exit 1
Expand Down
6 changes: 5 additions & 1 deletion support/build/extensions/no-debug-non-zts-20121212/cassandra
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ case ${ZEND_MODULE_API_VERSION} in
20131226)
series=5.6
;;
*)
20151012)
series=7.0
;;
20160303)
series=7.1
;;
esac
dep_manifest=${dep_package}_php-$series.composer.json

Expand Down
6 changes: 5 additions & 1 deletion support/build/extensions/no-debug-non-zts-20121212/memcached
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ case ${ZEND_MODULE_API_VERSION} in
20131226)
series=5.6
;;
*)
20151012)
series=7.0
;;
20160303)
series=7.1
;;
esac
dep_manifest=${dep_package}_php-$series.composer.json

Expand Down
3 changes: 3 additions & 0 deletions support/build/extensions/no-debug-non-zts-20121212/newrelic
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ case ${ZEND_MODULE_API_VERSION} in
20151012)
series=7.0
;;
20160303)
series=7.1
;;
esac
dep_manifest=${dep_package}_php-$series.composer.json

Expand Down
6 changes: 5 additions & 1 deletion support/build/extensions/no-debug-non-zts-20121212/rdkafka
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ case ${ZEND_MODULE_API_VERSION} in
20131226)
series=5.6
;;
*)
20151012)
series=7.0
;;
20160303)
series=7.1
;;
esac
dep_manifest=${dep_package}_php-$series.composer.json

Expand Down
5 changes: 5 additions & 0 deletions support/build/extensions/no-debug-non-zts-20160303/apcu-5.1.7
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.1.0RC6

source $(dirname $0)/../no-debug-non-zts-20151012/apcu
4 changes: 4 additions & 0 deletions support/build/extensions/no-debug-non-zts-20160303/blackfire
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/

source $(dirname $0)/../no-debug-non-zts-20121212/blackfire
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/

source $(dirname $0)/blackfire
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: extensions/no-debug-non-zts-20160303/cassandra-bare-1.2.2, libraries/libcassandra-2.4.2

# That's it - we're combining the dep build and the extension build here

source $(dirname $0)/../no-debug-non-zts-20121212/cassandra
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.1.0RC6, libraries/libcassandra-2.4.2

source $(dirname $0)/../no-debug-non-zts-20121212/cassandra-bare
5 changes: 5 additions & 0 deletions support/build/extensions/no-debug-non-zts-20160303/ev-1.0.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.1.0RC6

source $(dirname $0)/../no-debug-non-zts-20121212/ev
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.1.0RC6

source $(dirname $0)/../no-debug-non-zts-20121212/event
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.1.0RC6

source $(dirname $0)/../no-debug-non-zts-20121212/mongodb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/

source $(dirname $0)/../no-debug-non-zts-20121212/newrelic
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.1.0RC6

source $(dirname $0)/../no-debug-non-zts-20121212/oauth
5 changes: 5 additions & 0 deletions support/build/extensions/no-debug-non-zts-20160303/pq-2.1.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.1.0RC6, extensions/no-debug-non-zts-20160303/raphf-2.0.0

source $(dirname $0)/../no-debug-non-zts-20121212/pq
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.1.0RC6

source $(dirname $0)/../no-debug-non-zts-20121212/raphf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.1.0RC6

source $(dirname $0)/../no-debug-non-zts-20121212/redis
2 changes: 2 additions & 0 deletions support/build/php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ if [[ $dep_version == *alpha* ]] || [[ $dep_version == *beta* ]] || [[ $dep_vers
dep_url=http://downloads.php.net/~tyrael/${dep_archive_name}
elif [[ $dep_version == 7.0.* ]]; then
dep_url=https://downloads.php.net/~ab/${dep_archive_name}
elif [[ $dep_version == 7.1.* ]]; then
dep_url=https://downloads.php.net/~krakjoe/${dep_archive_name}
fi
else
dep_url=http://us1.php.net/get/${dep_archive_name}/from/this/mirror
Expand Down
5 changes: 5 additions & 0 deletions support/build/php-7.1.0RC6
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: libraries/libmcrypt-2.5.8, libraries/libc-client-2007f

source $(dirname $0)/php

0 comments on commit c9c19e7

Please sign in to comment.