docs: update repository links and sync cn readme (#1711)

This commit is contained in:
Luffy
2025-07-01 16:29:55 +08:00
committed by GitHub
parent 40ee7929a1
commit ac900e0df4
46 changed files with 143 additions and 117 deletions

View File

@@ -734,7 +734,7 @@ func TestEnvIsNotResetInWorkerMode(t *testing.T) {
}, &testOptions{workerScript: "env/remember-env.php"})
}
// reproduction of https://github.com/dunglas/frankenphp/issues/1061
// reproduction of https://github.com/php/frankenphp/issues/1061
func TestModificationsToEnvPersistAcrossRequests(t *testing.T) {
runTest(t, func(handler func(http.ResponseWriter, *http.Request), _ *httptest.Server, i int) {
for j := 0; j < 3; j++ {