Skip to content

Commit 4002804

Browse files
committed
Add GH-\d as a rewrite
1 parent 8743f6c commit 4002804

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/news2html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ $bug_map = [
6565
'/Fixed PECL bug #([0-9]+)/' => '<?php peclbugfix(\1); ?'.'>',
6666
'/Implemented FR #([0-9]+)/' => '<?php implemented(\1); ?'.'>',
6767
'/GitHub PR #([0-9]+)/' => '<?php githubissuel(\'php/php-src\',\1); ?'.'>',
68+
'/GH-([0-9]+)/' => '<?php githubissuel(\'php/php-src\',\1); ?'.'>',
6869
];
6970

7071
foreach($entries as $module => $items) {

0 commit comments

Comments
 (0)