Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split content-type and get real mime type
Nowadays there could be content-types like “text/xml; charset=utf-8 which doesn’t match to ”text/xml” at all. This splits from ; and takes first element and does the comparison using that instead.
- Loading branch information
8d56926
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have this version released? I have installed PEAR 1.9.4, but that file is still old.
8d56926
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sinkcup: no, not released
8d56926
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... a year ago ... is PEAR been deprecated ?
8d56926
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, we are trying to clean up the mess and release 1.10 sometime (hopefully) soon.
8d56926
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8d56926
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cherry-picked into stable branch for version 1.9.5.