Skip to content

Commit 499c8c5

Browse files
authored
Add PHP_SBINDIR (PHP-8.4) (#3423)
Added via php/php-src#13363
1 parent bdf9a4e commit 499c8c5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

appendices/reserved.constants.core.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,19 @@
366366
</simpara>
367367
</listitem>
368368
</varlistentry>
369+
<varlistentry xml:id="constant.php-sbindir">
370+
<term>
371+
<constant>PHP_SBINDIR</constant>
372+
(<type>string</type>)
373+
</term>
374+
<listitem>
375+
<simpara>
376+
The value <option role="configure">--sbindir</option> was set to at configure.
377+
On Windows, it is the value <option role="configure">--with-prefix</option>
378+
was set to at configure. Available as of PHP 8.4.0.
379+
</simpara>
380+
</listitem>
381+
</varlistentry>
369382
<varlistentry xml:id="constant.php-binary">
370383
<term>
371384
<constant>PHP_BINARY</constant>

0 commit comments

Comments
 (0)