1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.2' into PHP-8.3

This commit is contained in:
Ilija Tovilo
2025-03-10 11:28:29 +01:00

View File

@@ -5,6 +5,7 @@ snmp
--SKIPIF--
<?php
require_once(__DIR__.'/skipif.inc');
if (getenv('SKIP_ASAN')) die('skip Causes timeout on asan');
?>
--FILE--
<?php