Skip to content

Commit 31d317f

Browse files
committed
fpm: use raw events for poll
1 parent 5c5b868 commit 31d317f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sapi/fpm/fpm/fpm_events.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ int fpm_event_pre_init(char *mechanism) /* {{{ */
259259
{
260260
php_poll_register_backends();
261261

262-
uint32_t flags = PHP_POLL_FLAG_PERSISTENT;
262+
uint32_t flags = PHP_POLL_FLAG_PERSISTENT | PHP_POLL_FLAG_RAW_EVENTS;
263263
if (mechanism) {
264264
poll_ctx = php_poll_create_by_name(mechanism, flags);
265265
} else {

0 commit comments

Comments
 (0)