Skip to content

Commit

Permalink
ext-mongo/1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Dec 10, 2015
1 parent 96b42d1 commit 1706bc0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- PHP/7.0.0 [David Zuelke]
- PHP/5.6.16 [David Zuelke]
- ext-apcu/4.0.10 [David Zuelke]
- ext-mongo/1.6.12 [David Zuelke]

### CHG

Expand Down
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: php-5.5.30

VERSION=1.6.12

source $(dirname $0)/mongo
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
# Build Path: /app/.heroku/php/
# Build Deps: php-5.6.16

source $(dirname $0)/../no-debug-non-zts-20121212/$(basename $0)
VERSION=1.6.12

source $(dirname $0)/../no-debug-non-zts-20121212/mongo

0 comments on commit 1706bc0

Please sign in to comment.