Merge branch 'PHP-8.3'

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

View File

@ -103,7 +103,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