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)
333333}
334334
335335if (!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 ." );
337337return -1 ;
338338}
339339
Original file line number Diff line number Diff line change 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>"
You can’t perform that action at this time.
0 commit comments