Skip to content

Commit 665f126

Browse files
authored
Sync EN: SNMP changelog PHP 8.5 ValueError validation (#5533) (#548)
1 parent 4d04436 commit 665f126

6 files changed

Lines changed: 140 additions & 6 deletions

File tree

reference/snmp/functions/snmp2-get.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 40906725410aac6fe8cac4913a557a1784bf04b9 Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: dd22c782164c9f8d79f5de8991876d1588a21015 Maintainer: lacatoire Status: ready -->
33
<!-- Reviewed: no -->
44
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.snmp2-get">
55
<refnamediv>
@@ -78,6 +78,31 @@
7878
</simpara>
7979
</refsect1>
8080

81+
<refsect1 role="changelog">
82+
&reftitle.changelog;
83+
<informaltable>
84+
<tgroup cols="2">
85+
<thead>
86+
<row>
87+
<entry>&Version;</entry>
88+
<entry>&Description;</entry>
89+
</row>
90+
</thead>
91+
<tbody>
92+
<row>
93+
<entry>8.5.0</entry>
94+
<entry>
95+
Ahora lanza un <exceptionname>ValueError</exceptionname> cuando la
96+
longitud del nombre de host es igual o mayor a 128 bytes, cuando el
97+
puerto es negativo o mayor que 65535, o cuando los valores de
98+
timeout o reintentos son menores a -1 o demasiado grandes.
99+
</entry>
100+
</row>
101+
</tbody>
102+
</tgroup>
103+
</informaltable>
104+
</refsect1>
105+
81106
<refsect1 role="examples">
82107
&reftitle.examples;
83108
<example>

reference/snmp/functions/snmp2-set.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 40906725410aac6fe8cac4913a557a1784bf04b9 Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: dd22c782164c9f8d79f5de8991876d1588a21015 Maintainer: lacatoire Status: ready -->
33
<!-- Reviewed: no -->
44
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.snmp2-set">
55
<refnamediv>
@@ -103,6 +103,31 @@
103103
</simpara>
104104
</refsect1>
105105

106+
<refsect1 role="changelog">
107+
&reftitle.changelog;
108+
<informaltable>
109+
<tgroup cols="2">
110+
<thead>
111+
<row>
112+
<entry>&Version;</entry>
113+
<entry>&Description;</entry>
114+
</row>
115+
</thead>
116+
<tbody>
117+
<row>
118+
<entry>8.5.0</entry>
119+
<entry>
120+
Ahora lanza un <exceptionname>ValueError</exceptionname> cuando la
121+
longitud del nombre de host es igual o mayor a 128 bytes, cuando el
122+
puerto es negativo o mayor que 65535, o cuando los valores de
123+
timeout o reintentos son menores a -1 o demasiado grandes.
124+
</entry>
125+
</row>
126+
</tbody>
127+
</tgroup>
128+
</informaltable>
129+
</refsect1>
130+
106131
<refsect1 role="examples">
107132
&reftitle.examples;
108133
<example>

reference/snmp/functions/snmp3-get.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 40906725410aac6fe8cac4913a557a1784bf04b9 Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: dd22c782164c9f8d79f5de8991876d1588a21015 Maintainer: lacatoire Status: ready -->
33
<!-- Reviewed: no -->
44
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.snmp3-get">
55
<refnamediv>
@@ -135,6 +135,15 @@
135135
</row>
136136
</thead>
137137
<tbody>
138+
<row>
139+
<entry>8.5.0</entry>
140+
<entry>
141+
Ahora lanza un <exceptionname>ValueError</exceptionname> cuando la
142+
longitud del nombre de host es igual o mayor a 128 bytes, cuando el
143+
puerto es negativo o mayor que 65535, o cuando los valores de
144+
timeout o reintentos son menores a -1 o demasiado grandes.
145+
</entry>
146+
</row>
138147
<row>
139148
<entry>8.1.0</entry>
140149
<entry>

reference/snmp/functions/snmp3-set.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 40906725410aac6fe8cac4913a557a1784bf04b9 Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: dd22c782164c9f8d79f5de8991876d1588a21015 Maintainer: lacatoire Status: ready -->
33
<!-- Reviewed: no -->
44
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.snmp3-set">
55
<refnamediv>
@@ -152,6 +152,31 @@
152152
</simpara>
153153
</refsect1>
154154

155+
<refsect1 role="changelog">
156+
&reftitle.changelog;
157+
<informaltable>
158+
<tgroup cols="2">
159+
<thead>
160+
<row>
161+
<entry>&Version;</entry>
162+
<entry>&Description;</entry>
163+
</row>
164+
</thead>
165+
<tbody>
166+
<row>
167+
<entry>8.5.0</entry>
168+
<entry>
169+
Ahora lanza un <exceptionname>ValueError</exceptionname> cuando la
170+
longitud del nombre de host es igual o mayor a 128 bytes, cuando el
171+
puerto es negativo o mayor que 65535, o cuando los valores de
172+
timeout o reintentos son menores a -1 o demasiado grandes.
173+
</entry>
174+
</row>
175+
</tbody>
176+
</tgroup>
177+
</informaltable>
178+
</refsect1>
179+
155180
<refsect1 role="examples">
156181
&reftitle.examples;
157182
<example>

reference/snmp/functions/snmpget.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 40906725410aac6fe8cac4913a557a1784bf04b9 Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: dd22c782164c9f8d79f5de8991876d1588a21015 Maintainer: lacatoire Status: ready -->
33
<!-- Reviewed: no -->
44
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.snmpget">
55
<refnamediv>
@@ -76,6 +76,31 @@
7676
</simpara>
7777
</refsect1>
7878

79+
<refsect1 role="changelog">
80+
&reftitle.changelog;
81+
<informaltable>
82+
<tgroup cols="2">
83+
<thead>
84+
<row>
85+
<entry>&Version;</entry>
86+
<entry>&Description;</entry>
87+
</row>
88+
</thead>
89+
<tbody>
90+
<row>
91+
<entry>8.5.0</entry>
92+
<entry>
93+
Ahora lanza un <exceptionname>ValueError</exceptionname> cuando la
94+
longitud del nombre de host es igual o mayor a 128 bytes, cuando el
95+
puerto es negativo o mayor que 65535, o cuando los valores de
96+
timeout o reintentos son menores a -1 o demasiado grandes.
97+
</entry>
98+
</row>
99+
</tbody>
100+
</tgroup>
101+
</informaltable>
102+
</refsect1>
103+
79104
<refsect1 role="examples">
80105
&reftitle.examples;
81106
<example>

reference/snmp/functions/snmpset.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 40906725410aac6fe8cac4913a557a1784bf04b9 Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: dd22c782164c9f8d79f5de8991876d1588a21015 Maintainer: lacatoire Status: ready -->
33
<!-- Reviewed: no -->
44
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.snmpset">
55
<refnamediv>
@@ -104,6 +104,31 @@
104104
</simpara>
105105
</refsect1>
106106

107+
<refsect1 role="changelog">
108+
&reftitle.changelog;
109+
<informaltable>
110+
<tgroup cols="2">
111+
<thead>
112+
<row>
113+
<entry>&Version;</entry>
114+
<entry>&Description;</entry>
115+
</row>
116+
</thead>
117+
<tbody>
118+
<row>
119+
<entry>8.5.0</entry>
120+
<entry>
121+
Ahora lanza un <exceptionname>ValueError</exceptionname> cuando la
122+
longitud del nombre de host es igual o mayor a 128 bytes, cuando el
123+
puerto es negativo o mayor que 65535, o cuando los valores de
124+
timeout o reintentos son menores a -1 o demasiado grandes.
125+
</entry>
126+
</row>
127+
</tbody>
128+
</tgroup>
129+
</informaltable>
130+
</refsect1>
131+
107132
<refsect1 role="examples">
108133
&reftitle.examples;
109134
<example>

0 commit comments

Comments
 (0)