Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5_6_yosemite' into 7_0_yosemite
Browse files Browse the repository at this point in the history
PHP 7.0.27
xdebug 2.6.0
  • Loading branch information
chregu committed Feb 1, 2018
2 parents f227df1 + 62c3322 commit b05fc76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-php.pl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
suffix => '-apache2',
},
},
version => '7.0.23',
version => '7.0.27',
release => 1,
debug => 0,
);
Expand Down
2 changes: 1 addition & 1 deletion lib/Package/xdebug.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use base qw(Package);

our $VERSION = '2.5.3';
our $VERSION = '2.6.0';

sub base_url {
return "http://xdebug.org/files/";
Expand Down

0 comments on commit b05fc76

Please sign in to comment.