mirror of
https://github.com/php/php-src.git
synced 2026-04-06 23:53:30 +02:00
Rather than trying to modify it mid-request. The protection against tampering that was used (addref) violates COW because an rc>1 array is being modified. Test bug69337.phpt changed because it was testing tampering with $http_response_header while the HTTP request is being executed. This simply no longer matters, so behavior is the same as if no tampering occurred.