AnrDaemon / net-url

A class to simplify handling of the various URL's (and some URI's)
Do What The F*ck You Want To Public License
0 stars 0 forks source link

[Net\Url] Conform to RFC 3986 #5

Open AnrDaemon opened 5 years ago

AnrDaemon commented 5 years ago

It's desirable to write an [RFC 3986] conformant encoder/decoder for URI parts.

Specifically the query string part (it's known that PHP's parse_str mangles certain characters in parameter names).

AnrDaemon commented 4 years ago

Probably make such parser optional. May be.