Skip to content

Commit

Permalink
PHP/5.6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Oct 16, 2016
1 parent d475354 commit 6bebff6
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- ext-newrelic/6.7.0 [David Zuelke]
- ext-blackfire/1.13.0 [David Zuelke]
- ext-apcu/5.1.6 [David Zuelke]
- PHP/5.6.27 [David Zuelke]

## v112 (2016-09-20)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-5.6.26
# Build Deps: php-5.6.27


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

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


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


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


source $(dirname $0)/../no-debug-non-zts-20121212/imagick
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-5.6.26, libraries/libmemcached-1.0.18
# Build Deps: php-5.6.27
, libraries/libmemcached-1.0.18

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


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


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


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


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


source $(dirname $0)/../no-debug-non-zts-20121212/phalcon
3 changes: 2 additions & 1 deletion support/build/extensions/no-debug-non-zts-20131226/pq-1.1.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-5.6.26, extensions/no-debug-non-zts-20131226/raphf-1.1.2
# Build Deps: php-5.6.27
, extensions/no-debug-non-zts-20131226/raphf-1.1.2

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


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


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

0 comments on commit 6bebff6

Please sign in to comment.