Skip to content

Commit

Permalink
Fix bugtracker URL
Browse files Browse the repository at this point in the history
The php-src bugtracker is now on Github.

Closes GH-8102.
  • Loading branch information
cmb69 committed Feb 15, 2022
1 parent 6fbf5a6 commit e98a7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/fpm/fpm/fpm_children.c
Expand Up @@ -299,7 +299,7 @@ void fpm_children_bury() /* {{{ */
}
}
} else {
zlog(ZLOG_ALERT, "oops, unknown child (%d) exited %s. Please open a bug report (https://bugs.php.net).", pid, buf);
zlog(ZLOG_ALERT, "oops, unknown child (%d) exited %s. Please open a bug report (https://github.com/php/php-src/issues).", pid, buf);
}
}
}
Expand Down

0 comments on commit e98a7a6

Please sign in to comment.