You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged PR #134: Refactor I/O exceptions, dropping XP 10 support in the
doing. See xp-framework/core#363 for a write-up on the reason behind
this and the plan to move forward.
(@thekid)
Fixed error [] operator not supported for strings when handling array
parameters
(@thekid)
Fixed multipart/formdata field names and values decoding, these are not
urlencoded. Ignore the specification which states ", \r and \n
need to be escaped for consistency with PHP, see php/php-src#8206
(@thekid)