Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Run snmp tests in Windows CI, again
This commit is contained in:
Christoph M. Becker 2024-09-15 23:14:15 +02:00
commit ad11cbc491
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

View File

@ -105,7 +105,7 @@ popd
rem prepare for snmp
set MIBDIRS=%DEPS_DIR%\share\mibs
start %DEPS_DIR%\bin\snmpd.exe -C -c %APPVEYOR_BUILD_FOLDER%\ext\snmp\tests\snmpd.conf -Ln
start %DEPS_DIR%\bin\snmpd.exe -C -c %GITHUB_WORKSPACE%\ext\snmp\tests\snmpd.conf -Ln
set PHP_BUILD_DIR=%PHP_BUILD_OBJ_DIR%\Release
if "%THREAD_SAFE%" equ "1" set PHP_BUILD_DIR=%PHP_BUILD_DIR%_TS