Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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
Lines changed: 7 additions & 0 deletions
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
Lines changed: 5 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /