File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Symfony/Component/HttpFoundation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ before_install:
144
144
tfold ext.apcu tpecl apcu-4.0.11 apcu.so $INI
145
145
elif [[ ! $skip && $PHP = 7.* ]]; then
146
146
tfold ext.apcu tpecl apcu-5.1.6 apcu.so $INI
147
- tfold ext.mongodb tpecl mongodb-1.4.0RC1 mongodb.so $INI
147
+ tfold ext.mongodb tpecl mongodb-1.5.0 mongodb.so $INI
148
148
fi
149
149
150
150
install :
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ class Response
170
170
422 => 'Unprocessable Entity ' , // RFC4918
171
171
423 => 'Locked ' , // RFC4918
172
172
424 => 'Failed Dependency ' , // RFC4918
173
- 425 => 'Reserved for WebDAV advanced collections expired proposal ' , // RFC2817
173
+ 425 => 'Too Early ' , // RFC-ietf-httpbis-replay-04
174
174
426 => 'Upgrade Required ' , // RFC2817
175
175
428 => 'Precondition Required ' , // RFC6585
176
176
429 => 'Too Many Requests ' , // RFC6585
You can’t perform that action at this time.
0 commit comments