File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ int fpm_event_init_main(void)
333
333
}
334
334
335
335
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 ." );
337
337
return -1 ;
338
338
}
339
339
Original file line number Diff line number Diff line change 90
90
/* {{{ strings */
91
91
#define PHPDBG_NAME "phpdbg"
92
92
#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 "
94
94
#define PHPDBG_VERSION PHP_VERSION
95
95
#define PHPDBG_INIT_FILENAME ".phpdbginit"
96
96
#define PHPDBG_DEFAULT_PROMPT "prompt>"
You can’t perform that action at this time.
0 commit comments