[skip ci] Use GitHub issue tracker link for reporting bugs (#12612)

This commit is contained in:
Peter Kokot 2023-11-06 13:45:12 +01:00 committed by GitHub
parent 93ed314432
commit d0056d63da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -333,7 +333,7 @@ int fpm_event_init_main(void)
} }
if (!module->wait) { 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; return -1;
} }

View file

@ -90,7 +90,7 @@
/* {{{ strings */ /* {{{ strings */
#define PHPDBG_NAME "phpdbg" #define PHPDBG_NAME "phpdbg"
#define PHPDBG_AUTHORS "Felipe Pena, Joe Watkins and Bob Weinand" /* Ordered by last name */ #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_VERSION PHP_VERSION
#define PHPDBG_INIT_FILENAME ".phpdbginit" #define PHPDBG_INIT_FILENAME ".phpdbginit"
#define PHPDBG_DEFAULT_PROMPT "prompt>" #define PHPDBG_DEFAULT_PROMPT "prompt>"