Skip to content

Commit

Permalink
PHP/5.6.0RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Aug 14, 2014
1 parent 0f957ce commit fff2cbb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion support/build/extensions/no-debug-non-zts-20131226/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-5.6.0RC2
# Build Deps: php-5.6.0RC4

source $(dirname $0)/../no-debug-non-zts-20121212/$(basename $0)
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-5.6.0RC2, libraries/imagemagick
# Build Deps: php-5.6.0RC4, libraries/imagemagick

source $(dirname $0)/../no-debug-non-zts-20121212/$(basename $0)
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-5.6.0RC2, libraries/libmemcached
# Build Deps: php-5.6.0RC4, libraries/libmemcached

source $(dirname $0)/../no-debug-non-zts-20121212/$(basename $0)
2 changes: 1 addition & 1 deletion support/build/extensions/no-debug-non-zts-20131226/mongo
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-5.6.0RC2
# Build Deps: php-5.6.0RC4

source $(dirname $0)/../no-debug-non-zts-20121212/$(basename $0)
2 changes: 1 addition & 1 deletion support/build/extensions/no-debug-non-zts-20131226/redis
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-5.6.0RC2
# Build Deps: php-5.6.0RC4

source $(dirname $0)/../no-debug-non-zts-20121212/$(basename $0)
2 changes: 1 addition & 1 deletion support/build/php-5.6.0RC2 → support/build/php-5.6.0RC4
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Build Path: /app/.heroku/php/
# Build Deps: libraries/zlib, libraries/libmcrypt, libraries/icu, libraries/gettext

VERSION=5.6.0RC2
VERSION=5.6.0RC4

source $(dirname $0)/php

0 comments on commit fff2cbb

Please sign in to comment.