Skip to content

Commit

Permalink
info section sync with EN (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Feb 2, 2024
1 parent 5fe181e commit 257b075
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions reference/info/constants.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 05c845a6de8dd7e23a9ed12ca2f9f9744f05ff70 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 87663748fbb51015be41d55bbd7f7d000e5aae3b Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<appendix xml:id="info.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
Expand Down Expand Up @@ -156,7 +156,7 @@
</tgroup>
</table>

<table>
<table xml:id="constant.ini-mode">
<title>Constantes mode INI</title>
<tgroup cols="2">
<thead>
Expand All @@ -166,7 +166,7 @@
</row>
</thead>
<tbody>
<row xml:id="constant.ini-user">
<row>
<entry>
<constant>INI_USER</constant>
(<type>int</type>)
Expand All @@ -177,7 +177,7 @@
L'entrée peut être définie dans le fichier &user-ini;.
</entry>
</row>
<row xml:id="constant.ini-perdir">
<row>
<entry>
<constant>INI_PERDIR</constant>
(<type>int</type>)
Expand All @@ -186,7 +186,7 @@
Cette entrée peut être définie dans le fichier &php.ini;, &htaccess;, &httpd.conf; ou &user-ini;.
</entry>
</row>
<row xml:id="constant.ini-system">
<row>
<entry>
<constant>INI_SYSTEM</constant>
(<type>int</type>)
Expand All @@ -195,7 +195,7 @@
Cette entrée peut être définie dans le fichier &php.ini; ou &httpd.conf;.
</entry>
</row>
<row xml:id="constant.ini-all">
<row>
<entry>
<constant>INI_ALL</constant>
(<type>int</type>)
Expand Down

0 comments on commit 257b075

Please sign in to comment.