Skip to content

Commit

Permalink
Synx INI constant usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Jan 28, 2024
1 parent 9edf63f commit b78d16a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appendices/ini.core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<row>
<entry><link linkend="ini.disable-functions">disable_functions</link></entry>
<entry>""</entry>
<entry>Solo PHP_INI_SYSTEM</entry>
<entry>Solo <constant>INI_SYSTEM</constant></entry>
<entry></entry>
</row>
<row>
Expand Down
6 changes: 3 additions & 3 deletions appendices/ini.sections.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: f052ac1bd73549125c3fc3dc68a36d4b0608a16d Maintainer: cucinato Status: ready -->
<!-- EN-Revision: d4d5216e7a965ca194f6b1c9dee84cecab2674e5 Maintainer: cucinato Status: ready -->

<section xml:id="ini.sections" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>List of &php.ini; sections</title>
Expand Down Expand Up @@ -32,12 +32,12 @@
<row>
<entry><link linkend="ini.per-host">[HOST=]</link></entry>
<entry><constant>INI_SYSTEM</constant></entry>
<entry>Aggiunto in PHP 5.3.0.</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.per-path">[PATH=]</link></entry>
<entry><constant>INI_SYSTEM</constant></entry>
<entry>Aggiunto in PHP 5.3.0.</entry>
<entry></entry>
</row>
</tbody>
</tgroup>
Expand Down

0 comments on commit b78d16a

Please sign in to comment.