mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Use GitHub issue tracker link for reporting bugs (#12612)
This commit is contained in:
parent
93ed314432
commit
d0056d63da
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue