Skip to content

Commit f65555f

Browse files
[PHP8.4] Change PHP_DEBUG and PHP_ZTS to bool の翻訳 (#182)
* [PHP8.4] Change PHP_DEBUG and PHP_ZTS to bool の翻訳 * `EN-Revision` の更新 --------- Co-authored-by: 武田 憲太郎 <[email protected]>
1 parent 95ff037 commit f65555f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

appendices/reserved.constants.core.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 499c8c5964ac2d43e305266255cfdbb552492488 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: b2fa00ca2e052f87785a7f8b296466edc4e55767 Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,shimooka,mumumu -->
55
<sect2 xml:id="reserved.constants.core" xmlns="http://docbook.org/ns/docbook">
66
<title>コアの定義済みの定数</title>
@@ -108,7 +108,8 @@
108108
<varlistentry xml:id="constant.php-zts">
109109
<term>
110110
<constant>PHP_ZTS</constant>
111-
(<type>int</type>)
111+
(<type>bool</type>)
112+
<constant>ZEND_THREAD_SAFE</constant> &Alias;
112113
</term>
113114
<listitem>
114115
<simpara>
@@ -118,8 +119,9 @@
118119
</varlistentry>
119120
<varlistentry xml:id="constant.php-debug">
120121
<term>
121-
<constant>PHP_DEBUG</constant>
122-
(<type>int</type>)
122+
<constant>PHP_DEBUG</constant>
123+
(<type>bool</type>)
124+
<constant>ZEND_DEBUG_BUILD</constant> &Alias;
123125
</term>
124126
<listitem>
125127
<simpara>

0 commit comments

Comments
 (0)