From 05a19445d4b7e266d951ce03f2a97977ebb3ddc0 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Fri, 15 Nov 2024 11:01:38 +0000 Subject: [PATCH] [PHP 8.4] PCNTL constants update --- reference/pcntl/constants.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/reference/pcntl/constants.xml b/reference/pcntl/constants.xml index aab5cdd818cc..b3e1da7c4b35 100644 --- a/reference/pcntl/constants.xml +++ b/reference/pcntl/constants.xml @@ -558,6 +558,30 @@ + + + SIGCKPT + (int) + + + + Generates/restores a checkpoint. + Available from PHP 8.4.0 (DragonFlyBSD only). + + + + + + SIGCKPTEXIT + (int) + + + + Generates/restores a checkpoint and exit. + Available from PHP 8.4.0 (DragonFlyBSD only). + + +