mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02: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.