Fix bugtracker URL

The php-src bugtracker is now on Github.

Closes GH-8102.
This commit is contained in:
Christoph M. Becker 2022-02-15 10:15:28 +01:00
parent 6fbf5a61bb
commit e98a7a68b7
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -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);
}
}
}