We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2a6dd commit a89be78Copy full SHA for a89be78
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Change Log
2
3
+* 2024-11-23: PHP moved to Docker, updated to 8.4
4
+* 2024-11-15: .Net moved to Docker, updated to version 8
5
* 2024-11-10: Go moved to CloudRun
6
* 2024-11-03: Noscript working
7
* 2024-10-30: Github profile generator
src/engines/php.ts
@@ -50,6 +50,6 @@ export const php: RegexEngine = {
50
],
51
short_name: "PHP",
52
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",
+ status_url: "https://php.gcr.regexplanet.com/status.php",
+ test_url: "https://php.gcr.regexplanet.com/test.php",
55
};
0 commit comments