We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca978bc commit cb8ddd6Copy full SHA for cb8ddd6
1 file changed
NEWS
@@ -176,9 +176,9 @@ PHP NEWS
176
represented as a string anymore but a int. (David Carlier)
177
. Fixed bug GH-21421 (SoapClient typemap property breaks engine assumptions).
178
(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)
+ . WSDL/XML Schema parsing now rejects out-of-range integer values for
+ occurrence constraints and integer restriction facets. Negative minOccurs
+ and maxOccurs values are rejected as well. (Weilin Du)
182
183
- Sockets:
184
. Added the TCP_USER_TIMEOUT constant for Linux to set the maximum time in
0 commit comments