Skip to content

Commit

Permalink
php-xdebug: update to 2.8.0
Browse files Browse the repository at this point in the history
Includes compatibility for future PHP 7.4.
  • Loading branch information
chrisminett authored and ryandesign committed Nov 7, 2019
1 parent e737ded commit 82248d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions php/php-xdebug/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
php.extensions.zend xdebug

if {[vercmp ${php.branch} 7.0] >= 0} {
version 2.7.2
version 2.8.0
revision 0
checksums rmd160 dd7784825909ac35288fdfda631f5318c768e688 \
sha256 b0f3283aa185c23fcd0137c3aaa58554d330995ef7a3421e983e8d018b05a4a6 \
size 230987
checksums rmd160 0fc3a106fa03cbc3b6b2384cf7f1ed89f975b31b \
sha256 cb1d117ecbec7409a408cf24e59d92f7e3816fe8e2331dd0ffc3dce60228c264 \
size 238122
} elseif {[vercmp ${php.branch} 5.5] >= 0} {
version 2.5.5
revision 0
Expand Down

0 comments on commit 82248d7

Please sign in to comment.