From d0056d63dacf45adec8950900e2a827baa4c2ddc Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 6 Nov 2023 13:45:12 +0100 Subject: [PATCH] [skip ci] Use GitHub issue tracker link for reporting bugs (#12612) --- sapi/fpm/fpm/fpm_events.c | 2 +- sapi/phpdbg/phpdbg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sapi/fpm/fpm/fpm_events.c b/sapi/fpm/fpm/fpm_events.c index 4cc56067bfc..efcd1a35df0 100644 --- a/sapi/fpm/fpm/fpm_events.c +++ b/sapi/fpm/fpm/fpm_events.c @@ -333,7 +333,7 @@ int fpm_event_init_main(void) } if (!module->wait) { - zlog(ZLOG_ERROR, "Incomplete event implementation. Please open a bug report on https://bugs.php.net."); + zlog(ZLOG_ERROR, "Incomplete event implementation. Please open a bug report on https://github.com/php/php-src/issues."); return -1; } diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index 76630dc53c7..59a68353dfc 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -90,7 +90,7 @@ /* {{{ strings */ #define PHPDBG_NAME "phpdbg" #define PHPDBG_AUTHORS "Felipe Pena, Joe Watkins and Bob Weinand" /* Ordered by last name */ -#define PHPDBG_ISSUES "http://bugs.php.net/report.php" +#define PHPDBG_ISSUES "https://github.com/php/php-src/issues" #define PHPDBG_VERSION PHP_VERSION #define PHPDBG_INIT_FILENAME ".phpdbginit" #define PHPDBG_DEFAULT_PROMPT "prompt>"