summaryrefslogtreecommitdiff
path: root/main/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/main.c')
-rw-r--r--main/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c
index 1b509fa44b..421c91ffcd 100644
--- a/main/main.c
+++ b/main/main.c
@@ -606,6 +606,9 @@ static void php_message_handler_for_zend(long message, void *data)
}
}
break;
+ case ZMSG_LOG_SCRIPT_NAME:
+ fprintf(stderr, "Script: '%s'\n", SG(request_info).path_translated);
+ break;
}
}