Skip to content

Commit cb8ddd6

Browse files
authored
[skip ci] Change description in NEWS since this is not a bug fix
1 parent ca978bc commit cb8ddd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ PHP NEWS
176176
represented as a string anymore but a int. (David Carlier)
177177
. Fixed bug GH-21421 (SoapClient typemap property breaks engine assumptions).
178178
(ndossche)
179-
. Fixed bug GH-22167 (Out-of-range XML Schema integer values were silently
180-
accepted during WSDL parsing; negative occurrence values are now rejected).
181-
(Weilin Du)
179+
. WSDL/XML Schema parsing now rejects out-of-range integer values for
180+
occurrence constraints and integer restriction facets. Negative minOccurs
181+
and maxOccurs values are rejected as well. (Weilin Du)
182182

183183
- Sockets:
184184
. Added the TCP_USER_TIMEOUT constant for Linux to set the maximum time in

0 commit comments

Comments
 (0)