Skip to content

Commit 4abc7dd

Browse files
committed
build for php 7.2
1 parent 48404d6 commit 4abc7dd

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

auto-updater/20-php-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
tmp=`mktemp`
44
wget -O$tmp 'https://s3.amazonaws.com/lang-php/?prefix=dist-cedar-14-stable/php-'
55

6-
for php_dist in 5.5 5.6 7.0 7.1; do
6+
for php_dist in 7.0 7.1 7.2; do
77
echo "Processing PHP version ----> $php_dist"
88
latest_version=$(
99
(

auto-updater/99-ship-it

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ for stack in heroku-16 cedar-14; do
1414

1515
shipit libraries/v8
1616

17-
for dir in no-debug-non-zts-20151012 no-debug-non-zts-20160303/; do
17+
for dir in no-debug-non-zts-20151012 no-debug-non-zts-20160303 no-debug-non-zts-20170718; do
1818
shipit `cd support/build/; ls -1 extensions/$dir/v8js-bare-2.*`
1919
shipit `cd support/build/; ls -1 extensions/$dir/v8js-2.*`
2020
done
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php/
3+
# Build Deps: extensions/no-debug-non-zts-20170718/v8js-bare-2.0.0, libraries/v8
4+
5+
# That's it - we're combining the dep build and the extension build here
6+
7+
source $(dirname $0)/../no-debug-non-zts-20151012/v8js
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php/
3+
# Build Deps: php-7.2.1, libraries/v8
4+
5+
source $(dirname $0)/../no-debug-non-zts-20151012/v8js-bare

0 commit comments

Comments
 (0)