Skip to content

Commit 6c75d02

Browse files
Michael Ferompenick
authored andcommitted
win: Updating PHP 7.0 version for build script and AppVeyor
1 parent 3b3d117 commit 6c75d02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ environment:
4545
CONFIGURATION_COMPLETE: False
4646
matrix:
4747
- PHP: 7.0
48-
PHP_VERSION: 7.0.15
48+
PHP_VERSION: 7.0.16
4949
THREAD_SAFE: True
5050
CMAKE_GENERATOR: Visual Studio 14 2015
5151
VISUAL_STUDIO_INTERNAL_VERSION: 140
5252
VISUAL_STUDIO_SHORTHAND_VERSION: 14
5353
- PHP: 7.0
54-
PHP_VERSION: 7.0.15
54+
PHP_VERSION: 7.0.16
5555
THREAD_SAFE: False
5656
CMAKE_GENERATOR: Visual Studio 14 2015
5757
VISUAL_STUDIO_INTERNAL_VERSION: 140

ext/vc_build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ SET MPIR_SHA_CHANGESET=67d98ac
118118
SET PHP_REPOSITORY_URL=https://github.com/php/php-src.git
119119
SET PHP_DIRECTORY=php
120120
SET PHP_5_6_BRANCH_TAG_VERSION=php-5.6.30
121-
SET PHP_7_0_BRANCH_TAG_VERSION=php-7.0.15
121+
SET PHP_7_0_BRANCH_TAG_VERSION=php-7.0.16
122122
SET "SUPPORTED_PHP_VERSIONS=5_6 7_0"
123123
SET "SUPPORTED_PHP_DISPLAY_VERSIONS=5.6 7.0"
124124
SET "SUPPORTED_PHP_VISUAL_STUDIO_VERSIONS=2012 2015"

0 commit comments

Comments
 (0)