Skip to content

Commit d0056d6

Browse files
authored
[skip ci] Use GitHub issue tracker link for reporting bugs (#12612)
1 parent 93ed314 commit d0056d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sapi/fpm/fpm/fpm_events.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ int fpm_event_init_main(void)
333333
}
334334

335335
if (!module->wait) {
336-
zlog(ZLOG_ERROR, "Incomplete event implementation. Please open a bug report on https://bugs.php.net.");
336+
zlog(ZLOG_ERROR, "Incomplete event implementation. Please open a bug report on https://github.com/php/php-src/issues.");
337337
return -1;
338338
}
339339

sapi/phpdbg/phpdbg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
/* {{{ strings */
9191
#define PHPDBG_NAME "phpdbg"
9292
#define PHPDBG_AUTHORS "Felipe Pena, Joe Watkins and Bob Weinand" /* Ordered by last name */
93-
#define PHPDBG_ISSUES "http://bugs.php.net/report.php"
93+
#define PHPDBG_ISSUES "https://github.com/php/php-src/issues"
9494
#define PHPDBG_VERSION PHP_VERSION
9595
#define PHPDBG_INIT_FILENAME ".phpdbginit"
9696
#define PHPDBG_DEFAULT_PROMPT "prompt>"

0 commit comments

Comments
 (0)