Skip to content

Commit a89be78

Browse files
committed
PHP moved to CloudRun
1 parent 1d2a6dd commit a89be78

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
* 2024-11-23: PHP moved to Docker, updated to 8.4
4+
* 2024-11-15: .Net moved to Docker, updated to version 8
35
* 2024-11-10: Go moved to CloudRun
46
* 2024-11-03: Noscript working
57
* 2024-10-30: Github profile generator

src/engines/php.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ export const php: RegexEngine = {
5050
],
5151
short_name: "PHP",
5252
source_url: "https://github.com/regexplanet/regexplanet-php",
53-
status_url: "https://regexplanet-php.appspot.com/status.php",
54-
test_url: "https://regexplanet-php.appspot.com/test.php",
53+
status_url: "https://php.gcr.regexplanet.com/status.php",
54+
test_url: "https://php.gcr.regexplanet.com/test.php",
5555
};

0 commit comments

Comments
 (0)