php-src/ext/standard/tests/http
Gina Peter Banyard f47a7e8056
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
  tests: Fix expectations
2025-05-31 14:46:13 +01:00
..
http_build_query Mention correct bug number 2023-11-22 04:14:37 +00:00
request_parse_body ext/standard: Throw a RequestParseBodyException instead of InvalidArgumentException (#15468) 2024-08-18 18:21:25 +01:00
bug38802.phpt
bug43510.phpt
bug47021.phpt Fix GHSA-pcmh-g36c-qc44: http headers without colon 2025-03-11 21:50:16 +01:00
bug48929.phpt
bug53198.phpt
bug60570.phpt
bug61548.phpt
bug65634.phpt
bug67430.phpt
bug69337.phpt
bug73297.phpt
bug75535.phpt Fix incorrectly merged bug75535.phpt 2025-03-11 23:06:28 +01:00
bug75981.phpt
bug76342.phpt
bug78719.phpt
bug79265.phpt
bug79265_2.phpt
bug80256.phpt
bug80838.phpt Add http_(get|clear)_last_reponse_headers() functions (#12500) 2024-02-29 16:41:09 +00:00
gh8641.phpt
gh9316.phpt Add http_(get|clear)_last_reponse_headers() functions (#12500) 2024-02-29 16:41:09 +00:00
gh11274.phpt
gh15034.phpt Fix GH-15034: Integer overflow on stream_notification_callback byte_max parameter with files bigger than 2GB 2024-07-21 22:02:11 +02:00
gh15650.phpt Fix GH-18400: http_build_query type error is inaccurate 2025-04-26 14:17:24 +02:00
gh16810.phpt Rewrite http gh16810 test to not be online 2025-01-06 12:20:13 +01:00
ghsa-52jp-hrpf-2jff-001.phpt Fix GHSA-52jp-hrpf-2jff: http redirect location truncation 2025-03-11 21:50:16 +01:00
ghsa-52jp-hrpf-2jff-002.phpt Fix GHSA-52jp-hrpf-2jff: http redirect location truncation 2025-03-11 21:50:16 +01:00
ghsa-c5f2-jwm7-mmq2.phpt Fix GHSA-c5f2-jwm7-mmq2: stream HTTP fulluri CRLF injection 2024-11-20 11:06:02 +01:00
ghsa-hgf5-96fm-v528-001.phpt Fix GHSA-hgf5-96fm-v528: http user header check of crlf 2025-03-11 21:50:16 +01:00
ghsa-hgf5-96fm-v528-002.phpt tests: Fix expectations 2025-05-31 14:45:41 +01:00
ghsa-hgf5-96fm-v528-003.phpt tests: Fix expectations 2025-05-31 14:45:41 +01:00
ghsa-pcmh-g36c-qc44-001.phpt Fix GHSA-pcmh-g36c-qc44: http headers without colon 2025-03-11 21:50:16 +01:00
ghsa-pcmh-g36c-qc44-002.phpt Fix GHSA-pcmh-g36c-qc44: http headers without colon 2025-03-11 21:50:16 +01:00
ghsa-v8xr-gpvj-cx9g-001.phpt Fix GHSA-ghsa-v8xr-gpvj-cx9g: http header folding 2025-03-11 21:50:16 +01:00
ghsa-v8xr-gpvj-cx9g-002.phpt Fix GHSA-ghsa-v8xr-gpvj-cx9g: http header folding 2025-03-11 21:50:16 +01:00
ghsa-v8xr-gpvj-cx9g-003.phpt Fix GHSA-ghsa-v8xr-gpvj-cx9g: http header folding 2025-03-11 21:50:16 +01:00
ghsa-v8xr-gpvj-cx9g-004.phpt Fix GHSA-ghsa-v8xr-gpvj-cx9g: http header folding 2025-03-11 21:50:16 +01:00
ghsa-v8xr-gpvj-cx9g-005.phpt Fix GHSA-ghsa-v8xr-gpvj-cx9g: http header folding 2025-03-11 21:50:16 +01:00
http_clear_last_response_headers.phpt Add http_(get|clear)_last_reponse_headers() functions (#12500) 2024-02-29 16:41:09 +00:00
http_response_header_01.phpt Add http_(get|clear)_last_reponse_headers() functions (#12500) 2024-02-29 16:41:09 +00:00
http_response_header_02.phpt Add http_(get|clear)_last_reponse_headers() functions (#12500) 2024-02-29 16:41:09 +00:00
http_response_header_03.phpt Add http_(get|clear)_last_reponse_headers() functions (#12500) 2024-02-29 16:41:09 +00:00
http_response_header_04.phpt Add http_(get|clear)_last_reponse_headers() functions (#12500) 2024-02-29 16:41:09 +00:00
ignore_errors.phpt
server.inc