allow setting multiple headers with the same name
authorMichael Wallner <mike@php.net>
Thu, 31 Mar 2016 13:12:19 +0000 (15:12 +0200)
committerMichael Wallner <mike@php.net>
Thu, 31 Mar 2016 13:12:19 +0000 (15:12 +0200)
commit5d8c2bda1c13b12372af844395471cd614c572f1
tree51bd7e89a48773cdbb6146e4035e979de6d0aece
parent2dff83f9f368f9e1a14baed6f79087cc028195a7
allow setting multiple headers with the same name

Only http\Message::addHeader will transform the headers into a single
one where the values will be concatenated by comma.

Closes github issue #34
src/php_http_header.c
src/php_http_header.h
src/php_http_message.c
tests/message005.phpt
tests/message011.phpt
tests/propertyproxy001.phpt