Skip to content

Commit 67e71c1

Browse files
committed
Fix Windows PHP 8.5 build
1 parent 7f45b70 commit 67e71c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-compile-vs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $PHP_ENCODING_VER="1.0.0"
3030

3131
$PHP_PMMPTHREAD_VER_PHP85="4aa34a27feaa43adba5f1e93939828d1d7afdefc"
3232
$PHP_IGBINARY_VER_PHP85="8f8b7175c7859f1845bcdee6f7d0baeea7d07cb8"
33-
$PHP_XDEBUG_VER_PHP85="3.5.0alpha2"
33+
$PHP_XDEBUG_VER_PHP85="b8bc9425390ca7745abdc715a359d2f369c1a07b" #needs https://github.com/xdebug/xdebug/pull/1040 because of glob changes
3434

3535
function pm-echo {
3636
param ([string] $message)

0 commit comments

Comments
 (0)