patch intl standard to c++17

This commit is contained in:
Marc
2025-05-18 21:48:43 +07:00
committed by GitHub
parent 81474336c1
commit 54ff71798c

View File

@@ -23,4 +23,9 @@ class intl extends Extension
}
return true;
}
public function patchBeforeSharedBuild(): bool
{
return $this->patchBeforeBuildconf();
}
}