From 51ccf25761a675a1c8528ffaedf0563baac9f298 Mon Sep 17 00:00:00 2001 From: asumikam Date: Fri, 22 Nov 2024 23:30:58 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[PHP8.4]=20Change=20PHP=5FDEBUG=20and=20PHP?= =?UTF-8?q?=5FZTS=20to=20bool=20=E3=81=AE=E7=BF=BB=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appendices/reserved.constants.core.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/appendices/reserved.constants.core.xml b/appendices/reserved.constants.core.xml index bc3c71df23..ffaf56332e 100644 --- a/appendices/reserved.constants.core.xml +++ b/appendices/reserved.constants.core.xml @@ -108,7 +108,8 @@ PHP_ZTS - (int) + (bool) + ZEND_THREAD_SAFE &Alias; @@ -118,8 +119,9 @@ - PHP_DEBUG - (int) + PHP_DEBUG + (bool) + ZEND_DEBUG_BUILD &Alias; From 523d94d1869e427081bbdcd8963af5a7f18bc801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Sat, 23 Nov 2024 22:07:19 +0900 Subject: [PATCH 2/2] =?UTF-8?q?`EN-Revision`=20=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appendices/reserved.constants.core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/reserved.constants.core.xml b/appendices/reserved.constants.core.xml index ffaf56332e..79bdedd83f 100644 --- a/appendices/reserved.constants.core.xml +++ b/appendices/reserved.constants.core.xml @@ -1,6 +1,6 @@ - + コアの定義済みの定数