1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00
Files
archived-php-src/ext/standard
Islam Israfilov f553e676ec Fixed #78385: Distinguish absent/empty query/fragment
http://example.com/foo   => query = null, fragment = null
http://example.com/foo?  => query = "",   fragment = null
http://example.com/foo#  => query = null, fragment = ""
http://example.com/foo?# => query = "",   fragment = ""

Closes GH-5078.
2020-01-13 10:18:23 +01:00
..
2020-01-03 21:10:24 +01:00
2019-12-05 14:22:54 +01:00
2019-12-05 13:15:54 +01:00
2019-12-05 13:15:54 +01:00
2019-10-23 17:42:16 +02:00
2019-08-14 19:24:16 +02:00
2020-01-03 21:10:24 +01:00
2020-01-03 21:10:24 +01:00
2019-11-08 08:04:52 -07:00
2020-01-03 21:10:24 +01:00
2020-01-06 14:51:14 +01:00
2019-10-08 12:35:47 +02:00
2019-10-02 11:21:17 +02:00
2019-10-11 16:36:11 +02:00
2019-11-08 08:04:52 -07:00
2019-09-30 10:30:20 +02:00
2020-01-03 21:10:24 +01:00
2020-01-03 21:10:24 +01:00
2020-01-06 18:47:44 +01:00