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 4c7cd16

Browse files
committed
Fix PHP version number extraction
... due to too many items in the bucket (and hence the list being truncated)
1 parent e2c3903 commit 4c7cd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎auto-updater/20-php-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
tmp=`mktemp`
4-
wget -O$tmp https://s3.amazonaws.com/lang-php/
4+
wget -O$tmp 'https://s3.amazonaws.com/lang-php/?prefix=dist-cedar-14-stable/php-'
55

66
for php_dist in 5.5 5.6 7.0 7.1; do
77
echo "Processing PHP version ----> $php_dist"

0 commit comments

Comments
(0)

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