Skip to content

Commit

Permalink
Sync yaconf docs with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Nov 30, 2023
1 parent 14579d3 commit 9da6f73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions reference/yaconf/book.xml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: eb016380ec39a060a07a3f16a59188ebe32789c7 Maintainer: andresdzphp Status: ready -->
<!-- EN-Revision: a65e4a2d12aa5cf9c6587fe2330f52cebb36cfd2 Maintainer: andresdzphp Status: ready -->
<!-- Reviewed: no -->

<book xml:id="book.yaconf" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>Yaconf</title>
<titleabbrev>Yaconf</titleabbrev>

<preface xml:id="intro.yaconf">
&reftitle.intro;
<para>
<literal>Otro contenedor de configuraciones</literal>
(<acronym>Yaconf</acronym>) es un contenedor de configuraciones,
(<acronym>Yaconf</acronym>) es un contenedor de configuraciones,
analiza los archivos INI, y almacena el resultado
en PHP cuando se inicia PHP, el resultado vive con el
todo el ciclo de vida de PHP.
</para>
<para>
Yaconf almacena todas las configuraciones como
Yaconf almacena todas las configuraciones como
string interno o array inmutable, eso significa que no se pueden
devolver, por lo que al recuperar las configuraciones
de yaconf, podría considerarse como una copia cero, muy rápido.
de yaconf, podría considerarse como una copia cero, muy rápido.
</para>
<para>
Yaconf soporta secciones y secciones
Expand All @@ -44,8 +44,8 @@ arr.0=val
;or
arr[]=val
;use PHP constants
version=PHP_VERION
;use enviroment
version=PHP_VERSION
;use environment
env=${PATH}
]]>
</programlisting>
Expand Down
5 changes: 2 additions & 3 deletions reference/yaconf/ini.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0dad2268d5adb19f77270aa2a9515a4bfbca9b22 Maintainer: andresdzphp Status: ready -->
<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: andresdzphp Status: ready -->
<!-- Reviewed: no -->

<section xml:id="yaconf.configuration" xmlns="http://docbook.org/ns/docbook">
Expand Down Expand Up @@ -43,7 +42,7 @@
<varlistentry xml:id="ini.yaconf.check-delay">
<term>
<parameter>yaconf.check_delay</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
Expand Down

0 comments on commit 9da6f73

Please sign in to comment.