master
- Remove unused blocks
Removing unnecessary SKIPIF sections
Trim trailing whitespace in *.phpt
main: Deprecate deriving $_SERVER['argc'] and $_SERVER['argv'] from the query string (#19606)
Reindent phpt files
Fix #77372: Retain full path of files for directory uploads (#6917)
Do not decode cookie names anymore
Update request startup error messages
Fix spelling and grammar mistakes
Migrate SKIPIF -> EXTENSIONS (#7138)
Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST request
Fix GHSA-9pqp-7h25-4f32
Revert "Enable GHSA-9pqp-7h25-4f32.phpt on Windows"
core: Deprecate using `null` as an array offset and when calling `array_key_exists()` (#19511)
Remove executable permission on phpt
Deprecate the parameter of get_defined_functions() (#19425)
Fix CRLF line-endings in tests
Add many missing closing PHP tags to tests
Use ephemeral port in more server tests
Fix GH-10489: run-tests.php does not escape path when building cmd (#10560)
Fixed #73969 - Fixed segmentation fault when debug_print_backtrace called
Use common formatting for backtraces (#6977)
Fix #78236: convert error on receiving variables when duplicate [
Fix #78929: plus signs in cookie values are converted to spaces
Fix #80384: limit read buffer size
Fix test expectation for single digit days
Skip locale tests /w musl libc (#9141)
Fix seeking in php://input
Sync leading and final newlines in *.phpt sections
Trim trailing whitespace (#14721)
Fix GH-15905: Assertion failure for TRACK_VARS_SERVER
Fix GH-16998: UBSAN warning in rfc1867
Fix GH-17951: Addition of max_memory_limit INI
Implement changes to GH-17951 according to ML discussion
memory_limit is not always limited by max_memory_limit
Fix GH-7896: Environment vars may be mangled on Windows
Fixed bug memleak in header_register_callback
Don't leak header callback if headers already sent
Deprecate disabling `report_memleaks` INI directive (#19481)
Add ini_parse_quantity function to convert ini quantities shorthand notation to int (#8454)
INI parser: Fix typo /multipler/multiplier
Add additional double to string APIs
Clean up some more function_exists() checks
Change PHP_OS_FAMILY slightly
Make more tests run on Windows
Use EXPECT instead of EXPECTF when possible
Add request_parse_body() function
Fix CI for windows-2022
Fix timeout tests
Honor script time limit when calling shutdown functions