Author: Sara Golemon (sgolemon)
Date: 2021-11-03T16:02:11Z
Commit:
https://github.com/php/web-php/commit/400280425927274e832205de75aa35c6c60e1e5f
Raw diff:
https://github.com/php/web-php/commit/400280425927274e832205de75aa35c6c60e1e5f.diff
Add GH-\d as a rewrite
Changed paths:
M bin/news2html
Diff:
diff --git a/bin/news2html b/bin/news2html
index 47cde57b1..c2c8c59e9 100755
--- a/bin/news2html
+++ b/bin/news2html
@@ -65,6 +65,7 @@ $bug_map = [
'/Fixed PECL bug #([0-9]+)/' => '<?php peclbugfix(\1); ?'.'>',
'/Implemented FR #([0-9]+)/' => '<?php implemented(\1); ?'.'>',
'/GitHub PR #([0-9]+)/' => '<?php githubissuel(\'php/php-src\',\1);
?'.'>',
+ '/GH-([0-9]+)/' => '<?php githubissuel(\'php/php-src\',\1);
?'.'>',
];
foreach($entries as $module => $items) {
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php