mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
Currently the PHP Development Server appends a Date header in the response, despite already set from user code. Added a check condition before append the header, and a test file. Closes GH-12363.