mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix bugtracker URL
The php-src bugtracker is now on Github. Closes GH-8102.
This commit is contained in:
parent
6fbf5a61bb
commit
e98a7a68b7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue