Skip to content

Commit

Permalink
PHP/7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Dec 1, 2016
1 parent 213d1a9 commit fcafcab
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### ADD

- PHP/7.1.0RC6 [David Zuelke]
- PHP/7.1.0 [David Zuelke]
- ext-phalcon/3.0.2 [David Zuelke]
- ext-rdkafka/2.0.1 [David Zuelke]
- ext-mongodb/1.2.0 [David Zuelke]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.1.0RC6
# Build Deps: php-7.1.0

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

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

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

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

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

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

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

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

source $(dirname $0)/../no-debug-non-zts-20121212/redis
File renamed without changes.

0 comments on commit fcafcab

Please sign in to comment.