Skip to content

Commit c5ef9fc

Browse files
committed
warns if original opcache reset id null
1 parent 1ec4cc1 commit c5ef9fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frankenphp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,6 +1686,7 @@ int frankenphp_execute_script_cli(char *script, int argc, char **argv,
16861686

16871687
int frankenphp_reset_opcache(void) {
16881688
if (orig_opcache_reset == NULL) {
1689+
// should not reach here
16891690
frankenphp_log_message("unable to execute original opcache_reset", LOG_ERR);
16901691
return 1;
16911692
}

0 commit comments

Comments
 (0)