Skip to content

Commit e98a7a6

Browse files
committed
Fix bugtracker URL
The php-src bugtracker is now on Github. Closes GH-8102.
1 parent 6fbf5a6 commit e98a7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_children.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ void fpm_children_bury() /* {{{ */
299299
}
300300
}
301301
} else {
302-
zlog(ZLOG_ALERT, "oops, unknown child (%d) exited %s. Please open a bug report (https://bugs.php.net).", pid, buf);
302+
zlog(ZLOG_ALERT, "oops, unknown child (%d) exited %s. Please open a bug report (https://github.com/php/php-src/issues).", pid, buf);
303303
}
304304
}
305305
}

0 commit comments

Comments
 (0)