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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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