We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8743f6c commit 4002804Copy full SHA for 4002804
1 file changed
bin/news2html
@@ -65,6 +65,7 @@ $bug_map = [
65
'/Fixed PECL bug #([0-9]+)/' => '<?php peclbugfix(\1); ?'.'>',
66
'/Implemented FR #([0-9]+)/' => '<?php implemented(\1); ?'.'>',
67
'/GitHub PR #([0-9]+)/' => '<?php githubissuel(\'php/php-src\',\1); ?'.'>',
68
+ '/GH-([0-9]+)/' => '<?php githubissuel(\'php/php-src\',\1); ?'.'>',
69
];
70
71
foreach($entries as $module => $items) {
0 commit comments