Skip to content

Commit

Permalink
Merged pull request xdebug#981
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Oct 16, 2024
2 parents 172e0f4 + 43ae247 commit 207b957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (PHP_XDEBUG != 'no') {

var files = "xdebug.c";

var XDEBUG_PHP_VERSION = 10000 * PHP_VERSION + 100 * PHP_MINOR_VERSION + PHP_RELEASE_VERSION;
var XDEBUG_PHP_VERSION = 10000 * PHP_VERSION + 100 * PHP_MINOR_VERSION + 1 * PHP_RELEASE_VERSION;
if (XDEBUG_PHP_VERSION < 80000) {
ERROR("not supported. Need a PHP version >= 8.0.0 and < 8.5.0 (found " + XDEBUG_PHP_VERSION + ")");
} else if (XDEBUG_PHP_VERSION >= 80500) {
Expand Down

0 comments on commit 207b957

Please sign in to comment.